skyfffire 3 жил өмнө
parent
commit
e7d78e57fe
1 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 4 2
      hardhat.config.ts

+ 4 - 2
hardhat.config.ts

@@ -5,8 +5,10 @@ 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_W_RPC = 'http://3.227.34.41:18545'
+// const ETH_RPC = 'http://3.227.34.41:8545'
+// const ETH_W_RPC = 'http://3.227.34.41:18545'
+const ETH_RPC = 'http://localhost:8545'
+const ETH_W_RPC = 'http://localhost:18545'
 
 const config: HardhatUserConfig = {
   defaultNetwork: 'eth_w',