|
|
@@ -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 = {
|