test file EVM update

This commit is contained in:
牛涛涛
2021-01-07 21:37:40 +08:00
parent 784c443834
commit e51ae35704

View File

@@ -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);