From e51ae357046448b1a7782cb5df17e5b140af9b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E6=B6=9B=E6=B6=9B?= <15700059289@163.com> Date: Thu, 7 Jan 2021 21:37:40 +0800 Subject: [PATCH] test file EVM update --- test/utils/EVM.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/utils/EVM.ts b/test/utils/EVM.ts index 0128939..75e071a 100644 --- a/test/utils/EVM.ts +++ b/test/utils/EVM.ts @@ -13,7 +13,6 @@ 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);