eth-chainlist 0.0.442 → 0.0.444
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +335 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.444 (2024-07-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.443 ([134403a](https://github.com/poowf/eth-chainlist/commit/134403a0408f665eae7f35a4e517aee16d4dc489))
|
9
|
+
* update chain data ([0fb127b](https://github.com/poowf/eth-chainlist/commit/0fb127bfbdef61252bf92456dedc546b7760dcde))
|
10
|
+
|
11
|
+
### 0.0.443 (2024-07-14)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.442 ([9a03f54](https://github.com/poowf/eth-chainlist/commit/9a03f543118d1b634d95992c9c5fa414bafca85f))
|
17
|
+
* update chain data ([62d8065](https://github.com/poowf/eth-chainlist/commit/62d8065bd7908b56c16d82af51f31dbc7caf327f))
|
18
|
+
|
3
19
|
### 0.0.442 (2024-07-13)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3437,6 +3437,44 @@ const chainArray = [
|
|
3437
3437
|
}
|
3438
3438
|
]
|
3439
3439
|
},
|
3440
|
+
{
|
3441
|
+
name: 'ABEY Testnet',
|
3442
|
+
chain: 'ABEY',
|
3443
|
+
rpc: [ 'https://testrpc.abeychain.com' ],
|
3444
|
+
features: [ { name: 'EIP155' } ],
|
3445
|
+
faucets: [ 'https://testnet-faucet.abeychain.com' ],
|
3446
|
+
nativeCurrency: { name: 'ABEY', symbol: 'tABEY', decimals: 18 },
|
3447
|
+
infoURL: 'https://abey.com',
|
3448
|
+
shortName: 'abeyt',
|
3449
|
+
chainId: 178,
|
3450
|
+
networkId: 178,
|
3451
|
+
explorers: [
|
3452
|
+
{
|
3453
|
+
name: 'abeyscan-testnet',
|
3454
|
+
url: 'https://testnet.abeyscan.com',
|
3455
|
+
standard: 'EIP3091'
|
3456
|
+
}
|
3457
|
+
]
|
3458
|
+
},
|
3459
|
+
{
|
3460
|
+
name: 'ABEY Mainnet',
|
3461
|
+
chain: 'ABEY',
|
3462
|
+
rpc: [ 'https://rpc.abeychain.com' ],
|
3463
|
+
features: [ { name: 'EIP155' } ],
|
3464
|
+
faucets: [],
|
3465
|
+
nativeCurrency: { name: 'ABEY', symbol: 'ABEY', decimals: 18 },
|
3466
|
+
infoURL: 'https://abey.com',
|
3467
|
+
shortName: 'abey',
|
3468
|
+
chainId: 179,
|
3469
|
+
networkId: 179,
|
3470
|
+
explorers: [
|
3471
|
+
{
|
3472
|
+
name: 'abeyscan',
|
3473
|
+
url: 'https://abeyscan.com',
|
3474
|
+
standard: 'EIP3091'
|
3475
|
+
}
|
3476
|
+
]
|
3477
|
+
},
|
3440
3478
|
{
|
3441
3479
|
name: 'AME Chain Mainnet',
|
3442
3480
|
chain: 'AME',
|
@@ -3469,6 +3507,25 @@ const chainArray = [
|
|
3469
3507
|
icon: 'waterfall-main',
|
3470
3508
|
explorers: []
|
3471
3509
|
},
|
3510
|
+
{
|
3511
|
+
name: 'Dojima Testnet',
|
3512
|
+
chain: 'Dojima',
|
3513
|
+
rpc: [ 'https://rpc-test-d11k.dojima.network' ],
|
3514
|
+
faucets: [],
|
3515
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
3516
|
+
icon: 'dojima',
|
3517
|
+
infoURL: 'https://www.dojima.network/',
|
3518
|
+
shortName: 'dojtestnet',
|
3519
|
+
chainId: 184,
|
3520
|
+
networkId: 184,
|
3521
|
+
explorers: [
|
3522
|
+
{
|
3523
|
+
name: 'Dojima Testnet Explorer',
|
3524
|
+
url: 'https://explorer-test.dojima.network',
|
3525
|
+
standard: 'none'
|
3526
|
+
}
|
3527
|
+
]
|
3528
|
+
},
|
3472
3529
|
{
|
3473
3530
|
name: 'Mint Mainnet',
|
3474
3531
|
chain: 'ETH',
|
@@ -3511,6 +3568,25 @@ const chainArray = [
|
|
3511
3568
|
}
|
3512
3569
|
]
|
3513
3570
|
},
|
3571
|
+
{
|
3572
|
+
name: 'Dojima',
|
3573
|
+
chain: 'Dojima',
|
3574
|
+
rpc: [ 'https://rpc-d11k.dojima.network' ],
|
3575
|
+
faucets: [],
|
3576
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
3577
|
+
icon: 'dojima',
|
3578
|
+
infoURL: 'https://www.dojima.network/',
|
3579
|
+
shortName: 'dojima',
|
3580
|
+
chainId: 187,
|
3581
|
+
networkId: 187,
|
3582
|
+
explorers: [
|
3583
|
+
{
|
3584
|
+
name: 'Dojima Explorer',
|
3585
|
+
url: 'https://explorer.dojima.network',
|
3586
|
+
standard: 'none'
|
3587
|
+
}
|
3588
|
+
]
|
3589
|
+
},
|
3514
3590
|
{
|
3515
3591
|
name: 'BMC Mainnet',
|
3516
3592
|
chain: 'BMC',
|
@@ -9430,6 +9506,18 @@ const chainArray = [
|
|
9430
9506
|
networkId: 1221,
|
9431
9507
|
icon: 'cycle'
|
9432
9508
|
},
|
9509
|
+
{
|
9510
|
+
name: 'Cycle Network Testnet Jellyfish',
|
9511
|
+
chain: 'ETH',
|
9512
|
+
rpc: [ 'https://jellyfish-rpc-testnet.cyclenetwork.io' ],
|
9513
|
+
faucets: [],
|
9514
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9515
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
9516
|
+
shortName: 'cyclej',
|
9517
|
+
chainId: 1223,
|
9518
|
+
networkId: 1223,
|
9519
|
+
icon: 'cycle'
|
9520
|
+
},
|
9433
9521
|
{
|
9434
9522
|
name: 'Hybrid Testnet (Deprecated)',
|
9435
9523
|
chain: 'HYB',
|
@@ -10589,6 +10677,44 @@ const chainArray = [
|
|
10589
10677
|
}
|
10590
10678
|
]
|
10591
10679
|
},
|
10680
|
+
{
|
10681
|
+
name: 'StarCHAIN Testnet',
|
10682
|
+
chain: 'StarCHAIN',
|
10683
|
+
rpc: [ 'https://testnet-rpc1.starworksglobal.com' ],
|
10684
|
+
features: [ { name: 'EIP155' } ],
|
10685
|
+
faucets: [],
|
10686
|
+
nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
|
10687
|
+
infoURL: 'https://www.starworksglobal.com',
|
10688
|
+
shortName: 'starchain-testnet',
|
10689
|
+
chainId: 1570,
|
10690
|
+
networkId: 1570,
|
10691
|
+
explorers: [
|
10692
|
+
{
|
10693
|
+
name: 'StarCHAIN Explorer',
|
10694
|
+
url: 'https://testnet.starchainscan.io',
|
10695
|
+
standard: 'EIP3091'
|
10696
|
+
}
|
10697
|
+
]
|
10698
|
+
},
|
10699
|
+
{
|
10700
|
+
name: 'StarCHAIN',
|
10701
|
+
chain: 'StarCHAIN',
|
10702
|
+
rpc: [ 'https://rpc.starworksglobal.com' ],
|
10703
|
+
features: [ { name: 'EIP155' } ],
|
10704
|
+
faucets: [],
|
10705
|
+
nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
|
10706
|
+
infoURL: 'https://www.starworksglobal.com',
|
10707
|
+
shortName: 'starchain',
|
10708
|
+
chainId: 1578,
|
10709
|
+
networkId: 1578,
|
10710
|
+
explorers: [
|
10711
|
+
{
|
10712
|
+
name: 'StarCHAIN Explorer',
|
10713
|
+
url: 'https://starchainscan.io',
|
10714
|
+
standard: 'EIP3091'
|
10715
|
+
}
|
10716
|
+
]
|
10717
|
+
},
|
10592
10718
|
{
|
10593
10719
|
name: 'Ethereum Inscription Mainnet',
|
10594
10720
|
chain: 'ETINS',
|
@@ -17326,6 +17452,32 @@ const chainArray = [
|
|
17326
17452
|
}
|
17327
17453
|
]
|
17328
17454
|
},
|
17455
|
+
{
|
17456
|
+
name: 'RACE Testnet',
|
17457
|
+
chain: 'ETH',
|
17458
|
+
rpc: [ 'https://racetestnet.io/' ],
|
17459
|
+
faucets: [ 'https://faucet.racetestnet.io/' ],
|
17460
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
17461
|
+
infoURL: 'https://race.foundation/',
|
17462
|
+
shortName: 'racesep',
|
17463
|
+
chainId: 6806,
|
17464
|
+
networkId: 6806,
|
17465
|
+
slip44: 1,
|
17466
|
+
icon: 'race',
|
17467
|
+
explorers: [
|
17468
|
+
{
|
17469
|
+
name: 'blockscout',
|
17470
|
+
url: 'https://testnet.racescan.io',
|
17471
|
+
icon: 'blockscout',
|
17472
|
+
standard: 'EIP3091'
|
17473
|
+
}
|
17474
|
+
],
|
17475
|
+
parent: {
|
17476
|
+
type: 'L2',
|
17477
|
+
chain: 'eip155-11155111',
|
17478
|
+
bridges: [ { url: 'https://testnet-bridge.raceconomy.com/' } ]
|
17479
|
+
}
|
17480
|
+
},
|
17329
17481
|
{
|
17330
17482
|
name: 'Pools Mainnet',
|
17331
17483
|
chain: 'Pools',
|
@@ -17391,7 +17543,10 @@ const chainArray = [
|
|
17391
17543
|
icon: 'zetachain',
|
17392
17544
|
rpc: [
|
17393
17545
|
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
17394
|
-
'https://zetachain-mainnet
|
17546
|
+
'https://zetachain-mainnet.g.allthatnode.com/archive/evm',
|
17547
|
+
'https://zeta-chain.drpc.org',
|
17548
|
+
'https://zetachain-mainnet.public.blastapi.io',
|
17549
|
+
'https://7000.rpc.thirdweb.com'
|
17395
17550
|
],
|
17396
17551
|
faucets: [],
|
17397
17552
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
@@ -17409,30 +17564,34 @@ const chainArray = [
|
|
17409
17564
|
]
|
17410
17565
|
},
|
17411
17566
|
{
|
17412
|
-
name: 'ZetaChain
|
17567
|
+
name: 'ZetaChain Testnet',
|
17413
17568
|
chain: 'ZetaChain',
|
17414
17569
|
icon: 'zetachain',
|
17415
17570
|
rpc: [
|
17416
17571
|
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
17417
|
-
'
|
17418
|
-
'https://zetachain-
|
17572
|
+
'https://zetachain-testnet.public.blastapi.io',
|
17573
|
+
'https://zetachain-athens.g.allthatnode.com/archive/evm',
|
17574
|
+
'https://7001.rpc.thirdweb.com',
|
17575
|
+
'https://zeta-chain-testnet.drpc.org'
|
17576
|
+
],
|
17577
|
+
faucets: [
|
17578
|
+
'https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/'
|
17419
17579
|
],
|
17420
|
-
faucets: [ 'https://labs.zetachain.com/get-zeta' ],
|
17421
17580
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
17422
17581
|
infoURL: 'https://zetachain.com/docs',
|
17423
|
-
shortName: 'zetachain-
|
17582
|
+
shortName: 'zetachain-testnet',
|
17424
17583
|
chainId: 7001,
|
17425
17584
|
networkId: 7001,
|
17426
17585
|
slip44: 1,
|
17427
17586
|
status: 'active',
|
17428
17587
|
explorers: [
|
17429
17588
|
{
|
17430
|
-
name: '
|
17431
|
-
url: 'https://
|
17589
|
+
name: 'ZetaScan',
|
17590
|
+
url: 'https://athens.explorer.zetachain.com',
|
17432
17591
|
standard: 'none'
|
17433
17592
|
},
|
17434
17593
|
{
|
17435
|
-
name: '
|
17594
|
+
name: 'Blockscout',
|
17436
17595
|
url: 'https://zetachain-athens-3.blockscout.com',
|
17437
17596
|
icon: 'blockscout',
|
17438
17597
|
standard: 'EIP3091'
|
@@ -18993,6 +19152,30 @@ const chainArray = [
|
|
18993
19152
|
}
|
18994
19153
|
]
|
18995
19154
|
},
|
19155
|
+
{
|
19156
|
+
name: 'Avenium Testnet',
|
19157
|
+
chain: 'AVE',
|
19158
|
+
rpc: [
|
19159
|
+
'https://eu-testnet.avenium.io/',
|
19160
|
+
'https://connect-testnet.avenium.io'
|
19161
|
+
],
|
19162
|
+
faucets: [ 'https://faucet-testnet.avenium.io' ],
|
19163
|
+
nativeCurrency: { name: 'Ave Native Token', symbol: 'tAVE', decimals: 18 },
|
19164
|
+
infoURL: 'https://avenium.io',
|
19165
|
+
shortName: 'tave',
|
19166
|
+
chainId: 8886,
|
19167
|
+
networkId: 8886,
|
19168
|
+
icon: 'avenium',
|
19169
|
+
status: 'incubating',
|
19170
|
+
explorers: [
|
19171
|
+
{
|
19172
|
+
name: 'Avenium Explorer Testnet',
|
19173
|
+
icon: 'avenium',
|
19174
|
+
url: 'https://testnet.avescan.net',
|
19175
|
+
standard: 'none'
|
19176
|
+
}
|
19177
|
+
]
|
19178
|
+
},
|
18996
19179
|
{
|
18997
19180
|
name: 'XANAChain',
|
18998
19181
|
chain: 'XANAChain',
|
@@ -21459,6 +21642,26 @@ const chainArray = [
|
|
21459
21642
|
}
|
21460
21643
|
]
|
21461
21644
|
},
|
21645
|
+
{
|
21646
|
+
name: 'KYMTC Mainnet',
|
21647
|
+
chain: 'KYMTC',
|
21648
|
+
icon: 'kymtc',
|
21649
|
+
rpc: [ 'https://mainnet-rpc.kymaticscan.online' ],
|
21650
|
+
faucets: [],
|
21651
|
+
nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
|
21652
|
+
infoURL: 'https://kymaticscan.online',
|
21653
|
+
shortName: 'KYMTC',
|
21654
|
+
chainId: 15430,
|
21655
|
+
networkId: 15430,
|
21656
|
+
explorers: [
|
21657
|
+
{
|
21658
|
+
name: 'KYMTC Mainnet Explorer',
|
21659
|
+
url: 'https://kymaticscan.online',
|
21660
|
+
icon: 'kymtc',
|
21661
|
+
standard: 'EIP3091'
|
21662
|
+
}
|
21663
|
+
]
|
21664
|
+
},
|
21462
21665
|
{
|
21463
21666
|
name: 'LoopNetwork Mainnet',
|
21464
21667
|
chain: 'LoopNetwork',
|
@@ -22192,6 +22395,30 @@ const chainArray = [
|
|
22192
22395
|
}
|
22193
22396
|
]
|
22194
22397
|
},
|
22398
|
+
{
|
22399
|
+
name: 'BlockX Mainnet',
|
22400
|
+
chain: 'blockx',
|
22401
|
+
rpc: [],
|
22402
|
+
faucets: [ 'https://ping.blockxnet.com/blockx/faucet' ],
|
22403
|
+
nativeCurrency: { name: 'BCXT', symbol: 'BCXT', decimals: 18 },
|
22404
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
22405
|
+
infoURL: 'https://www.blockxnet.com/',
|
22406
|
+
shortName: 'bcxt',
|
22407
|
+
chainId: 19191,
|
22408
|
+
networkId: 19191,
|
22409
|
+
explorers: [
|
22410
|
+
{
|
22411
|
+
name: 'BlockX EVM Explorer (Blockscout)',
|
22412
|
+
url: 'https://explorer.blockxnet.com',
|
22413
|
+
standard: 'EIP3091'
|
22414
|
+
},
|
22415
|
+
{
|
22416
|
+
name: 'BlockX Cosmos Explorer (Ping)',
|
22417
|
+
url: 'https://ping.blockxnet.com/blockx',
|
22418
|
+
standard: 'none'
|
22419
|
+
}
|
22420
|
+
]
|
22421
|
+
},
|
22195
22422
|
{
|
22196
22423
|
name: 'Decentraconnect Social',
|
22197
22424
|
chain: 'DCSM',
|
@@ -22752,6 +22979,26 @@ const chainArray = [
|
|
22752
22979
|
}
|
22753
22980
|
]
|
22754
22981
|
},
|
22982
|
+
{
|
22983
|
+
name: 'KYMTC Testnet',
|
22984
|
+
chain: 'KYMTC',
|
22985
|
+
icon: 'kymtc',
|
22986
|
+
rpc: [ 'https://testnet-rpc.kymaticscan.online' ],
|
22987
|
+
faucets: [ 'https://faucet.kymaticscan.online' ],
|
22988
|
+
nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
|
22989
|
+
infoURL: 'https://testnet-explorer.kymaticscan.online',
|
22990
|
+
shortName: 'tKYMTC',
|
22991
|
+
chainId: 24076,
|
22992
|
+
networkId: 24076,
|
22993
|
+
explorers: [
|
22994
|
+
{
|
22995
|
+
name: 'KYMTC Testnet Explorer',
|
22996
|
+
url: 'https://testnet-explorer.kymaticscan.online',
|
22997
|
+
icon: 'kymtc',
|
22998
|
+
standard: 'EIP3091'
|
22999
|
+
}
|
23000
|
+
]
|
23001
|
+
},
|
22755
23002
|
{
|
22756
23003
|
name: 'Webchain',
|
22757
23004
|
chain: 'WEB',
|
@@ -26230,6 +26477,18 @@ const chainArray = [
|
|
26230
26477
|
}
|
26231
26478
|
]
|
26232
26479
|
},
|
26480
|
+
{
|
26481
|
+
name: 'Cycle Network Mainnet Sailboat',
|
26482
|
+
chain: 'ETH',
|
26483
|
+
rpc: [ 'https://sailboat-rpc-mainnet.cyclenetwork.io' ],
|
26484
|
+
faucets: [],
|
26485
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
26486
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
26487
|
+
shortName: 'cycles',
|
26488
|
+
chainId: 77677,
|
26489
|
+
networkId: 77677,
|
26490
|
+
icon: 'cycle'
|
26491
|
+
},
|
26233
26492
|
{
|
26234
26493
|
name: 'Toronet Mainnet',
|
26235
26494
|
chain: 'Toronet',
|
@@ -29343,6 +29602,25 @@ const chainArray = [
|
|
29343
29602
|
}
|
29344
29603
|
]
|
29345
29604
|
},
|
29605
|
+
{
|
29606
|
+
name: 'WABA Chain Testnet',
|
29607
|
+
chain: 'WABA Testnet',
|
29608
|
+
icon: 'waba',
|
29609
|
+
rpc: [ 'https://rpc.wabaworld.com' ],
|
29610
|
+
faucets: [],
|
29611
|
+
nativeCurrency: { name: 'WABA', symbol: 'WABA', decimals: 18 },
|
29612
|
+
infoURL: 'https://www.wabanetwork.org',
|
29613
|
+
shortName: 'waba',
|
29614
|
+
chainId: 327126,
|
29615
|
+
networkId: 327126,
|
29616
|
+
explorers: [
|
29617
|
+
{
|
29618
|
+
name: 'blockscout',
|
29619
|
+
url: 'https://explorer.wabaworld.com',
|
29620
|
+
standard: 'none'
|
29621
|
+
}
|
29622
|
+
]
|
29623
|
+
},
|
29346
29624
|
{
|
29347
29625
|
name: 'Nal Mainnet',
|
29348
29626
|
chain: 'ETH',
|
@@ -31847,6 +32125,35 @@ const chainArray = [
|
|
31847
32125
|
icon: 'ethereum',
|
31848
32126
|
explorers: []
|
31849
32127
|
},
|
32128
|
+
{
|
32129
|
+
name: 'Altar Testnet',
|
32130
|
+
chain: 'Altar',
|
32131
|
+
rpc: [ 'https://altar-rpc.ceremonies.ai/' ],
|
32132
|
+
faucets: [ 'https://sepoliafaucet.com/' ],
|
32133
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
32134
|
+
infoURL: 'https://ceremonies.gitbook.io',
|
32135
|
+
shortName: 'altarTestnet',
|
32136
|
+
chainId: 4444444,
|
32137
|
+
networkId: 4444444,
|
32138
|
+
slip44: 1,
|
32139
|
+
icon: 'altarTestnet',
|
32140
|
+
explorers: [
|
32141
|
+
{
|
32142
|
+
name: 'altar testnet explorer',
|
32143
|
+
url: 'https://altar-explorer.ceremonies.ai',
|
32144
|
+
standard: 'none'
|
32145
|
+
}
|
32146
|
+
],
|
32147
|
+
parent: {
|
32148
|
+
type: 'L2',
|
32149
|
+
chain: 'eip155-11155111',
|
32150
|
+
bridges: [
|
32151
|
+
{
|
32152
|
+
url: 'https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/'
|
32153
|
+
}
|
32154
|
+
]
|
32155
|
+
}
|
32156
|
+
},
|
31850
32157
|
{
|
31851
32158
|
name: 'NumBlock Chain',
|
31852
32159
|
chain: 'NumBlock',
|
@@ -32716,6 +33023,25 @@ const chainArray = [
|
|
32716
33023
|
}
|
32717
33024
|
]
|
32718
33025
|
},
|
33026
|
+
{
|
33027
|
+
name: 'DBK Chain',
|
33028
|
+
chain: 'DBK Chain',
|
33029
|
+
rpc: [ 'https://rpc.mainnet.dbkchain.io' ],
|
33030
|
+
icon: 'dbkchain',
|
33031
|
+
faucets: [],
|
33032
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
33033
|
+
infoURL: 'https://docs.dbkchain.io',
|
33034
|
+
shortName: 'dbkchain',
|
33035
|
+
chainId: 20240603,
|
33036
|
+
networkId: 20240603,
|
33037
|
+
explorers: [
|
33038
|
+
{
|
33039
|
+
name: 'DBK Chain Explorer',
|
33040
|
+
url: 'https://scan.dbkchain.io',
|
33041
|
+
standard: 'EIP3091'
|
33042
|
+
}
|
33043
|
+
]
|
33044
|
+
},
|
32719
33045
|
{
|
32720
33046
|
name: 'Swan Proxima Testnet',
|
32721
33047
|
chain: 'SWAN',
|