Jelajahi Sumber

/ethereum_pow_1200/data/geth.ipc

skyfffire 3 tahun lalu
induk
melakukan
b66ac355ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      hardhat.config.ts

+ 1 - 1
hardhat.config.ts

@@ -9,7 +9,7 @@ import debug from './utils/debug'
 const ETH_RPC = 'http://3.227.34.41:8545'
 const ETH_W_RPC = 'http://3.227.34.41:18545'
 const ETH_W_WS = 'ws://3.227.34.41:18546'
-const ETH_W_IPC = '/ethereum_pow_800/data/geth.ipc'
+const ETH_W_IPC = '/ethereum_pow_1200/data/geth.ipc'
 
 const config: HardhatUserConfig = {
   defaultNetwork: 'eth_w',