Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisCabo committed Jan 23, 2023
1 parent cbe86ac commit f137ebc
Show file tree
Hide file tree
Showing 17 changed files with 57,436 additions and 67 deletions.
8 changes: 7 additions & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ module.exports = {
url: "https://rpc-mumbai.maticvigil.com/v1/99a99d15ac2ad3b526aa97401fdbe30ee724ba38",
accounts: [privateKey]
},
bsc: {
testnet: {
url: "https://data-seed-prebsc-1-s1.binance.org:8545",
chainId: 97,
gasPrice: 20000000000,
accounts: [privateKey]
},
bsc: {
url: "https://bsc-dataseed.binance.org/",
chainId: 56,
gasPrice: 20000000000,
accounts: [privateKey]
},
hardhat: {
},
},
Expand Down
Loading

0 comments on commit f137ebc

Please sign in to comment.