Browse Source

主网走ipc

skyfffire 3 years ago
parent
commit
99ae8f69d2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hardhat.config.ts

+ 2 - 2
hardhat.config.ts

@@ -4,8 +4,8 @@ import "@nomicfoundation/hardhat-toolbox";
 import deployer from './.secret'
 import {HardhatRuntimeEnvironment} from "hardhat/types";
 
-// const ETH_RPC = '/ethereum/data/geth.ipc'
-const ETH_RPC = 'http://3.227.34.41:8545'
+const ETH_RPC = '/ethereum/data/geth.ipc'
+// const ETH_RPC = 'http://3.227.34.41:8545'
 const ETH_W_RPC = 'https://mainnet.ethereumpow.org'
 
 const config: HardhatUserConfig = {