Skip to content

Commit

Permalink
feat: add bnb testnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Jul 19, 2024
1 parent 0f3c366 commit 67a5d29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ ARB_SEPOLIA_ETHERSCAN_KEY=YourArbiScanKey
BASE_SEPOLIA_API=https://base-sepolia.blockpi.network/v1/rpc/public
BASE_SEPOLIA_ETHERSCAN_URL=https://api-sepolia.basescan.org/api
BASE_SEPOLIA_ETHERSCAN_KEY=YourBaseScanKey
# BNB Testnet
BNB_TESTNET_API=https://bsc-testnet.blockpi.network/v1/rpc/public
BNB_TESTNET_ETHERSCAN_URL=https://api-testnet.bscscan.com/api
BNB_TESTNET_ETHERSCAN_KEY=YourBscScanKey
# Ethereum Sepolia
ETH_SEPOLIA_API=https://rpc.sepolia.org
ETH_SEPOLIA_ETHERSCAN_URL=https://api-sepolia.etherscan.io/api
Expand Down
1 change: 1 addition & 0 deletions deployments/bnb_testnet/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
97
4 changes: 4 additions & 0 deletions deployments/bnb_testnet/Create2Factory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
"constructorArgs": "0x"
}

0 comments on commit 67a5d29

Please sign in to comment.