This commit is contained in:
2022-09-01 17:44:06 +03:00
parent ce40a74aaf
commit efadddcde6
13 changed files with 451 additions and 59 deletions
+18 -1
View File
@@ -52,7 +52,12 @@ if(PRIVATE_KEY) {
url: "https://data-seed-prebsc-1-s1.binance.org:8545",
chainId: 97,
gasPrice: 10000000000,
accounts
accounts,
verify: {
etherscan: {
apiKey: BSCSCAN_TOKEN,
}
}
},
rinkeby: {
url: "https://eth-rinkeby.alchemyapi.io/v2/v92DVe9FFvr2lzRB4wjtk-z4DdsQjBhs",
@@ -94,6 +99,18 @@ module.exports = {
goerli:ETHERSCAN_TOKEN
}
},
verify: {
etherscan: {
apiKey: {
mainnet:ETHERSCAN_TOKEN,
rinkeby:ETHERSCAN_TOKEN,
ropsten:ETHERSCAN_TOKEN,
kovan:ETHERSCAN_TOKEN,
bscTestnet:BSCSCAN_TOKEN,
goerli:ETHERSCAN_TOKEN
}
}
},
dependencyCompiler: {
},
namedAccounts: {