From e2484122a03d4aff1c3e9f97d35e3c3bdd7eb8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E6=B6=9B=E6=B6=9B?= <15700059289@163.com> Date: Fri, 8 Jan 2021 02:00:37 +0800 Subject: [PATCH] add weth 2 eth support in crowdpooling --- test/utils/EVM.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/EVM.ts b/test/utils/EVM.ts index 682d662..75e071a 100644 --- a/test/utils/EVM.ts +++ b/test/utils/EVM.ts @@ -13,7 +13,7 @@ import Web3 from 'web3'; export function getDefaultWeb3() { return new Web3(process.env.RPC_NODE_URI) } -process.env.RPC_NODE_URI="http://127.0.0.1:8545" + export class EVM { private provider = new Web3.providers.HttpProvider(process.env.RPC_NODE_URI);