File tree Expand file tree Collapse file tree 4 files changed +1
-52
lines changed
target_chains/ethereum/contracts Expand file tree Collapse file tree 4 files changed +1
-52
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,16 +36,6 @@ module.exports = {
36
36
timeoutBlocks : 200 ,
37
37
skipDryRun : false ,
38
38
} ,
39
- ropsten : {
40
- provider : payerProvider (
41
- `https://ropsten.infura.io/v3/` + process . env . INFURA_KEY
42
- ) ,
43
- network_id : 3 ,
44
- gas : 5500000 ,
45
- confirmations : 2 ,
46
- timeoutBlocks : 200 ,
47
- skipDryRun : true ,
48
- } ,
49
39
rinkeby : {
50
40
provider : payerProvider (
51
41
`https://rinkeby.infura.io/v3/` + process . env . INFURA_KEY
@@ -204,15 +194,6 @@ module.exports = {
204
194
provider : payerProvider ( `https://zkevm-rpc.com` ) ,
205
195
network_id : 1101 ,
206
196
} ,
207
- shimmer_testnet : {
208
- provider : payerProvider ( `https://json-rpc.evm.testnet.shimmer.network` ) ,
209
- network_id : 1071 ,
210
- verify : {
211
- apiUrl : "https://explorer.evm.testnet.shimmer.network/api" ,
212
- explorerUrl : "https://explorer.evm.testnet.shimmer.network" ,
213
- apiKey : "there_should_be_a_dummy_value_here_to_avoid_error" ,
214
- } ,
215
- } ,
216
197
gnosis : {
217
198
provider : payerProvider ( `https://rpc.gnosischain.com` ) ,
218
199
network_id : 100 ,
@@ -268,7 +249,7 @@ module.exports = {
268
249
network_id : 71 ,
269
250
} ,
270
251
neon : {
271
- provider : payerProvider ( "NEON_RPC_PLACEHOLDER" ) , // Replace this by the neon RPC node endpoint
252
+ provider : payerProvider ( "https:// neon-proxy-mainnet.solana.p2p.org" ) ,
272
253
network_id : 245022934 ,
273
254
} ,
274
255
kava : {
You can’t perform that action at this time.
0 commit comments