skyfffire il y a 3 ans
Parent
commit
ee20171a80
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      hardhat.config.ts

+ 2 - 2
hardhat.config.ts

@@ -5,8 +5,8 @@ import deployer from './.secret'
 import {HardhatRuntimeEnvironment} from "hardhat/types";
 
 // const ETH_RPC = '/ethereum/data/geth.ipc'
-const ETH_RPC = 'http://www.410eth.com:8545'
-const ETH_W_RPC = 'http://www.410eth.com:18545'
+const ETH_RPC = 'www.410eth.com:8545'
+const ETH_W_RPC = 'www.410eth.com:18545'
 
 const config: HardhatUserConfig = {
   defaultNetwork: 'eth_w',