Skip to content

Commit 80e21d6

Browse files
committed
feat: deploy to missing chains
1 parent 69477e7 commit 80e21d6

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

Diff for: chains.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
"id": 42,
4848
"rpcUrl": "https://kovan.infura.io/v3/{{infura_key}}"
4949
},
50-
"moonbase-alpha": {
51-
"id": 1287,
52-
"rpcUrl": "https://rpc.api.moonbase.moonbeam.network"
53-
},
5450
"metis-mainnet": {
5551
"id": 1088,
5652
"rpcUrl": "https://andromeda.metis.io/?owner=1088"
@@ -59,6 +55,10 @@
5955
"id": 588,
6056
"rpcUrl": "https://stardust.metis.io/?owner=588"
6157
},
58+
"moonbase-alpha": {
59+
"id": 1287,
60+
"rpcUrl": "https://rpc.api.moonbase.moonbeam.network"
61+
},
6262
"neon-devnet": {
6363
"id": 245022926,
6464
"rpcUrl": "http://neon-devnet-rpc.questbook.app:9090/solana"
@@ -91,4 +91,4 @@
9191
"id": 41,
9292
"rpcUrl": "https://testnet.telos.net/evm"
9393
}
94-
}
94+
}

Diff for: src/contract-address-map.json

+15
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"harmony-mainnet": {
1515
"address": "0xF39E0AA8cA215D41dF7c9AeB3aBa76FfdAd0951F"
1616
},
17+
"harmony-testnet": {
18+
"address": "0xfailure"
19+
},
1720
"polygon-mainnet": {
1821
"address": "0x0E50F1dbCF5274a43Fa7ddcBB564bEE9FaF745d0"
1922
},
@@ -52,5 +55,17 @@
5255
},
5356
"metis-mainnet": {
5457
"address": "0xb103949d15a1E654A4b0cAA7Ce24c8ba40494363"
58+
},
59+
"klaytn-mainnet": {
60+
"address": "0xfailure"
61+
},
62+
"klaytn-testnet": {
63+
"address": "0xDE5DaE7a56972589f6c1D80cf3b2eE9aAa8303cF"
64+
},
65+
"kovan": {
66+
"address": "0x3b40F3C11936c5559428384e1441beA0D0683258"
67+
},
68+
"neon-devnet": {
69+
"address": "0xfailure"
5570
}
5671
}

0 commit comments

Comments
 (0)