add BSC to truffle config

Change-Id: I0298ef39373dc4a7446345fe2a60de81930cd5eb
This commit is contained in:
valentin 2021-07-30 15:09:07 +02:00 committed by Hendrik Hofstadt
parent 053cf2e66a
commit 24672a7b2f
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ module.exports = {
gas: 4465030, gas: 4465030,
gasPrice: 10000000000, gasPrice: 10000000000,
}, },
binance: {
provider: () => {
return new HDWalletProvider(process.env.MNEMONIC, 'https://bsc-dataseed.binance.org/')
},
network_id: '56',
gas: 80000000,
gasPrice: 8000000000,
},
}, },
compilers: { compilers: {