Skip to content

Commit 8556305

Browse files
authored
Deploy/create2 testnets (#327)
* build: add Arb/Base/Scroll Sepolia testnets * build: add .chainId files * build: add deployments for Create2Factory on testnets * feat: add bnb testnet deployment
1 parent 22a97b5 commit 8556305

File tree

13 files changed

+75
-0
lines changed

13 files changed

+75
-0
lines changed

.env.example

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ ZKEVM_ETHERSCAN_URL=https://api-zkevm.polygonscan.com/api
9595
ZKEVM_ETHERSCAN_KEY=PasteYourOwnKeyPlease
9696

9797
# TESTNET CHAINS
98+
# Arbitrum Sepolia
99+
ARB_SEPOLIA_API=https://arbitrum-sepolia.blockpi.network/v1/rpc/public
100+
ARB_SEPOLIA_ETHERSCAN_URL=https://api-sepolia.arbiscan.io/api
101+
ARB_SEPOLIA_ETHERSCAN_KEY=YourArbiScanKey
102+
# Base Sepolia
103+
BASE_SEPOLIA_API=https://base-sepolia.blockpi.network/v1/rpc/public
104+
BASE_SEPOLIA_ETHERSCAN_URL=https://api-sepolia.basescan.org/api
105+
BASE_SEPOLIA_ETHERSCAN_KEY=YourBaseScanKey
106+
# BNB Testnet
107+
BNB_TESTNET_API=https://bsc-testnet.blockpi.network/v1/rpc/public
108+
BNB_TESTNET_ETHERSCAN_URL=https://api-testnet.bscscan.com/api
109+
BNB_TESTNET_ETHERSCAN_KEY=YourBscScanKey
98110
# Ethereum Sepolia
99111
ETH_SEPOLIA_API=https://rpc.sepolia.org
100112
ETH_SEPOLIA_ETHERSCAN_URL=https://api-sepolia.etherscan.io/api
@@ -103,3 +115,7 @@ ETH_SEPOLIA_ETHERSCAN_KEY=YourEtherScanKey
103115
OP_SEPOLIA_API=https://optimism-sepolia.blockpi.network/v1/rpc/public
104116
OP_SEPOLIA_ETHERSCAN_URL=https://api-sepolia-optimistic.etherscan.io/api
105117
OP_SEPOLIA_ETHERSCAN_KEY=YourOptimismEtherScanKey
118+
# Scroll Sepolia
119+
SCROLL_SEPOLIA_API=https://scroll-sepolia.blockpi.network/v1/rpc/public
120+
SCROLL_SEPOLIA_ETHERSCAN_URL=https://api-sepolia.scrollscan.com/api
121+
SCROLL_SEPOLIA_ETHERSCAN_KEY=YourScrollScanKey

deployments/arb_sepolia/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
421614
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
3+
"constructorArgs": "0x"
4+
}

deployments/base_sepolia/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
84532
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
3+
"constructorArgs": "0x"
4+
}

deployments/bnb_testnet/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
97
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
3+
"constructorArgs": "0x"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
3+
"constructorArgs": "0x"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"address": "0xa6190aBC82427800935E0598892f7488a7F73A04",
3+
"constructorArgs": "0x"
4+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
534351

0 commit comments

Comments
 (0)