skyfffire 3 vuotta sitten
vanhempi
commit
99ae8f69d2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 = {