@revoke.cash/chains 46.1.0 → 48.0.0
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/dist/src/chains.js +2688 -129
- package/dist/src/enums.d.ts +260 -16
- package/dist/src/enums.js +260 -16
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -933,10 +933,7 @@ exports.chains = {
|
|
|
933
933
|
44: {
|
|
934
934
|
name: 'Crab Network',
|
|
935
935
|
chain: 'crab',
|
|
936
|
-
rpc: [
|
|
937
|
-
'https://crab-rpc.darwinia.network',
|
|
938
|
-
'https://crab-rpc.darwiniacommunitydao.xyz'
|
|
939
|
-
],
|
|
936
|
+
rpc: ['https://crab-rpc.darwinia.network', 'https://crab-rpc.dcdao.box'],
|
|
940
937
|
faucets: [],
|
|
941
938
|
nativeCurrency: {
|
|
942
939
|
name: 'Crab Network Native Token',
|
|
@@ -985,7 +982,7 @@ exports.chains = {
|
|
|
985
982
|
chain: 'darwinia',
|
|
986
983
|
rpc: [
|
|
987
984
|
'https://rpc.darwinia.network',
|
|
988
|
-
'https://darwinia-rpc.
|
|
985
|
+
'https://darwinia-rpc.dcdao.box',
|
|
989
986
|
'https://darwinia-rpc.dwellir.com'
|
|
990
987
|
],
|
|
991
988
|
faucets: [],
|
|
@@ -994,14 +991,14 @@ exports.chains = {
|
|
|
994
991
|
symbol: 'RING',
|
|
995
992
|
decimals: 18
|
|
996
993
|
},
|
|
997
|
-
infoURL: 'https://darwinia.network
|
|
994
|
+
infoURL: 'https://darwinia.network',
|
|
998
995
|
shortName: 'darwinia',
|
|
999
996
|
chainId: 46,
|
|
1000
997
|
networkId: 46,
|
|
1001
998
|
explorers: [
|
|
1002
999
|
{
|
|
1003
|
-
name: '
|
|
1004
|
-
url: 'https://darwinia.
|
|
1000
|
+
name: 'blockscout',
|
|
1001
|
+
url: 'https://explorer.darwinia.network',
|
|
1005
1002
|
standard: 'EIP3091'
|
|
1006
1003
|
}
|
|
1007
1004
|
]
|
|
@@ -1785,7 +1782,8 @@ exports.chains = {
|
|
|
1785
1782
|
chain: 'JOC',
|
|
1786
1783
|
rpc: [
|
|
1787
1784
|
'https://rpc-1.japanopenchain.org:8545',
|
|
1788
|
-
'https://rpc-2.japanopenchain.org:8545'
|
|
1785
|
+
'https://rpc-2.japanopenchain.org:8545',
|
|
1786
|
+
'https://rpc-3.japanopenchain.org'
|
|
1789
1787
|
],
|
|
1790
1788
|
faucets: [],
|
|
1791
1789
|
nativeCurrency: {
|
|
@@ -2860,14 +2858,21 @@ exports.chains = {
|
|
|
2860
2858
|
name: 'HashKey Chain Testnet',
|
|
2861
2859
|
title: 'HashKey Chain Testnet',
|
|
2862
2860
|
chain: 'HashKey Chain Testnet',
|
|
2863
|
-
rpc: [],
|
|
2861
|
+
rpc: ['https://hashkeychain-testnet.alt.technology'],
|
|
2864
2862
|
faucets: [],
|
|
2865
2863
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
2866
2864
|
infoURL: 'https://hashkey.cloud',
|
|
2867
2865
|
shortName: 'HSKT',
|
|
2868
2866
|
chainId: 133,
|
|
2869
2867
|
networkId: 133,
|
|
2870
|
-
explorers: [
|
|
2868
|
+
explorers: [
|
|
2869
|
+
{
|
|
2870
|
+
name: 'blockscout',
|
|
2871
|
+
url: 'https://hashkeychain-testnet-explorer.alt.technology',
|
|
2872
|
+
icon: 'blockscout',
|
|
2873
|
+
standard: 'EIP3091'
|
|
2874
|
+
}
|
|
2875
|
+
],
|
|
2871
2876
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
2872
2877
|
},
|
|
2873
2878
|
134: {
|
|
@@ -3436,32 +3441,22 @@ exports.chains = {
|
|
|
3436
3441
|
networkId: 163
|
|
3437
3442
|
},
|
|
3438
3443
|
164: {
|
|
3439
|
-
name: 'Omni
|
|
3444
|
+
name: 'Omni Omega',
|
|
3440
3445
|
chain: 'Omni',
|
|
3441
3446
|
status: 'active',
|
|
3442
|
-
rpc: ['https://
|
|
3447
|
+
rpc: ['https://omega.omni.network'],
|
|
3443
3448
|
features: [{ name: 'EIP155' }],
|
|
3444
3449
|
faucets: [],
|
|
3445
3450
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3446
3451
|
infoURL: 'https://docs.omni.network',
|
|
3447
|
-
shortName: '
|
|
3452
|
+
shortName: 'omni_omega',
|
|
3448
3453
|
chainId: 164,
|
|
3449
3454
|
networkId: 164,
|
|
3450
3455
|
slip44: 1,
|
|
3451
3456
|
explorers: [
|
|
3452
3457
|
{
|
|
3453
|
-
name: 'Omni
|
|
3454
|
-
url: 'https://
|
|
3455
|
-
standard: 'none'
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
name: 'Omni EVM Explorer on Blockscout',
|
|
3459
|
-
url: 'https://omni-testnet.blockscout.com',
|
|
3460
|
-
standard: 'EIP3091'
|
|
3461
|
-
},
|
|
3462
|
-
{
|
|
3463
|
-
name: 'Omni EVM Explorer on Routescan',
|
|
3464
|
-
url: 'https://testnet.omniscan.network',
|
|
3458
|
+
name: 'Omni EVM and cross-chain Explorer',
|
|
3459
|
+
url: 'https://omega.omniscan.network',
|
|
3465
3460
|
standard: 'EIP3091'
|
|
3466
3461
|
}
|
|
3467
3462
|
]
|
|
@@ -3610,6 +3605,44 @@ exports.chains = {
|
|
|
3610
3605
|
],
|
|
3611
3606
|
iconURL: 'https://ipfs.io/ipfs/QmQsNtUoaKUHWaxFMBuCQwkX9WmKHz7iNotcZTFkWo7Qgt'
|
|
3612
3607
|
},
|
|
3608
|
+
178: {
|
|
3609
|
+
name: 'ABEY Testnet',
|
|
3610
|
+
chain: 'ABEY',
|
|
3611
|
+
rpc: ['https://testrpc.abeychain.com'],
|
|
3612
|
+
features: [{ name: 'EIP155' }],
|
|
3613
|
+
faucets: ['https://testnet-faucet.abeychain.com'],
|
|
3614
|
+
nativeCurrency: { name: 'ABEY', symbol: 'tABEY', decimals: 18 },
|
|
3615
|
+
infoURL: 'https://abey.com',
|
|
3616
|
+
shortName: 'abeyt',
|
|
3617
|
+
chainId: 178,
|
|
3618
|
+
networkId: 178,
|
|
3619
|
+
explorers: [
|
|
3620
|
+
{
|
|
3621
|
+
name: 'abeyscan-testnet',
|
|
3622
|
+
url: 'https://testnet.abeyscan.com',
|
|
3623
|
+
standard: 'EIP3091'
|
|
3624
|
+
}
|
|
3625
|
+
]
|
|
3626
|
+
},
|
|
3627
|
+
179: {
|
|
3628
|
+
name: 'ABEY Mainnet',
|
|
3629
|
+
chain: 'ABEY',
|
|
3630
|
+
rpc: ['https://rpc.abeychain.com'],
|
|
3631
|
+
features: [{ name: 'EIP155' }],
|
|
3632
|
+
faucets: [],
|
|
3633
|
+
nativeCurrency: { name: 'ABEY', symbol: 'ABEY', decimals: 18 },
|
|
3634
|
+
infoURL: 'https://abey.com',
|
|
3635
|
+
shortName: 'abey',
|
|
3636
|
+
chainId: 179,
|
|
3637
|
+
networkId: 179,
|
|
3638
|
+
explorers: [
|
|
3639
|
+
{
|
|
3640
|
+
name: 'abeyscan',
|
|
3641
|
+
url: 'https://abeyscan.com',
|
|
3642
|
+
standard: 'EIP3091'
|
|
3643
|
+
}
|
|
3644
|
+
]
|
|
3645
|
+
},
|
|
3613
3646
|
180: {
|
|
3614
3647
|
name: 'AME Chain Mainnet',
|
|
3615
3648
|
chain: 'AME',
|
|
@@ -3643,6 +3676,26 @@ exports.chains = {
|
|
|
3643
3676
|
explorers: [],
|
|
3644
3677
|
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
3645
3678
|
},
|
|
3679
|
+
184: {
|
|
3680
|
+
name: 'Dojima Testnet',
|
|
3681
|
+
chain: 'Dojima',
|
|
3682
|
+
rpc: ['https://rpc-test-d11k.dojima.network'],
|
|
3683
|
+
faucets: [],
|
|
3684
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
|
3685
|
+
icon: 'dojima',
|
|
3686
|
+
infoURL: 'https://www.dojima.network/',
|
|
3687
|
+
shortName: 'dojtestnet',
|
|
3688
|
+
chainId: 184,
|
|
3689
|
+
networkId: 184,
|
|
3690
|
+
explorers: [
|
|
3691
|
+
{
|
|
3692
|
+
name: 'Dojima Testnet Explorer',
|
|
3693
|
+
url: 'https://explorer-test.dojima.network',
|
|
3694
|
+
standard: 'none'
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3697
|
+
iconURL: 'https://ipfs.io/ipfs/QmarhJVEb6jVNfW1GP2rcvAfto6DFdr7RSauZQxjd3iFam'
|
|
3698
|
+
},
|
|
3646
3699
|
185: {
|
|
3647
3700
|
name: 'Mint Mainnet',
|
|
3648
3701
|
chain: 'ETH',
|
|
@@ -3686,6 +3739,26 @@ exports.chains = {
|
|
|
3686
3739
|
}
|
|
3687
3740
|
]
|
|
3688
3741
|
},
|
|
3742
|
+
187: {
|
|
3743
|
+
name: 'Dojima',
|
|
3744
|
+
chain: 'Dojima',
|
|
3745
|
+
rpc: ['https://rpc-d11k.dojima.network'],
|
|
3746
|
+
faucets: [],
|
|
3747
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
|
3748
|
+
icon: 'dojima',
|
|
3749
|
+
infoURL: 'https://www.dojima.network/',
|
|
3750
|
+
shortName: 'dojima',
|
|
3751
|
+
chainId: 187,
|
|
3752
|
+
networkId: 187,
|
|
3753
|
+
explorers: [
|
|
3754
|
+
{
|
|
3755
|
+
name: 'Dojima Explorer',
|
|
3756
|
+
url: 'https://explorer.dojima.network',
|
|
3757
|
+
standard: 'none'
|
|
3758
|
+
}
|
|
3759
|
+
],
|
|
3760
|
+
iconURL: 'https://ipfs.io/ipfs/QmarhJVEb6jVNfW1GP2rcvAfto6DFdr7RSauZQxjd3iFam'
|
|
3761
|
+
},
|
|
3689
3762
|
188: {
|
|
3690
3763
|
name: 'BMC Mainnet',
|
|
3691
3764
|
chain: 'BMC',
|
|
@@ -3723,6 +3796,24 @@ exports.chains = {
|
|
|
3723
3796
|
}
|
|
3724
3797
|
]
|
|
3725
3798
|
},
|
|
3799
|
+
190: {
|
|
3800
|
+
name: 'CMDAO BBQ Chain',
|
|
3801
|
+
chain: 'Underchain 1',
|
|
3802
|
+
rpc: ['https://bbqchain-rpc.commudao.xyz'],
|
|
3803
|
+
faucets: [],
|
|
3804
|
+
nativeCurrency: { name: 'CommuDAO', symbol: 'CMD', decimals: 18 },
|
|
3805
|
+
infoURL: 'https://commudao.xyz',
|
|
3806
|
+
shortName: 'cmdao-bbq-chain',
|
|
3807
|
+
chainId: 190,
|
|
3808
|
+
networkId: 190,
|
|
3809
|
+
explorers: [
|
|
3810
|
+
{
|
|
3811
|
+
name: 'bbqchain-explorer',
|
|
3812
|
+
url: 'https://bbqchain-exp.commudao.xyz',
|
|
3813
|
+
standard: 'EIP3091'
|
|
3814
|
+
}
|
|
3815
|
+
]
|
|
3816
|
+
},
|
|
3726
3817
|
191: {
|
|
3727
3818
|
name: 'FileFileGo',
|
|
3728
3819
|
chain: 'FFG',
|
|
@@ -4171,6 +4262,24 @@ exports.chains = {
|
|
|
4171
4262
|
],
|
|
4172
4263
|
iconURL: 'https://ipfs.io/ipfs/QmayuauUTSkYxbT1xi2AkkG5VLEMDhcMeZ18WZHiApPa9M'
|
|
4173
4264
|
},
|
|
4265
|
+
221: {
|
|
4266
|
+
name: 'BlockEx Mainnet',
|
|
4267
|
+
chain: 'BlockEx',
|
|
4268
|
+
rpc: ['https://rpc.blockex.biz'],
|
|
4269
|
+
faucets: [],
|
|
4270
|
+
nativeCurrency: { name: 'BlockEx', symbol: 'XBE', decimals: 18 },
|
|
4271
|
+
infoURL: 'https://blockex.biz',
|
|
4272
|
+
shortName: 'BlockEx',
|
|
4273
|
+
chainId: 221,
|
|
4274
|
+
networkId: 221,
|
|
4275
|
+
explorers: [
|
|
4276
|
+
{
|
|
4277
|
+
name: 'BlockEx Scan',
|
|
4278
|
+
url: 'http://explorer.blockex.biz',
|
|
4279
|
+
standard: 'EIP3091'
|
|
4280
|
+
}
|
|
4281
|
+
]
|
|
4282
|
+
},
|
|
4174
4283
|
222: {
|
|
4175
4284
|
name: 'Permission',
|
|
4176
4285
|
chain: 'ASK',
|
|
@@ -4494,6 +4603,24 @@ exports.chains = {
|
|
|
4494
4603
|
status: 'active',
|
|
4495
4604
|
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
4496
4605
|
},
|
|
4606
|
+
254: {
|
|
4607
|
+
name: 'Swan Chain Mainnet',
|
|
4608
|
+
chain: 'SWAN',
|
|
4609
|
+
rpc: ['https://mainnet-rpc01.swanchain.io'],
|
|
4610
|
+
faucets: [],
|
|
4611
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
4612
|
+
infoURL: 'https://swanchain.io/',
|
|
4613
|
+
shortName: 'Swan',
|
|
4614
|
+
chainId: 254,
|
|
4615
|
+
networkId: 254,
|
|
4616
|
+
explorers: [
|
|
4617
|
+
{
|
|
4618
|
+
name: 'Swanchain Explorer',
|
|
4619
|
+
url: 'https://swanscan.io',
|
|
4620
|
+
standard: 'EIP3091'
|
|
4621
|
+
}
|
|
4622
|
+
]
|
|
4623
|
+
},
|
|
4497
4624
|
255: {
|
|
4498
4625
|
name: 'Kroma',
|
|
4499
4626
|
chain: 'ETH',
|
|
@@ -4574,6 +4701,27 @@ exports.chains = {
|
|
|
4574
4701
|
],
|
|
4575
4702
|
iconURL: 'https://ipfs.io/ipfs/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz'
|
|
4576
4703
|
},
|
|
4704
|
+
261: {
|
|
4705
|
+
name: 'Guru Network Testnet',
|
|
4706
|
+
chain: 'tGURU',
|
|
4707
|
+
icon: 'GuruNetwork',
|
|
4708
|
+
rpc: ['https://rpc.gurunetwork.ai/archive/261'],
|
|
4709
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4710
|
+
faucets: ['https://v2.dex.guru/season-pass/faucet'],
|
|
4711
|
+
nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
|
|
4712
|
+
infoURL: 'https://gurunetwork.ai',
|
|
4713
|
+
shortName: 'tguru',
|
|
4714
|
+
chainId: 261,
|
|
4715
|
+
networkId: 261,
|
|
4716
|
+
explorers: [
|
|
4717
|
+
{
|
|
4718
|
+
name: 'guruscan',
|
|
4719
|
+
url: 'https://scan.gurunetwork.ai',
|
|
4720
|
+
standard: 'EIP3091'
|
|
4721
|
+
}
|
|
4722
|
+
],
|
|
4723
|
+
iconURL: 'https://ipfs.io/ipfs/QmTDWnSNSCcVPCYD1FKrUirkT2MVrShdVK9dsxAi6eZdbD'
|
|
4724
|
+
},
|
|
4577
4725
|
262: {
|
|
4578
4726
|
name: 'SUR Blockchain Network',
|
|
4579
4727
|
chain: 'SUR',
|
|
@@ -5340,6 +5488,34 @@ exports.chains = {
|
|
|
5340
5488
|
},
|
|
5341
5489
|
iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
|
|
5342
5490
|
},
|
|
5491
|
+
325: {
|
|
5492
|
+
name: 'GRVT Mainnet',
|
|
5493
|
+
chain: 'ETH',
|
|
5494
|
+
rpc: [],
|
|
5495
|
+
faucets: [],
|
|
5496
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5497
|
+
infoURL: 'https://grvt.io/',
|
|
5498
|
+
shortName: 'grvt',
|
|
5499
|
+
chainId: 325,
|
|
5500
|
+
networkId: 325,
|
|
5501
|
+
icon: 'grvt',
|
|
5502
|
+
explorers: [],
|
|
5503
|
+
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
5504
|
+
},
|
|
5505
|
+
326: {
|
|
5506
|
+
name: 'GRVT Sepolia Testnet',
|
|
5507
|
+
chain: 'ETH',
|
|
5508
|
+
rpc: [],
|
|
5509
|
+
faucets: [],
|
|
5510
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5511
|
+
infoURL: 'https://grvt.io/',
|
|
5512
|
+
shortName: 'grvt-sepolia',
|
|
5513
|
+
chainId: 326,
|
|
5514
|
+
networkId: 326,
|
|
5515
|
+
icon: 'grvt',
|
|
5516
|
+
explorers: [],
|
|
5517
|
+
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
5518
|
+
},
|
|
5343
5519
|
333: {
|
|
5344
5520
|
name: 'Web3Q Mainnet',
|
|
5345
5521
|
chain: 'Web3Q',
|
|
@@ -5667,6 +5843,24 @@ exports.chains = {
|
|
|
5667
5843
|
chainId: 385,
|
|
5668
5844
|
networkId: 385
|
|
5669
5845
|
},
|
|
5846
|
+
388: {
|
|
5847
|
+
name: 'Cronos zkEVM Mainnet',
|
|
5848
|
+
chain: 'CronosZkEVMMainnet',
|
|
5849
|
+
rpc: ['https://mainnet.zkevm.cronos.org'],
|
|
5850
|
+
faucets: [],
|
|
5851
|
+
nativeCurrency: { name: 'Cronos zkEVM CRO', symbol: 'zkCRO', decimals: 18 },
|
|
5852
|
+
infoURL: 'https://cronos.org/zkevm',
|
|
5853
|
+
shortName: 'zkCRO',
|
|
5854
|
+
chainId: 388,
|
|
5855
|
+
networkId: 388,
|
|
5856
|
+
explorers: [
|
|
5857
|
+
{
|
|
5858
|
+
name: 'Cronos zkEVM (Mainnet) Chain Explorer',
|
|
5859
|
+
url: 'https://explorer.zkevm.cronos.org',
|
|
5860
|
+
standard: 'none'
|
|
5861
|
+
}
|
|
5862
|
+
]
|
|
5863
|
+
},
|
|
5670
5864
|
395: {
|
|
5671
5865
|
name: 'CamDL Testnet',
|
|
5672
5866
|
chain: 'CADL',
|
|
@@ -6749,6 +6943,31 @@ exports.chains = {
|
|
|
6749
6943
|
],
|
|
6750
6944
|
iconURL: 'https://ipfs.io/ipfs/QmTPbbhH4CkQiQWm4JUh3J9o5w79vXjFZaMBW4DKNuSVU3'
|
|
6751
6945
|
},
|
|
6946
|
+
610: {
|
|
6947
|
+
name: 'Darwin Devnet',
|
|
6948
|
+
chain: 'Darwin',
|
|
6949
|
+
rpc: ['https://devnet-rpc.darwinchain.ai'],
|
|
6950
|
+
faucets: ['https://devnet-rpc.darwinchain.ai/faucet'],
|
|
6951
|
+
nativeCurrency: {
|
|
6952
|
+
name: 'Darwin Devnet token',
|
|
6953
|
+
symbol: 'DNA',
|
|
6954
|
+
decimals: 18
|
|
6955
|
+
},
|
|
6956
|
+
infoURL: 'https://darwinchain.ai',
|
|
6957
|
+
shortName: 'darwin-devnet',
|
|
6958
|
+
chainId: 610,
|
|
6959
|
+
networkId: 610,
|
|
6960
|
+
icon: 'darwin',
|
|
6961
|
+
explorers: [
|
|
6962
|
+
{
|
|
6963
|
+
name: 'Darwin Explorer',
|
|
6964
|
+
url: 'https://explorer.darwinchain.ai',
|
|
6965
|
+
icon: 'darwin',
|
|
6966
|
+
standard: 'none'
|
|
6967
|
+
}
|
|
6968
|
+
],
|
|
6969
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiec5zeuhb4tkbhvbrmeeqrsqtjbhrjfpqx4yysejephiczresf5ci'
|
|
6970
|
+
},
|
|
6752
6971
|
612: {
|
|
6753
6972
|
name: 'EIOB Mainnet',
|
|
6754
6973
|
chain: 'EIOB',
|
|
@@ -6787,6 +7006,42 @@ exports.chains = {
|
|
|
6787
7006
|
}
|
|
6788
7007
|
]
|
|
6789
7008
|
},
|
|
7009
|
+
624: {
|
|
7010
|
+
name: 'Binary Mainnet',
|
|
7011
|
+
chain: 'The Binary Holdings',
|
|
7012
|
+
rpc: ['https://rpc.zero.thebinaryholdings.com'],
|
|
7013
|
+
faucets: [],
|
|
7014
|
+
nativeCurrency: { name: 'Binary Token', symbol: 'BNRY', decimals: 18 },
|
|
7015
|
+
infoURL: '',
|
|
7016
|
+
shortName: 'thebinaryholdings-mainnet',
|
|
7017
|
+
chainId: 624,
|
|
7018
|
+
networkId: 624,
|
|
7019
|
+
explorers: [
|
|
7020
|
+
{
|
|
7021
|
+
name: 'Tracehawk',
|
|
7022
|
+
url: 'https://explorer.thebinaryholdings.com',
|
|
7023
|
+
standard: 'none'
|
|
7024
|
+
}
|
|
7025
|
+
]
|
|
7026
|
+
},
|
|
7027
|
+
625: {
|
|
7028
|
+
name: 'Binary Sepolia',
|
|
7029
|
+
chain: 'The Binary Holdings',
|
|
7030
|
+
rpc: ['https://rpc.testnet.thebinaryholdings.com'],
|
|
7031
|
+
faucets: [],
|
|
7032
|
+
nativeCurrency: { name: 'Test BNRY', symbol: 'BNRY', decimals: 18 },
|
|
7033
|
+
infoURL: '',
|
|
7034
|
+
shortName: 'thebinaryholdings-sepolia',
|
|
7035
|
+
chainId: 625,
|
|
7036
|
+
networkId: 625,
|
|
7037
|
+
explorers: [
|
|
7038
|
+
{
|
|
7039
|
+
name: 'Tracehawk',
|
|
7040
|
+
url: 'https://explorer.sepolia.thebinaryholdings.com',
|
|
7041
|
+
standard: 'none'
|
|
7042
|
+
}
|
|
7043
|
+
]
|
|
7044
|
+
},
|
|
6790
7045
|
634: {
|
|
6791
7046
|
name: 'Avocado',
|
|
6792
7047
|
chain: 'Avocado',
|
|
@@ -6821,9 +7076,9 @@ exports.chains = {
|
|
|
6821
7076
|
icon: 'flowevm',
|
|
6822
7077
|
explorers: [
|
|
6823
7078
|
{
|
|
6824
|
-
name: 'Flow
|
|
6825
|
-
url: 'https://
|
|
6826
|
-
standard: '
|
|
7079
|
+
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
|
7080
|
+
url: 'https://eth.flowscan.io',
|
|
7081
|
+
standard: 'EIP3091'
|
|
6827
7082
|
}
|
|
6828
7083
|
],
|
|
6829
7084
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
@@ -7795,6 +8050,24 @@ exports.chains = {
|
|
|
7795
8050
|
],
|
|
7796
8051
|
iconURL: 'https://ipfs.io/ipfs/QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D'
|
|
7797
8052
|
},
|
|
8053
|
+
852: {
|
|
8054
|
+
name: 'HongKong Mainnet',
|
|
8055
|
+
chain: 'HONGKONG',
|
|
8056
|
+
rpc: ['https://eth.jegotrip.net'],
|
|
8057
|
+
faucets: [],
|
|
8058
|
+
nativeCurrency: { name: 'HongKong', symbol: 'HK', decimals: 18 },
|
|
8059
|
+
infoURL: 'https://www.cmi.chinamobile.com/',
|
|
8060
|
+
shortName: 'HongKong',
|
|
8061
|
+
chainId: 852,
|
|
8062
|
+
networkId: 852,
|
|
8063
|
+
explorers: [
|
|
8064
|
+
{
|
|
8065
|
+
name: 'HongKong Mainnet Explorer',
|
|
8066
|
+
url: 'http://47.238.205.52',
|
|
8067
|
+
standard: 'none'
|
|
8068
|
+
}
|
|
8069
|
+
]
|
|
8070
|
+
},
|
|
7798
8071
|
859: {
|
|
7799
8072
|
name: 'Zeeth Chain Dev',
|
|
7800
8073
|
chain: 'ZeethChainDev',
|
|
@@ -7902,7 +8175,17 @@ exports.chains = {
|
|
|
7902
8175
|
shortName: 'wan',
|
|
7903
8176
|
chainId: 888,
|
|
7904
8177
|
networkId: 888,
|
|
7905
|
-
slip44: 5718350
|
|
8178
|
+
slip44: 5718350,
|
|
8179
|
+
icon: 'wanchain',
|
|
8180
|
+
explorers: [
|
|
8181
|
+
{
|
|
8182
|
+
name: 'wanscan',
|
|
8183
|
+
icon: 'wanchain',
|
|
8184
|
+
url: 'https://wanscan.org',
|
|
8185
|
+
standard: 'EIP3091'
|
|
8186
|
+
}
|
|
8187
|
+
],
|
|
8188
|
+
iconURL: 'https://ipfs.io/ipfs/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq'
|
|
7906
8189
|
},
|
|
7907
8190
|
898: {
|
|
7908
8191
|
name: 'MAXI Chain Testnet',
|
|
@@ -7923,7 +8206,7 @@ exports.chains = {
|
|
|
7923
8206
|
standard: 'EIP3091'
|
|
7924
8207
|
}
|
|
7925
8208
|
],
|
|
7926
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8209
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo'
|
|
7927
8210
|
},
|
|
7928
8211
|
899: {
|
|
7929
8212
|
name: 'MAXI Chain Mainnet',
|
|
@@ -7944,7 +8227,7 @@ exports.chains = {
|
|
|
7944
8227
|
standard: 'EIP3091'
|
|
7945
8228
|
}
|
|
7946
8229
|
],
|
|
7947
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8230
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo'
|
|
7948
8231
|
},
|
|
7949
8232
|
900: {
|
|
7950
8233
|
name: 'Garizon Testnet Stage0',
|
|
@@ -8519,14 +8802,39 @@ exports.chains = {
|
|
|
8519
8802
|
],
|
|
8520
8803
|
iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
|
|
8521
8804
|
},
|
|
8805
|
+
995: {
|
|
8806
|
+
name: '5ireChain Mainnet',
|
|
8807
|
+
chain: '5ireChain',
|
|
8808
|
+
rpc: ['https://rpc.5ire.network'],
|
|
8809
|
+
faucets: [],
|
|
8810
|
+
nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
|
|
8811
|
+
infoURL: 'https://5ire.org',
|
|
8812
|
+
shortName: '5ire',
|
|
8813
|
+
chainId: 995,
|
|
8814
|
+
networkId: 995,
|
|
8815
|
+
icon: '5ireChain',
|
|
8816
|
+
explorers: [
|
|
8817
|
+
{
|
|
8818
|
+
name: '5ireChain Explorer',
|
|
8819
|
+
url: 'https://5irescan.io',
|
|
8820
|
+
standard: 'none',
|
|
8821
|
+
icon: '5ireChain'
|
|
8822
|
+
}
|
|
8823
|
+
],
|
|
8824
|
+
iconURL: 'https://ipfs.io/ipfs/QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk'
|
|
8825
|
+
},
|
|
8522
8826
|
997: {
|
|
8523
8827
|
name: '5ireChain Thunder',
|
|
8524
|
-
chain: '5ireChain',
|
|
8828
|
+
chain: '5ireChain Testnet',
|
|
8525
8829
|
rpc: ['https://rpc-testnet.5ire.network'],
|
|
8526
8830
|
faucets: ['https://explorer.5ire.network/faucet'],
|
|
8527
|
-
nativeCurrency: {
|
|
8831
|
+
nativeCurrency: {
|
|
8832
|
+
name: '5ire Testnet Token',
|
|
8833
|
+
symbol: 'T5IRE',
|
|
8834
|
+
decimals: 18
|
|
8835
|
+
},
|
|
8528
8836
|
infoURL: 'https://5ire.org',
|
|
8529
|
-
shortName: '
|
|
8837
|
+
shortName: 'T5ire',
|
|
8530
8838
|
chainId: 997,
|
|
8531
8839
|
networkId: 997,
|
|
8532
8840
|
icon: '5ireChain',
|
|
@@ -8575,7 +8883,17 @@ exports.chains = {
|
|
|
8575
8883
|
shortName: 'twan',
|
|
8576
8884
|
chainId: 999,
|
|
8577
8885
|
networkId: 999,
|
|
8578
|
-
slip44: 1
|
|
8886
|
+
slip44: 1,
|
|
8887
|
+
icon: 'wanchain',
|
|
8888
|
+
explorers: [
|
|
8889
|
+
{
|
|
8890
|
+
name: 'wanscan',
|
|
8891
|
+
icon: 'wanchain',
|
|
8892
|
+
url: 'https://testnet.wanscan.org',
|
|
8893
|
+
standard: 'EIP3091'
|
|
8894
|
+
}
|
|
8895
|
+
],
|
|
8896
|
+
iconURL: 'https://ipfs.io/ipfs/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq'
|
|
8579
8897
|
},
|
|
8580
8898
|
1000: {
|
|
8581
8899
|
name: 'GTON Mainnet',
|
|
@@ -8597,16 +8915,13 @@ exports.chains = {
|
|
|
8597
8915
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
8598
8916
|
},
|
|
8599
8917
|
1001: {
|
|
8600
|
-
name: '
|
|
8601
|
-
chain: '
|
|
8602
|
-
rpc: [
|
|
8603
|
-
|
|
8604
|
-
|
|
8605
|
-
|
|
8606
|
-
|
|
8607
|
-
nativeCurrency: { name: 'KLAY', symbol: 'KLAY', decimals: 18 },
|
|
8608
|
-
infoURL: 'https://klaytn.foundation',
|
|
8609
|
-
shortName: 'Baobab',
|
|
8918
|
+
name: 'Kaia Testnet Kairos',
|
|
8919
|
+
chain: 'KAIA',
|
|
8920
|
+
rpc: ['https://public-en.kairos.node.kaia.io'],
|
|
8921
|
+
faucets: ['https://faucet.kaia.io'],
|
|
8922
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
8923
|
+
infoURL: 'https://kaia.io/',
|
|
8924
|
+
shortName: 'kaia-kairos',
|
|
8610
8925
|
chainId: 1001,
|
|
8611
8926
|
networkId: 1001,
|
|
8612
8927
|
slip44: 1,
|
|
@@ -9297,7 +9612,7 @@ exports.chains = {
|
|
|
9297
9612
|
standard: 'EIP3091'
|
|
9298
9613
|
}
|
|
9299
9614
|
],
|
|
9300
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
9615
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
9301
9616
|
},
|
|
9302
9617
|
1116: {
|
|
9303
9618
|
name: 'Core Blockchain Mainnet',
|
|
@@ -9327,7 +9642,7 @@ exports.chains = {
|
|
|
9327
9642
|
standard: 'EIP3091'
|
|
9328
9643
|
}
|
|
9329
9644
|
],
|
|
9330
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
9645
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
9331
9646
|
},
|
|
9332
9647
|
1117: {
|
|
9333
9648
|
name: 'Dogcoin Mainnet',
|
|
@@ -9649,7 +9964,7 @@ exports.chains = {
|
|
|
9649
9964
|
explorers: [
|
|
9650
9965
|
{
|
|
9651
9966
|
name: 'Cuckoo Chain Explorer',
|
|
9652
|
-
url: 'https://
|
|
9967
|
+
url: 'https://scan.cuckoo.network',
|
|
9653
9968
|
standard: 'EIP3091'
|
|
9654
9969
|
}
|
|
9655
9970
|
],
|
|
@@ -9786,6 +10101,19 @@ exports.chains = {
|
|
|
9786
10101
|
icon: 'cycle',
|
|
9787
10102
|
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
9788
10103
|
},
|
|
10104
|
+
1223: {
|
|
10105
|
+
name: 'Cycle Network Testnet Jellyfish',
|
|
10106
|
+
chain: 'ETH',
|
|
10107
|
+
rpc: ['https://jellyfish-rpc-testnet.cyclenetwork.io'],
|
|
10108
|
+
faucets: [],
|
|
10109
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
10110
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
|
10111
|
+
shortName: 'cyclej',
|
|
10112
|
+
chainId: 1223,
|
|
10113
|
+
networkId: 1223,
|
|
10114
|
+
icon: 'cycle',
|
|
10115
|
+
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
10116
|
+
},
|
|
9789
10117
|
1224: {
|
|
9790
10118
|
name: 'Hybrid Testnet (Deprecated)',
|
|
9791
10119
|
chain: 'HYB',
|
|
@@ -9831,6 +10159,27 @@ exports.chains = {
|
|
|
9831
10159
|
status: 'active',
|
|
9832
10160
|
iconURL: 'https://ipfs.io/ipfs/QmdGfvH9qfvbMXYKosS1nHbw3q5UtFJky4hdMDmmKDTx8Y'
|
|
9833
10161
|
},
|
|
10162
|
+
1227: {
|
|
10163
|
+
name: 'Bitcoin Protocol Testnet',
|
|
10164
|
+
chain: 'BTCP Testnet',
|
|
10165
|
+
icon: 'btcprotocol',
|
|
10166
|
+
rpc: ['https://testnet-chain.btcprotocol.io/'],
|
|
10167
|
+
faucets: [],
|
|
10168
|
+
nativeCurrency: { name: 'BTC Protocol', symbol: 'BTCP', decimals: 18 },
|
|
10169
|
+
infoURL: 'https://btcprotocol.io/',
|
|
10170
|
+
shortName: 'BTCP',
|
|
10171
|
+
chainId: 1227,
|
|
10172
|
+
networkId: 1227,
|
|
10173
|
+
explorers: [
|
|
10174
|
+
{
|
|
10175
|
+
name: 'BTCP explorer',
|
|
10176
|
+
url: 'https://explorer.btcprotocol.io',
|
|
10177
|
+
standard: 'EIP3091'
|
|
10178
|
+
}
|
|
10179
|
+
],
|
|
10180
|
+
status: 'active',
|
|
10181
|
+
iconURL: 'https://ipfs.io/ipfs/QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB'
|
|
10182
|
+
},
|
|
9834
10183
|
1229: {
|
|
9835
10184
|
name: 'Exzo Network Mainnet',
|
|
9836
10185
|
chain: 'EXZO',
|
|
@@ -10273,6 +10622,26 @@ exports.chains = {
|
|
|
10273
10622
|
}
|
|
10274
10623
|
]
|
|
10275
10624
|
},
|
|
10625
|
+
1313: {
|
|
10626
|
+
name: 'JaiHo Chain',
|
|
10627
|
+
chain: 'JaiHoChain',
|
|
10628
|
+
icon: 'jaihoIcon',
|
|
10629
|
+
rpc: ['https://rpc.jaihochain.com'],
|
|
10630
|
+
faucets: [],
|
|
10631
|
+
nativeCurrency: { name: 'JaiHo', symbol: 'JaiHo', decimals: 18 },
|
|
10632
|
+
infoURL: 'https://jaihochain.com',
|
|
10633
|
+
shortName: 'JHC',
|
|
10634
|
+
chainId: 1313,
|
|
10635
|
+
networkId: 1313,
|
|
10636
|
+
explorers: [
|
|
10637
|
+
{
|
|
10638
|
+
name: 'JaiHo Chain Explorer',
|
|
10639
|
+
url: 'https://jaihochain.com',
|
|
10640
|
+
standard: 'EIP3091'
|
|
10641
|
+
}
|
|
10642
|
+
],
|
|
10643
|
+
iconURL: 'https://ipfs.io/ipfs/QmUtKXY4N9kNCs9hAkAyi1nsvMWvDzs5vUjgYXTJoZCYqu'
|
|
10644
|
+
},
|
|
10276
10645
|
1314: {
|
|
10277
10646
|
name: 'Alyx Mainnet',
|
|
10278
10647
|
chain: 'ALYX',
|
|
@@ -10796,6 +11165,34 @@ exports.chains = {
|
|
|
10796
11165
|
],
|
|
10797
11166
|
iconURL: 'https://ipfs.io/ipfs/bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle'
|
|
10798
11167
|
},
|
|
11168
|
+
1456: {
|
|
11169
|
+
name: 'ZKBase Mainnet',
|
|
11170
|
+
chain: 'ETH',
|
|
11171
|
+
rpc: ['https://mainnet-rpc.zkbase.app'],
|
|
11172
|
+
faucets: [],
|
|
11173
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11174
|
+
infoURL: 'https://zkbase.org/',
|
|
11175
|
+
shortName: 'zkbase',
|
|
11176
|
+
chainId: 1456,
|
|
11177
|
+
networkId: 1456,
|
|
11178
|
+
slip44: 1,
|
|
11179
|
+
icon: 'zkbase',
|
|
11180
|
+
explorers: [
|
|
11181
|
+
{
|
|
11182
|
+
name: 'ZKbase Block Explorer',
|
|
11183
|
+
url: 'https://explorer.zkbase.app',
|
|
11184
|
+
icon: 'zkbase',
|
|
11185
|
+
standard: 'EIP3091'
|
|
11186
|
+
}
|
|
11187
|
+
],
|
|
11188
|
+
parent: {
|
|
11189
|
+
type: 'L2',
|
|
11190
|
+
chain: 'eip155-1',
|
|
11191
|
+
bridges: [{ url: 'https://portal.zkbase.app/' }]
|
|
11192
|
+
},
|
|
11193
|
+
redFlags: ['reusedChainId'],
|
|
11194
|
+
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
11195
|
+
},
|
|
10799
11196
|
1490: {
|
|
10800
11197
|
name: 'Vitruveo Mainnet',
|
|
10801
11198
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -10940,6 +11337,44 @@ exports.chains = {
|
|
|
10940
11337
|
],
|
|
10941
11338
|
iconURL: 'https://ipfs.io/ipfs/Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA'
|
|
10942
11339
|
},
|
|
11340
|
+
1570: {
|
|
11341
|
+
name: 'StarCHAIN Testnet',
|
|
11342
|
+
chain: 'StarCHAIN',
|
|
11343
|
+
rpc: ['https://testnet-rpc1.starworksglobal.com'],
|
|
11344
|
+
features: [{ name: 'EIP155' }],
|
|
11345
|
+
faucets: [],
|
|
11346
|
+
nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
|
|
11347
|
+
infoURL: 'https://www.starworksglobal.com',
|
|
11348
|
+
shortName: 'starchain-testnet',
|
|
11349
|
+
chainId: 1570,
|
|
11350
|
+
networkId: 1570,
|
|
11351
|
+
explorers: [
|
|
11352
|
+
{
|
|
11353
|
+
name: 'StarCHAIN Explorer',
|
|
11354
|
+
url: 'https://testnet.starchainscan.io',
|
|
11355
|
+
standard: 'EIP3091'
|
|
11356
|
+
}
|
|
11357
|
+
]
|
|
11358
|
+
},
|
|
11359
|
+
1578: {
|
|
11360
|
+
name: 'StarCHAIN',
|
|
11361
|
+
chain: 'StarCHAIN',
|
|
11362
|
+
rpc: ['https://rpc.starworksglobal.com'],
|
|
11363
|
+
features: [{ name: 'EIP155' }],
|
|
11364
|
+
faucets: [],
|
|
11365
|
+
nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
|
|
11366
|
+
infoURL: 'https://www.starworksglobal.com',
|
|
11367
|
+
shortName: 'starchain',
|
|
11368
|
+
chainId: 1578,
|
|
11369
|
+
networkId: 1578,
|
|
11370
|
+
explorers: [
|
|
11371
|
+
{
|
|
11372
|
+
name: 'StarCHAIN Explorer',
|
|
11373
|
+
url: 'https://starchainscan.io',
|
|
11374
|
+
standard: 'EIP3091'
|
|
11375
|
+
}
|
|
11376
|
+
]
|
|
11377
|
+
},
|
|
10943
11378
|
1617: {
|
|
10944
11379
|
name: 'Ethereum Inscription Mainnet',
|
|
10945
11380
|
chain: 'ETINS',
|
|
@@ -10991,7 +11426,7 @@ exports.chains = {
|
|
|
10991
11426
|
chain: 'Gravity',
|
|
10992
11427
|
rpc: ['https://rpc.gravity.xyz'],
|
|
10993
11428
|
faucets: [],
|
|
10994
|
-
nativeCurrency: { name: 'Gravity', symbol: 'G
|
|
11429
|
+
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
|
10995
11430
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
|
|
10996
11431
|
infoURL: 'https://gravity.xyz',
|
|
10997
11432
|
shortName: 'gravity',
|
|
@@ -11012,6 +11447,24 @@ exports.chains = {
|
|
|
11012
11447
|
},
|
|
11013
11448
|
iconURL: 'https://ipfs.io/ipfs/QmU5XU4S5oaGM5fj8oU1ovhWoXCzGWspwRj2zWRTuJrU4k'
|
|
11014
11449
|
},
|
|
11450
|
+
1648: {
|
|
11451
|
+
name: 'Pivotal Mainnet',
|
|
11452
|
+
chainId: 1648,
|
|
11453
|
+
networkId: 1648,
|
|
11454
|
+
chain: 'Pivotal',
|
|
11455
|
+
rpc: ['https://mainnet.pivotalprotocol.com'],
|
|
11456
|
+
faucets: [],
|
|
11457
|
+
shortName: 'pivotal-mainnet',
|
|
11458
|
+
nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
|
|
11459
|
+
infoURL: 'http://thepivotal.xyz/',
|
|
11460
|
+
explorers: [
|
|
11461
|
+
{
|
|
11462
|
+
name: 'Pivotal Scan',
|
|
11463
|
+
url: 'https://pivotalscan.xyz',
|
|
11464
|
+
standard: 'EIP3091'
|
|
11465
|
+
}
|
|
11466
|
+
]
|
|
11467
|
+
},
|
|
11015
11468
|
1657: {
|
|
11016
11469
|
name: 'Btachain',
|
|
11017
11470
|
chain: 'btachain',
|
|
@@ -11360,7 +11813,7 @@ exports.chains = {
|
|
|
11360
11813
|
parent: {
|
|
11361
11814
|
type: 'L2',
|
|
11362
11815
|
chain: 'eip155-1',
|
|
11363
|
-
bridges: [{ url: 'https://
|
|
11816
|
+
bridges: [{ url: 'https://portal.zkbase.app/' }]
|
|
11364
11817
|
},
|
|
11365
11818
|
redFlags: ['reusedChainId'],
|
|
11366
11819
|
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
@@ -11423,6 +11876,27 @@ exports.chains = {
|
|
|
11423
11876
|
],
|
|
11424
11877
|
iconURL: 'https://ipfs.io/ipfs/QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc'
|
|
11425
11878
|
},
|
|
11879
|
+
1811: {
|
|
11880
|
+
name: 'Lif3 Chain Testnet',
|
|
11881
|
+
chain: 'lif3chain',
|
|
11882
|
+
rpc: ['https://testnet-evm.lif3.com'],
|
|
11883
|
+
features: [{ name: 'EIP155' }],
|
|
11884
|
+
faucets: [],
|
|
11885
|
+
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
|
11886
|
+
infoURL: 'https://docs.lif3.com/',
|
|
11887
|
+
shortName: 'lif3-testnet',
|
|
11888
|
+
icon: 'lif3',
|
|
11889
|
+
chainId: 1811,
|
|
11890
|
+
networkId: 1811,
|
|
11891
|
+
explorers: [
|
|
11892
|
+
{
|
|
11893
|
+
name: 'lif3scout',
|
|
11894
|
+
url: 'https://testnet.lif3scout.com',
|
|
11895
|
+
standard: 'none'
|
|
11896
|
+
}
|
|
11897
|
+
],
|
|
11898
|
+
iconURL: 'https://ipfs.io/ipfs/QmQqNBEqNnNsaSV6rik6mM8VnaSgYFxfEkjkiXSwgmEgaH'
|
|
11899
|
+
},
|
|
11426
11900
|
1818: {
|
|
11427
11901
|
name: 'Cube Chain Mainnet',
|
|
11428
11902
|
chain: 'Cube',
|
|
@@ -11634,6 +12108,27 @@ exports.chains = {
|
|
|
11634
12108
|
}
|
|
11635
12109
|
]
|
|
11636
12110
|
},
|
|
12111
|
+
1899: {
|
|
12112
|
+
name: 'ReDeFi Layer 2',
|
|
12113
|
+
chain: 'ReDeFi',
|
|
12114
|
+
icon: 'redefi',
|
|
12115
|
+
rpc: ['https://layer2.redefi.world'],
|
|
12116
|
+
faucets: [],
|
|
12117
|
+
nativeCurrency: { name: 'RED', symbol: 'RED', decimals: 18 },
|
|
12118
|
+
infoURL: 'https://redefi.world',
|
|
12119
|
+
shortName: 'red',
|
|
12120
|
+
chainId: 1899,
|
|
12121
|
+
networkId: 1899,
|
|
12122
|
+
slip44: 1899,
|
|
12123
|
+
explorers: [
|
|
12124
|
+
{
|
|
12125
|
+
name: 'ReDeFi Scan',
|
|
12126
|
+
url: 'https://scanlayer2.redefi.world',
|
|
12127
|
+
standard: 'EIP3091'
|
|
12128
|
+
}
|
|
12129
|
+
],
|
|
12130
|
+
iconURL: 'https://ipfs.io/ipfs/QmQd2MWwDkGsH6JsHPAKXqy8o2kedYMzbnaEHoRpmvSiLW'
|
|
12131
|
+
},
|
|
11637
12132
|
1904: {
|
|
11638
12133
|
name: 'Sports Chain Network',
|
|
11639
12134
|
chain: 'SCN',
|
|
@@ -12116,6 +12611,26 @@ exports.chains = {
|
|
|
12116
12611
|
],
|
|
12117
12612
|
iconURL: 'https://ipfs.io/ipfs/QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW'
|
|
12118
12613
|
},
|
|
12614
|
+
1993: {
|
|
12615
|
+
name: 'B3 Sepolia Testnet',
|
|
12616
|
+
chain: 'B3 Sepolia Testnet',
|
|
12617
|
+
icon: 'b3',
|
|
12618
|
+
rpc: ['https://sepolia.b3.fun'],
|
|
12619
|
+
faucets: [],
|
|
12620
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
12621
|
+
infoURL: 'https://b3.fun',
|
|
12622
|
+
shortName: 'b3-sepolia',
|
|
12623
|
+
chainId: 1993,
|
|
12624
|
+
networkId: 1993,
|
|
12625
|
+
explorers: [
|
|
12626
|
+
{
|
|
12627
|
+
name: 'Blockscout',
|
|
12628
|
+
url: 'https://sepolia.explorer.b3.fun',
|
|
12629
|
+
standard: 'EIP3091'
|
|
12630
|
+
}
|
|
12631
|
+
],
|
|
12632
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
|
|
12633
|
+
},
|
|
12119
12634
|
1994: {
|
|
12120
12635
|
name: 'Ekta',
|
|
12121
12636
|
chain: 'EKTA',
|
|
@@ -12368,18 +12883,22 @@ exports.chains = {
|
|
|
12368
12883
|
networkId: 1
|
|
12369
12884
|
},
|
|
12370
12885
|
2014: {
|
|
12371
|
-
name: 'NOW Chain',
|
|
12886
|
+
name: 'NOW Chain Testnet',
|
|
12372
12887
|
chain: 'NOW',
|
|
12373
12888
|
icon: 'nowchain',
|
|
12374
|
-
rpc: ['https://rpc.nowscan.io'],
|
|
12375
|
-
faucets: [],
|
|
12889
|
+
rpc: ['https://rpc-testnet.nowscan.io'],
|
|
12890
|
+
faucets: ['https://faucet.nowchain.co'],
|
|
12376
12891
|
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
12377
12892
|
infoURL: 'https://nowchain.co',
|
|
12378
12893
|
shortName: 'now',
|
|
12379
12894
|
chainId: 2014,
|
|
12380
12895
|
networkId: 2014,
|
|
12381
12896
|
explorers: [
|
|
12382
|
-
{
|
|
12897
|
+
{
|
|
12898
|
+
name: 'nowscan',
|
|
12899
|
+
url: 'https://testnet.nowscan.io',
|
|
12900
|
+
standard: 'EIP3091'
|
|
12901
|
+
}
|
|
12383
12902
|
],
|
|
12384
12903
|
iconURL: 'https://ipfs.io/ipfs/QmSUzhRGzMyMyGwBcE3ooZ5jvHKyJ1FjVjh5SfoGHG36MX'
|
|
12385
12904
|
},
|
|
@@ -12589,7 +13108,7 @@ exports.chains = {
|
|
|
12589
13108
|
faucets: [],
|
|
12590
13109
|
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
12591
13110
|
infoURL: 'https://swanchain.io/',
|
|
12592
|
-
shortName: '
|
|
13111
|
+
shortName: 'saturn',
|
|
12593
13112
|
chainId: 2024,
|
|
12594
13113
|
networkId: 2024
|
|
12595
13114
|
},
|
|
@@ -13260,6 +13779,24 @@ exports.chains = {
|
|
|
13260
13779
|
}
|
|
13261
13780
|
]
|
|
13262
13781
|
},
|
|
13782
|
+
2162: {
|
|
13783
|
+
name: 'Animechain Testnet',
|
|
13784
|
+
chain: 'Animechain',
|
|
13785
|
+
rpc: ['https://rpc.kanda.animechain.ai'],
|
|
13786
|
+
faucets: [],
|
|
13787
|
+
nativeCurrency: { name: 'Coin', symbol: 'COIN', decimals: 18 },
|
|
13788
|
+
infoURL: 'https://animechain.ai',
|
|
13789
|
+
shortName: 'animechaint',
|
|
13790
|
+
chainId: 2162,
|
|
13791
|
+
networkId: 2162,
|
|
13792
|
+
explorers: [
|
|
13793
|
+
{
|
|
13794
|
+
name: 'blockscout',
|
|
13795
|
+
url: 'https://explorer.kanda.animechain.ai',
|
|
13796
|
+
standard: 'EIP3091'
|
|
13797
|
+
}
|
|
13798
|
+
]
|
|
13799
|
+
},
|
|
13263
13800
|
2199: {
|
|
13264
13801
|
name: 'Moonsama Network',
|
|
13265
13802
|
chain: 'MSN',
|
|
@@ -13491,6 +14028,27 @@ exports.chains = {
|
|
|
13491
14028
|
explorers: [],
|
|
13492
14029
|
status: 'incubating'
|
|
13493
14030
|
},
|
|
14031
|
+
2311: {
|
|
14032
|
+
name: 'Chronicle Vesuvius - Lit Protocol Testnet',
|
|
14033
|
+
chain: 'LPV',
|
|
14034
|
+
icon: 'lit',
|
|
14035
|
+
rpc: ['https://vesuvius-rpc.litprotocol.com'],
|
|
14036
|
+
faucets: ['https://developer.litprotocol.com/support/intro'],
|
|
14037
|
+
nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
|
|
14038
|
+
infoURL: 'https://litprotocol.com',
|
|
14039
|
+
shortName: 'lpv',
|
|
14040
|
+
chainId: 2311,
|
|
14041
|
+
networkId: 2311,
|
|
14042
|
+
explorers: [
|
|
14043
|
+
{
|
|
14044
|
+
name: 'Lit Chronicle Vesuvius Explorer',
|
|
14045
|
+
url: 'https://vesuvius-explorer.litprotocol.com',
|
|
14046
|
+
icon: 'lit',
|
|
14047
|
+
standard: 'EIP3091'
|
|
14048
|
+
}
|
|
14049
|
+
],
|
|
14050
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
14051
|
+
},
|
|
13494
14052
|
2323: {
|
|
13495
14053
|
name: 'SOMA Network Testnet',
|
|
13496
14054
|
chain: 'SOMA',
|
|
@@ -13829,22 +14387,22 @@ exports.chains = {
|
|
|
13829
14387
|
iconURL: 'https://ipfs.io/ipfs/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW'
|
|
13830
14388
|
},
|
|
13831
14389
|
2425: {
|
|
13832
|
-
name: 'King Of Legends
|
|
13833
|
-
title: 'King Of Legends
|
|
13834
|
-
chain: '
|
|
14390
|
+
name: 'King Of Legends Mainnet',
|
|
14391
|
+
title: 'King Of Legends Mainnet',
|
|
14392
|
+
chain: 'KCC',
|
|
13835
14393
|
icon: 'kol',
|
|
13836
|
-
rpc: ['https://rpc-
|
|
14394
|
+
rpc: ['https://rpc-mainnet.kinggamer.org/'],
|
|
13837
14395
|
faucets: [],
|
|
13838
|
-
nativeCurrency: { name: 'King Of Legends', symbol: '
|
|
14396
|
+
nativeCurrency: { name: 'King Of Legends', symbol: 'KCC', decimals: 18 },
|
|
13839
14397
|
infoURL: 'https://kingoflegends.net/',
|
|
13840
|
-
shortName: '
|
|
14398
|
+
shortName: 'kcc',
|
|
13841
14399
|
chainId: 2425,
|
|
13842
14400
|
networkId: 2425,
|
|
13843
14401
|
slip44: 1,
|
|
13844
14402
|
explorers: [
|
|
13845
14403
|
{
|
|
13846
|
-
name: 'King Of Legends
|
|
13847
|
-
url: 'https://
|
|
14404
|
+
name: 'King Of Legends Mainnet Explorer',
|
|
14405
|
+
url: 'https://kingscan.org',
|
|
13848
14406
|
icon: 'kol',
|
|
13849
14407
|
standard: 'EIP3091'
|
|
13850
14408
|
}
|
|
@@ -14390,6 +14948,19 @@ exports.chains = {
|
|
|
14390
14948
|
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
14391
14949
|
}
|
|
14392
14950
|
},
|
|
14951
|
+
2882: {
|
|
14952
|
+
name: 'Chips Network',
|
|
14953
|
+
chain: 'CHIPS',
|
|
14954
|
+
rpc: [
|
|
14955
|
+
'https://node.chips.ooo/wasp/api/v1/chains/iota1pp3d3mnap3ufmgqnjsnw344sqmf5svjh26y2khnmc89sv6788y3r207a8fn/evm'
|
|
14956
|
+
],
|
|
14957
|
+
faucets: [],
|
|
14958
|
+
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
14959
|
+
infoURL: 'https://www.chips.ooo',
|
|
14960
|
+
shortName: 'chips',
|
|
14961
|
+
chainId: 2882,
|
|
14962
|
+
networkId: 2882
|
|
14963
|
+
},
|
|
14393
14964
|
2888: {
|
|
14394
14965
|
name: 'Boba Network Goerli Testnet',
|
|
14395
14966
|
chain: 'ETH',
|
|
@@ -14674,6 +15245,30 @@ exports.chains = {
|
|
|
14674
15245
|
status: 'incubating',
|
|
14675
15246
|
iconURL: 'https://ipfs.io/ipfs/QmWRAor77N6VyjJiQgtsEE7h9Bd1Q7vtRveTYv2A6wZyAT'
|
|
14676
15247
|
},
|
|
15248
|
+
3084: {
|
|
15249
|
+
name: 'XL Network Testnet',
|
|
15250
|
+
chain: 'XL Network Testnet',
|
|
15251
|
+
rpc: [
|
|
15252
|
+
'https://subnets.avax.network/xlnetworkt/testnet/rpc',
|
|
15253
|
+
'wss://subnets.avax.network/xlnetworkt/testnet/ws'
|
|
15254
|
+
],
|
|
15255
|
+
features: [{ name: 'EIP1559' }],
|
|
15256
|
+
faucets: [],
|
|
15257
|
+
nativeCurrency: { name: 'XLNetwork', symbol: 'XLN', decimals: 18 },
|
|
15258
|
+
infoURL: 'https://www.nysl.io/',
|
|
15259
|
+
shortName: 'nysl',
|
|
15260
|
+
icon: 'nysl',
|
|
15261
|
+
chainId: 3084,
|
|
15262
|
+
networkId: 3084,
|
|
15263
|
+
explorers: [
|
|
15264
|
+
{
|
|
15265
|
+
name: 'XL Network Explorer',
|
|
15266
|
+
url: 'https://subnets-test.avax.network/xlnetworkt',
|
|
15267
|
+
standard: 'EIP3091'
|
|
15268
|
+
}
|
|
15269
|
+
],
|
|
15270
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiaybbrbmfizoy3zdnypi2yefozyfjnrqa6ug6bel7ld7caack5d6e'
|
|
15271
|
+
},
|
|
14677
15272
|
3100: {
|
|
14678
15273
|
name: 'Immu3 EVM',
|
|
14679
15274
|
chain: 'EVMCC',
|
|
@@ -14846,6 +15441,31 @@ exports.chains = {
|
|
|
14846
15441
|
networkId: 3335,
|
|
14847
15442
|
slip44: 1
|
|
14848
15443
|
},
|
|
15444
|
+
3338: {
|
|
15445
|
+
name: 'peaq',
|
|
15446
|
+
chain: 'peaq',
|
|
15447
|
+
icon: 'peaq',
|
|
15448
|
+
rpc: [
|
|
15449
|
+
'https://peaq.api.onfinality.io/public',
|
|
15450
|
+
'https://peaq-rpc.dwellir.com',
|
|
15451
|
+
'https://peaq-rpc.publicnode.com',
|
|
15452
|
+
'https://evm.peaq.network'
|
|
15453
|
+
],
|
|
15454
|
+
faucets: [],
|
|
15455
|
+
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
15456
|
+
infoURL: 'https://www.peaq.network',
|
|
15457
|
+
shortName: 'PEAQ',
|
|
15458
|
+
chainId: 3338,
|
|
15459
|
+
networkId: 3338,
|
|
15460
|
+
explorers: [
|
|
15461
|
+
{
|
|
15462
|
+
name: 'Subscan',
|
|
15463
|
+
url: 'https://peaq.subscan.io',
|
|
15464
|
+
standard: 'none'
|
|
15465
|
+
}
|
|
15466
|
+
],
|
|
15467
|
+
iconURL: 'https://ipfs.io/ipfs/QmQ7Jue8v2YXyhmDTkSbzCJxzZDa2v4GZZKViESdyswzrj'
|
|
15468
|
+
},
|
|
14849
15469
|
3400: {
|
|
14850
15470
|
name: 'Paribu Net Mainnet',
|
|
14851
15471
|
chain: 'PRB',
|
|
@@ -15953,6 +16573,28 @@ exports.chains = {
|
|
|
15953
16573
|
],
|
|
15954
16574
|
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
15955
16575
|
},
|
|
16576
|
+
4162: {
|
|
16577
|
+
name: 'SX Rollup',
|
|
16578
|
+
chain: 'SX',
|
|
16579
|
+
icon: 'SX',
|
|
16580
|
+
rpc: ['https://rpc.sx-rollup.gelato.digital'],
|
|
16581
|
+
faucets: [],
|
|
16582
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
|
16583
|
+
infoURL: 'https://www.sx.technology',
|
|
16584
|
+
shortName: 'SXR',
|
|
16585
|
+
chainId: 4162,
|
|
16586
|
+
networkId: 4162,
|
|
16587
|
+
explorers: [
|
|
16588
|
+
{
|
|
16589
|
+
name: 'SX L2 Explorer',
|
|
16590
|
+
url: 'https://explorerl2.sx.technology',
|
|
16591
|
+
standard: 'EIP3091',
|
|
16592
|
+
icon: 'SX'
|
|
16593
|
+
}
|
|
16594
|
+
],
|
|
16595
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
16596
|
+
iconURL: 'https://ipfs.io/ipfs/QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF'
|
|
16597
|
+
},
|
|
15956
16598
|
4181: {
|
|
15957
16599
|
name: 'PHI Network V1',
|
|
15958
16600
|
chain: 'PHI V1',
|
|
@@ -16378,6 +17020,19 @@ exports.chains = {
|
|
|
16378
17020
|
],
|
|
16379
17021
|
iconURL: 'https://ipfs.io/ipfs/QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC'
|
|
16380
17022
|
},
|
|
17023
|
+
4801: {
|
|
17024
|
+
name: 'World Chain Sepolia Testnet',
|
|
17025
|
+
chain: 'ETH',
|
|
17026
|
+
rpc: [],
|
|
17027
|
+
faucets: [],
|
|
17028
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
17029
|
+
infoURL: 'https://worldcoin.org/',
|
|
17030
|
+
shortName: 'wcsep',
|
|
17031
|
+
chainId: 4801,
|
|
17032
|
+
networkId: 4801,
|
|
17033
|
+
slip44: 1,
|
|
17034
|
+
explorers: []
|
|
17035
|
+
},
|
|
16381
17036
|
4893: {
|
|
16382
17037
|
name: 'Globel Chain',
|
|
16383
17038
|
chain: 'GC',
|
|
@@ -16476,6 +17131,11 @@ exports.chains = {
|
|
|
16476
17131
|
chainId: 5000,
|
|
16477
17132
|
networkId: 5000,
|
|
16478
17133
|
explorers: [
|
|
17134
|
+
{
|
|
17135
|
+
name: 'mantlescan',
|
|
17136
|
+
url: 'https://mantlescan.xyz',
|
|
17137
|
+
standard: 'EIP3091'
|
|
17138
|
+
},
|
|
16479
17139
|
{
|
|
16480
17140
|
name: 'Mantle Explorer',
|
|
16481
17141
|
url: 'https://explorer.mantle.xyz',
|
|
@@ -16936,6 +17596,27 @@ exports.chains = {
|
|
|
16936
17596
|
}
|
|
16937
17597
|
]
|
|
16938
17598
|
},
|
|
17599
|
+
5333: {
|
|
17600
|
+
name: 'Netsbo',
|
|
17601
|
+
chain: 'NETSBO',
|
|
17602
|
+
rpc: ['https://rpc1.netsbo.io', 'https://rpc2.netsbo.io'],
|
|
17603
|
+
faucets: [],
|
|
17604
|
+
nativeCurrency: { name: 'Netsbo', symbol: 'NETS', decimals: 18 },
|
|
17605
|
+
infoURL: 'https://netsbo.io',
|
|
17606
|
+
shortName: 'nets',
|
|
17607
|
+
chainId: 5333,
|
|
17608
|
+
networkId: 5333,
|
|
17609
|
+
icon: 'netsbo',
|
|
17610
|
+
explorers: [
|
|
17611
|
+
{
|
|
17612
|
+
name: 'netsbo',
|
|
17613
|
+
url: 'https://explorer.netsbo.io',
|
|
17614
|
+
icon: 'netsbo',
|
|
17615
|
+
standard: 'none'
|
|
17616
|
+
}
|
|
17617
|
+
],
|
|
17618
|
+
iconURL: 'https://ipfs.io/ipfs/QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt'
|
|
17619
|
+
},
|
|
16939
17620
|
5353: {
|
|
16940
17621
|
name: 'Tritanium Testnet',
|
|
16941
17622
|
chain: 'TRITANIUM',
|
|
@@ -17557,6 +18238,31 @@ exports.chains = {
|
|
|
17557
18238
|
],
|
|
17558
18239
|
iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
|
|
17559
18240
|
},
|
|
18241
|
+
6283: {
|
|
18242
|
+
name: 'LAOS',
|
|
18243
|
+
title: 'LAOS Mainnet',
|
|
18244
|
+
chain: 'LAOS',
|
|
18245
|
+
icon: 'laosnetwork',
|
|
18246
|
+
rpc: [
|
|
18247
|
+
'https://rpc.laos.laosfoundation.io',
|
|
18248
|
+
'wss://rpc.laos.laosfoundation.io'
|
|
18249
|
+
],
|
|
18250
|
+
faucets: [],
|
|
18251
|
+
nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
|
|
18252
|
+
infoURL: 'https://laosnetwork.io',
|
|
18253
|
+
shortName: 'laosnetwork',
|
|
18254
|
+
chainId: 6283,
|
|
18255
|
+
networkId: 6283,
|
|
18256
|
+
explorers: [
|
|
18257
|
+
{
|
|
18258
|
+
name: 'blockscout',
|
|
18259
|
+
url: 'https://blockscout.laos.laosfoundation.io',
|
|
18260
|
+
icon: 'blockscout',
|
|
18261
|
+
standard: 'EIP3091'
|
|
18262
|
+
}
|
|
18263
|
+
],
|
|
18264
|
+
iconURL: 'https://ipfs.io/ipfs/QmR8HgbKrHys8QFtH99soGx9KreixpCXJqkFejJdhpyNGo'
|
|
18265
|
+
},
|
|
17560
18266
|
6321: {
|
|
17561
18267
|
name: 'Aura Euphoria Testnet',
|
|
17562
18268
|
chain: 'Aura',
|
|
@@ -17614,6 +18320,25 @@ exports.chains = {
|
|
|
17614
18320
|
networkId: 6363,
|
|
17615
18321
|
iconURL: 'https://ipfs.io/ipfs/QmRiAUu3xV5uiX6Nk1iXD5w6qjki5ugGFETRVavzJ2h5QF'
|
|
17616
18322
|
},
|
|
18323
|
+
6398: {
|
|
18324
|
+
name: 'Connext Sepolia',
|
|
18325
|
+
chain: 'Connext Sepolia',
|
|
18326
|
+
rpc: ['https://rpc.connext-sepolia.gelato.digital/'],
|
|
18327
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
18328
|
+
faucets: [],
|
|
18329
|
+
infoURL: '',
|
|
18330
|
+
shortName: 'connext-sepolia',
|
|
18331
|
+
chainId: 6398,
|
|
18332
|
+
networkId: 6398,
|
|
18333
|
+
explorers: [
|
|
18334
|
+
{
|
|
18335
|
+
name: 'Connext Sepolia',
|
|
18336
|
+
url: 'https://connext-sepolia.blockscout.com',
|
|
18337
|
+
icon: 'connext',
|
|
18338
|
+
standard: 'none'
|
|
18339
|
+
}
|
|
18340
|
+
]
|
|
18341
|
+
},
|
|
17617
18342
|
6502: {
|
|
17618
18343
|
name: 'Peerpay',
|
|
17619
18344
|
chain: 'P2P',
|
|
@@ -17772,6 +18497,30 @@ exports.chains = {
|
|
|
17772
18497
|
},
|
|
17773
18498
|
iconURL: 'https://ipfs.io/ipfs/bafkreiarso74bytq5ccnl3mlfhd4ejiylwautsr6ovbqgmynzjzmkorn6y'
|
|
17774
18499
|
},
|
|
18500
|
+
6678: {
|
|
18501
|
+
name: 'EdgaMatrix Chain',
|
|
18502
|
+
chain: 'EMC',
|
|
18503
|
+
icon: 'emc',
|
|
18504
|
+
rpc: ['https://rpc1-mainnet.emc.network'],
|
|
18505
|
+
faucets: [],
|
|
18506
|
+
nativeCurrency: {
|
|
18507
|
+
name: 'EdgaMatrix Chain Token',
|
|
18508
|
+
symbol: 'EMC',
|
|
18509
|
+
decimals: 18
|
|
18510
|
+
},
|
|
18511
|
+
infoURL: '',
|
|
18512
|
+
shortName: 'EMC',
|
|
18513
|
+
chainId: 6678,
|
|
18514
|
+
networkId: 6678,
|
|
18515
|
+
explorers: [
|
|
18516
|
+
{
|
|
18517
|
+
name: 'blockscout',
|
|
18518
|
+
url: 'https://emcscan.com',
|
|
18519
|
+
standard: 'EIP3091'
|
|
18520
|
+
}
|
|
18521
|
+
],
|
|
18522
|
+
iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
|
|
18523
|
+
},
|
|
17775
18524
|
6688: {
|
|
17776
18525
|
name: 'IRIShub',
|
|
17777
18526
|
chain: 'IRIShub',
|
|
@@ -17873,6 +18622,60 @@ exports.chains = {
|
|
|
17873
18622
|
],
|
|
17874
18623
|
iconURL: 'https://ipfs.io/ipfs/QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3'
|
|
17875
18624
|
},
|
|
18625
|
+
6805: {
|
|
18626
|
+
name: 'RACE Mainnet',
|
|
18627
|
+
chain: 'ETH',
|
|
18628
|
+
rpc: ['https://racemainnet.io/'],
|
|
18629
|
+
faucets: [],
|
|
18630
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18631
|
+
infoURL: 'https://race.foundation/',
|
|
18632
|
+
shortName: 'raceeth',
|
|
18633
|
+
chainId: 6805,
|
|
18634
|
+
networkId: 6805,
|
|
18635
|
+
slip44: 1,
|
|
18636
|
+
icon: 'race',
|
|
18637
|
+
explorers: [
|
|
18638
|
+
{
|
|
18639
|
+
name: 'blockscout',
|
|
18640
|
+
url: 'https://racescan.io',
|
|
18641
|
+
icon: 'blockscout',
|
|
18642
|
+
standard: 'EIP3091'
|
|
18643
|
+
}
|
|
18644
|
+
],
|
|
18645
|
+
parent: {
|
|
18646
|
+
type: 'L2',
|
|
18647
|
+
chain: 'eip155-1',
|
|
18648
|
+
bridges: [{ url: 'https://bridge.race.foundation/' }]
|
|
18649
|
+
},
|
|
18650
|
+
iconURL: 'https://ipfs.io/ipfs/QmQGaiPkSHc8ZGLAE4A8yZdFWLeuEts4VX6FjEqnuPXvxh'
|
|
18651
|
+
},
|
|
18652
|
+
6806: {
|
|
18653
|
+
name: 'RACE Testnet',
|
|
18654
|
+
chain: 'ETH',
|
|
18655
|
+
rpc: ['https://racetestnet.io/'],
|
|
18656
|
+
faucets: ['https://faucet.racetestnet.io/'],
|
|
18657
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
18658
|
+
infoURL: 'https://race.foundation/',
|
|
18659
|
+
shortName: 'racesep',
|
|
18660
|
+
chainId: 6806,
|
|
18661
|
+
networkId: 6806,
|
|
18662
|
+
slip44: 1,
|
|
18663
|
+
icon: 'race',
|
|
18664
|
+
explorers: [
|
|
18665
|
+
{
|
|
18666
|
+
name: 'blockscout',
|
|
18667
|
+
url: 'https://testnet.racescan.io',
|
|
18668
|
+
icon: 'blockscout',
|
|
18669
|
+
standard: 'EIP3091'
|
|
18670
|
+
}
|
|
18671
|
+
],
|
|
18672
|
+
parent: {
|
|
18673
|
+
type: 'L2',
|
|
18674
|
+
chain: 'eip155-11155111',
|
|
18675
|
+
bridges: [{ url: 'https://testnet-bridge.race.foundation/' }]
|
|
18676
|
+
},
|
|
18677
|
+
iconURL: 'https://ipfs.io/ipfs/QmQGaiPkSHc8ZGLAE4A8yZdFWLeuEts4VX6FjEqnuPXvxh'
|
|
18678
|
+
},
|
|
17876
18679
|
6868: {
|
|
17877
18680
|
name: 'Pools Mainnet',
|
|
17878
18681
|
chain: 'Pools',
|
|
@@ -17943,7 +18746,10 @@ exports.chains = {
|
|
|
17943
18746
|
icon: 'zetachain',
|
|
17944
18747
|
rpc: [
|
|
17945
18748
|
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
17946
|
-
'https://zetachain-mainnet
|
|
18749
|
+
'https://zetachain-mainnet.g.allthatnode.com/archive/evm',
|
|
18750
|
+
'https://zeta-chain.drpc.org',
|
|
18751
|
+
'https://zetachain-mainnet.public.blastapi.io',
|
|
18752
|
+
'https://7000.rpc.thirdweb.com'
|
|
17947
18753
|
],
|
|
17948
18754
|
faucets: [],
|
|
17949
18755
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
@@ -17962,30 +18768,34 @@ exports.chains = {
|
|
|
17962
18768
|
iconURL: 'https://ipfs.io/ipfs/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy'
|
|
17963
18769
|
},
|
|
17964
18770
|
7001: {
|
|
17965
|
-
name: 'ZetaChain
|
|
18771
|
+
name: 'ZetaChain Testnet',
|
|
17966
18772
|
chain: 'ZetaChain',
|
|
17967
18773
|
icon: 'zetachain',
|
|
17968
18774
|
rpc: [
|
|
17969
18775
|
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
17970
|
-
'
|
|
17971
|
-
'https://zetachain-
|
|
18776
|
+
'https://zetachain-testnet.public.blastapi.io',
|
|
18777
|
+
'https://zetachain-athens.g.allthatnode.com/archive/evm',
|
|
18778
|
+
'https://7001.rpc.thirdweb.com',
|
|
18779
|
+
'https://zeta-chain-testnet.drpc.org'
|
|
18780
|
+
],
|
|
18781
|
+
faucets: [
|
|
18782
|
+
'https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/'
|
|
17972
18783
|
],
|
|
17973
|
-
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
17974
18784
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
17975
18785
|
infoURL: 'https://zetachain.com/docs',
|
|
17976
|
-
shortName: 'zetachain-
|
|
18786
|
+
shortName: 'zetachain-testnet',
|
|
17977
18787
|
chainId: 7001,
|
|
17978
18788
|
networkId: 7001,
|
|
17979
18789
|
slip44: 1,
|
|
17980
18790
|
status: 'active',
|
|
17981
18791
|
explorers: [
|
|
17982
18792
|
{
|
|
17983
|
-
name: '
|
|
17984
|
-
url: 'https://
|
|
18793
|
+
name: 'ZetaScan',
|
|
18794
|
+
url: 'https://athens.explorer.zetachain.com',
|
|
17985
18795
|
standard: 'none'
|
|
17986
18796
|
},
|
|
17987
18797
|
{
|
|
17988
|
-
name: '
|
|
18798
|
+
name: 'Blockscout',
|
|
17989
18799
|
url: 'https://zetachain-athens-3.blockscout.com',
|
|
17990
18800
|
icon: 'blockscout',
|
|
17991
18801
|
standard: 'EIP3091'
|
|
@@ -18129,6 +18939,27 @@ exports.chains = {
|
|
|
18129
18939
|
],
|
|
18130
18940
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
18131
18941
|
},
|
|
18942
|
+
7244: {
|
|
18943
|
+
name: 'ZEUS Testnet',
|
|
18944
|
+
chain: 'tZEUS',
|
|
18945
|
+
icon: 'zeusicon',
|
|
18946
|
+
rpc: ['https://testnet-rpc.zeuschainscan.io'],
|
|
18947
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
|
|
18948
|
+
infoURL: 'https://testnet-explorer.zeuschainscan.io',
|
|
18949
|
+
shortName: 'ZEUS-Testnet',
|
|
18950
|
+
chainId: 7244,
|
|
18951
|
+
networkId: 7244,
|
|
18952
|
+
faucets: ['https://faucet.zeuschainscan.io'],
|
|
18953
|
+
explorers: [
|
|
18954
|
+
{
|
|
18955
|
+
name: 'ZEUS Testnet Explorer',
|
|
18956
|
+
url: 'https://testnet-explorer.zeuschainscan.io',
|
|
18957
|
+
icon: 'zeusicon',
|
|
18958
|
+
standard: 'EIP3091'
|
|
18959
|
+
}
|
|
18960
|
+
],
|
|
18961
|
+
iconURL: 'https://ipfs.io/ipfs/QmdktFyG3dM6Jk4j7V9xzvWwSpmnLcaNDuWhPwFHJw7K6e'
|
|
18962
|
+
},
|
|
18132
18963
|
7300: {
|
|
18133
18964
|
name: 'XPLA Verse',
|
|
18134
18965
|
chain: 'XPLA Verse',
|
|
@@ -18451,6 +19282,20 @@ exports.chains = {
|
|
|
18451
19282
|
],
|
|
18452
19283
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
18453
19284
|
},
|
|
19285
|
+
7774: {
|
|
19286
|
+
name: 'GDCC MAINNET',
|
|
19287
|
+
chain: 'GDCC',
|
|
19288
|
+
icon: 'gdcc',
|
|
19289
|
+
rpc: ['https://mainnet-rpc-1.gdccscan.io'],
|
|
19290
|
+
faucets: [],
|
|
19291
|
+
nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
|
|
19292
|
+
infoURL: 'https://gdcchain.com',
|
|
19293
|
+
shortName: 'GdccMainnet',
|
|
19294
|
+
chainId: 7774,
|
|
19295
|
+
networkId: 7774,
|
|
19296
|
+
explorers: [{ name: 'GDCC', url: 'https://gdccscan.io', standard: 'none' }],
|
|
19297
|
+
iconURL: 'https://ipfs.io/ipfs/QmY4vp1mJoGpUiuWbRVenNiDZC17wSyyueGPK9A5QyK1M2'
|
|
19298
|
+
},
|
|
18454
19299
|
7775: {
|
|
18455
19300
|
name: 'GDCC TESTNET',
|
|
18456
19301
|
chain: 'GDCC',
|
|
@@ -18471,6 +19316,24 @@ exports.chains = {
|
|
|
18471
19316
|
],
|
|
18472
19317
|
iconURL: 'https://ipfs.io/ipfs/QmY4vp1mJoGpUiuWbRVenNiDZC17wSyyueGPK9A5QyK1M2'
|
|
18473
19318
|
},
|
|
19319
|
+
7776: {
|
|
19320
|
+
name: 'PandaSea Mainnet',
|
|
19321
|
+
chain: 'PandaSea',
|
|
19322
|
+
rpc: ['https://rpc1.pandasea.io'],
|
|
19323
|
+
faucets: [],
|
|
19324
|
+
nativeCurrency: { name: 'PandaSea Coin', symbol: 'PANDA', decimals: 18 },
|
|
19325
|
+
infoURL: '',
|
|
19326
|
+
shortName: 'pandaSea-mainnet',
|
|
19327
|
+
chainId: 7776,
|
|
19328
|
+
networkId: 7776,
|
|
19329
|
+
explorers: [
|
|
19330
|
+
{
|
|
19331
|
+
name: 'Tracehawk',
|
|
19332
|
+
url: 'https://pandaseascan.com',
|
|
19333
|
+
standard: 'none'
|
|
19334
|
+
}
|
|
19335
|
+
]
|
|
19336
|
+
},
|
|
18474
19337
|
7777: {
|
|
18475
19338
|
name: 'Rise of the Warbots Testnet',
|
|
18476
19339
|
chain: 'nmactest',
|
|
@@ -18566,6 +19429,54 @@ exports.chains = {
|
|
|
18566
19429
|
],
|
|
18567
19430
|
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
18568
19431
|
},
|
|
19432
|
+
7862: {
|
|
19433
|
+
name: 'MaalChain V2',
|
|
19434
|
+
chain: 'MAAL',
|
|
19435
|
+
icon: 'maal',
|
|
19436
|
+
rpc: [
|
|
19437
|
+
'https://node1-mainnet-new.maalscan.io/',
|
|
19438
|
+
'https://node2-mainnet-new.maalscan.io/',
|
|
19439
|
+
'https://node3-mainnet-new.maalscan.io/'
|
|
19440
|
+
],
|
|
19441
|
+
faucets: [],
|
|
19442
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
19443
|
+
infoURL: 'https://www.maalchain.com/',
|
|
19444
|
+
shortName: 'maal-v2',
|
|
19445
|
+
chainId: 7862,
|
|
19446
|
+
networkId: 7862,
|
|
19447
|
+
explorers: [
|
|
19448
|
+
{
|
|
19449
|
+
name: 'maalscan',
|
|
19450
|
+
url: 'https://maalscan.io',
|
|
19451
|
+
standard: 'EIP3091'
|
|
19452
|
+
}
|
|
19453
|
+
],
|
|
19454
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
19455
|
+
},
|
|
19456
|
+
7863: {
|
|
19457
|
+
name: 'MaalChain Testnet V2',
|
|
19458
|
+
chain: 'MaalChain Testnet V2',
|
|
19459
|
+
icon: 'maal-test',
|
|
19460
|
+
rpc: [
|
|
19461
|
+
'https://node-testnet.maalscan.io/',
|
|
19462
|
+
'https://node2-testnet.maalscan.io/'
|
|
19463
|
+
],
|
|
19464
|
+
faucets: ['https://faucet-new-testnet.maalscan.io/'],
|
|
19465
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
19466
|
+
infoURL: 'https://www.maalchain.com/',
|
|
19467
|
+
shortName: 'maal-test-v2',
|
|
19468
|
+
chainId: 7863,
|
|
19469
|
+
networkId: 7863,
|
|
19470
|
+
slip44: 1,
|
|
19471
|
+
explorers: [
|
|
19472
|
+
{
|
|
19473
|
+
name: 'maalscan testnet',
|
|
19474
|
+
url: 'https://new-testnet.maalscan.io',
|
|
19475
|
+
standard: 'EIP3091'
|
|
19476
|
+
}
|
|
19477
|
+
],
|
|
19478
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
19479
|
+
},
|
|
18569
19480
|
7878: {
|
|
18570
19481
|
name: 'Hazlor Testnet',
|
|
18571
19482
|
chain: 'SCAS',
|
|
@@ -18749,6 +19660,27 @@ exports.chains = {
|
|
|
18749
19660
|
],
|
|
18750
19661
|
iconURL: 'https://ipfs.io/ipfs/QmdP1sLnsmW9dwnfb1GxAXU1nHDzCvWBQNumvMXpdbCSuz'
|
|
18751
19662
|
},
|
|
19663
|
+
8008: {
|
|
19664
|
+
name: 'Polynomial',
|
|
19665
|
+
chain: 'Polynomial',
|
|
19666
|
+
rpc: ['https://rpc.polynomial.fi'],
|
|
19667
|
+
faucets: [],
|
|
19668
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19669
|
+
infoURL: 'https://polynomial.fi',
|
|
19670
|
+
shortName: 'polynomial',
|
|
19671
|
+
chainId: 8008,
|
|
19672
|
+
networkId: 8008,
|
|
19673
|
+
icon: 'polynomial',
|
|
19674
|
+
explorers: [
|
|
19675
|
+
{
|
|
19676
|
+
name: 'Polynomial Explorer',
|
|
19677
|
+
url: 'https://polynomialscan.io',
|
|
19678
|
+
standard: 'none',
|
|
19679
|
+
icon: 'polynomial'
|
|
19680
|
+
}
|
|
19681
|
+
],
|
|
19682
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiadb4izxxptk3wy34cam3k2rxgqb2vrzxtltqnp3vwdvd2igwoghu'
|
|
19683
|
+
},
|
|
18752
19684
|
8029: {
|
|
18753
19685
|
name: 'MDGL Testnet',
|
|
18754
19686
|
chain: 'MDGL',
|
|
@@ -19076,13 +20008,13 @@ exports.chains = {
|
|
|
19076
20008
|
iconURL: 'https://ipfs.io/ipfs/bafkreidchntjaxmq52cuqqoalpajk5ssk4p77k7n4jgywqmkpldo5qgobm'
|
|
19077
20009
|
},
|
|
19078
20010
|
8217: {
|
|
19079
|
-
name: '
|
|
19080
|
-
chain: '
|
|
20011
|
+
name: 'Kaia Mainnet',
|
|
20012
|
+
chain: 'KAIA',
|
|
19081
20013
|
rpc: ['https://public-en-cypress.klaytn.net'],
|
|
19082
20014
|
faucets: [],
|
|
19083
|
-
nativeCurrency: { name: '
|
|
19084
|
-
infoURL: 'https://
|
|
19085
|
-
shortName: '
|
|
20015
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
20016
|
+
infoURL: 'https://kaia.io',
|
|
20017
|
+
shortName: 'kaia-mainnet',
|
|
19086
20018
|
chainId: 8217,
|
|
19087
20019
|
networkId: 8217,
|
|
19088
20020
|
slip44: 8217,
|
|
@@ -19172,6 +20104,26 @@ exports.chains = {
|
|
|
19172
20104
|
],
|
|
19173
20105
|
iconURL: 'https://ipfs.io/ipfs/QmcwDCeZpzvRWBwtTgyEFv4tLJk6SFUb26rwsRXyJrhnP7'
|
|
19174
20106
|
},
|
|
20107
|
+
8333: {
|
|
20108
|
+
name: 'B3',
|
|
20109
|
+
chain: 'B3',
|
|
20110
|
+
icon: 'b3',
|
|
20111
|
+
rpc: ['https://mainnet-rpc.b3.fun'],
|
|
20112
|
+
faucets: [],
|
|
20113
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
20114
|
+
infoURL: 'https://b3.fun',
|
|
20115
|
+
shortName: 'b3',
|
|
20116
|
+
chainId: 8333,
|
|
20117
|
+
networkId: 8333,
|
|
20118
|
+
explorers: [
|
|
20119
|
+
{
|
|
20120
|
+
name: 'Blockscout',
|
|
20121
|
+
url: 'https://explorer.b3.fun',
|
|
20122
|
+
standard: 'EIP3091'
|
|
20123
|
+
}
|
|
20124
|
+
],
|
|
20125
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
|
|
20126
|
+
},
|
|
19175
20127
|
8387: {
|
|
19176
20128
|
name: 'Dracones Financial Services',
|
|
19177
20129
|
title: 'The Dracones Mainnet',
|
|
@@ -19227,6 +20179,18 @@ exports.chains = {
|
|
|
19227
20179
|
status: 'active',
|
|
19228
20180
|
iconURL: 'https://ipfs.io/ipfs/QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv'
|
|
19229
20181
|
},
|
|
20182
|
+
8545: {
|
|
20183
|
+
name: 'Chakra Testnet',
|
|
20184
|
+
chain: 'Chakra Testnet',
|
|
20185
|
+
rpc: ['https://rpcv1-dn-1.chakrachain.io/'],
|
|
20186
|
+
faucets: [],
|
|
20187
|
+
nativeCurrency: { name: 'Chakra', symbol: 'CKR', decimals: 18 },
|
|
20188
|
+
infoURL: '',
|
|
20189
|
+
shortName: 'ChakraTN',
|
|
20190
|
+
chainId: 8545,
|
|
20191
|
+
networkId: 8545,
|
|
20192
|
+
explorers: []
|
|
20193
|
+
},
|
|
19230
20194
|
8654: {
|
|
19231
20195
|
name: 'Toki Network',
|
|
19232
20196
|
chain: 'TOKI',
|
|
@@ -19347,6 +20311,25 @@ exports.chains = {
|
|
|
19347
20311
|
],
|
|
19348
20312
|
iconURL: 'https://ipfs.io/ipfs/QmfN9r1S7FvzkbjqfNMdUikhHmCw5e6UqsTuRD51S8T6Cq'
|
|
19349
20313
|
},
|
|
20314
|
+
8732: {
|
|
20315
|
+
name: 'Bullions Smart Chain',
|
|
20316
|
+
chain: 'Bullions',
|
|
20317
|
+
rpc: ['https://rpc.bullionsx.org'],
|
|
20318
|
+
faucets: [],
|
|
20319
|
+
nativeCurrency: { name: 'Bullions', symbol: 'BLN', decimals: 18 },
|
|
20320
|
+
infoURL: 'https://www.bullionsx.io',
|
|
20321
|
+
shortName: 'bln',
|
|
20322
|
+
chainId: 8732,
|
|
20323
|
+
networkId: 8732,
|
|
20324
|
+
slip44: 8732,
|
|
20325
|
+
explorers: [
|
|
20326
|
+
{
|
|
20327
|
+
name: 'Bullionscan',
|
|
20328
|
+
url: 'https://bullionscan.org',
|
|
20329
|
+
standard: 'EIP3091'
|
|
20330
|
+
}
|
|
20331
|
+
]
|
|
20332
|
+
},
|
|
19350
20333
|
8738: {
|
|
19351
20334
|
name: 'Alph Network',
|
|
19352
20335
|
chain: 'ALPH',
|
|
@@ -19465,6 +20448,27 @@ exports.chains = {
|
|
|
19465
20448
|
],
|
|
19466
20449
|
iconURL: 'https://ipfs.io/ipfs/QmXiatdz5WBFypfsudoDsFnsLdiHzDwcD3pWcHwBovbPiZ'
|
|
19467
20450
|
},
|
|
20451
|
+
8869: {
|
|
20452
|
+
name: 'Lif3 Chain',
|
|
20453
|
+
chain: 'lif3chain',
|
|
20454
|
+
rpc: ['https://rpc.lif3.com'],
|
|
20455
|
+
features: [{ name: 'EIP155' }],
|
|
20456
|
+
faucets: [],
|
|
20457
|
+
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
|
20458
|
+
infoURL: 'https://docs.lif3.com/',
|
|
20459
|
+
shortName: 'lif3-mainnet',
|
|
20460
|
+
icon: 'lif3',
|
|
20461
|
+
chainId: 8869,
|
|
20462
|
+
networkId: 8869,
|
|
20463
|
+
explorers: [
|
|
20464
|
+
{
|
|
20465
|
+
name: 'lif3scout',
|
|
20466
|
+
url: 'https://lif3scout.com',
|
|
20467
|
+
standard: 'none'
|
|
20468
|
+
}
|
|
20469
|
+
],
|
|
20470
|
+
iconURL: 'https://ipfs.io/ipfs/QmQqNBEqNnNsaSV6rik6mM8VnaSgYFxfEkjkiXSwgmEgaH'
|
|
20471
|
+
},
|
|
19468
20472
|
8880: {
|
|
19469
20473
|
name: 'Unique',
|
|
19470
20474
|
icon: 'unique',
|
|
@@ -19567,6 +20571,31 @@ exports.chains = {
|
|
|
19567
20571
|
],
|
|
19568
20572
|
iconURL: 'https://ipfs.io/ipfs/Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf'
|
|
19569
20573
|
},
|
|
20574
|
+
8886: {
|
|
20575
|
+
name: 'Avenium Testnet',
|
|
20576
|
+
chain: 'AVE',
|
|
20577
|
+
rpc: [
|
|
20578
|
+
'https://eu-testnet.avenium.io/',
|
|
20579
|
+
'https://connect-testnet.avenium.io'
|
|
20580
|
+
],
|
|
20581
|
+
faucets: ['https://faucet-testnet.avenium.io'],
|
|
20582
|
+
nativeCurrency: { name: 'Ave Native Token', symbol: 'tAVE', decimals: 18 },
|
|
20583
|
+
infoURL: 'https://avenium.io',
|
|
20584
|
+
shortName: 'tave',
|
|
20585
|
+
chainId: 8886,
|
|
20586
|
+
networkId: 8886,
|
|
20587
|
+
icon: 'avenium',
|
|
20588
|
+
status: 'incubating',
|
|
20589
|
+
explorers: [
|
|
20590
|
+
{
|
|
20591
|
+
name: 'Avenium Explorer Testnet',
|
|
20592
|
+
icon: 'avenium',
|
|
20593
|
+
url: 'https://testnet.avescan.net',
|
|
20594
|
+
standard: 'none'
|
|
20595
|
+
}
|
|
20596
|
+
],
|
|
20597
|
+
iconURL: 'https://ipfs.io/ipfs/QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ'
|
|
20598
|
+
},
|
|
19570
20599
|
8888: {
|
|
19571
20600
|
name: 'XANAChain',
|
|
19572
20601
|
chain: 'XANAChain',
|
|
@@ -19656,7 +20685,7 @@ exports.chains = {
|
|
|
19656
20685
|
8899: {
|
|
19657
20686
|
name: 'JIBCHAIN L1',
|
|
19658
20687
|
chain: 'JBC',
|
|
19659
|
-
rpc: ['https://rpc-l1.jibchain.net', 'https://
|
|
20688
|
+
rpc: ['https://rpc-l1.jibchain.net', 'https://rpc-l1.inan.in.th'],
|
|
19660
20689
|
faucets: [],
|
|
19661
20690
|
icon: 'jbc',
|
|
19662
20691
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -20054,6 +21083,26 @@ exports.chains = {
|
|
|
20054
21083
|
],
|
|
20055
21084
|
iconURL: 'https://ipfs.io/ipfs/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3'
|
|
20056
21085
|
},
|
|
21086
|
+
9372: {
|
|
21087
|
+
name: 'Oasys Testnet',
|
|
21088
|
+
chain: 'Oasys',
|
|
21089
|
+
icon: 'oasys',
|
|
21090
|
+
rpc: ['https://rpc.testnet.oasys.games'],
|
|
21091
|
+
faucets: [],
|
|
21092
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
21093
|
+
infoURL: 'https://oasys.games',
|
|
21094
|
+
shortName: 'OAS_TEST',
|
|
21095
|
+
chainId: 9372,
|
|
21096
|
+
networkId: 9372,
|
|
21097
|
+
explorers: [
|
|
21098
|
+
{
|
|
21099
|
+
name: 'blockscout',
|
|
21100
|
+
url: 'https://explorer.testnet.oasys.games',
|
|
21101
|
+
standard: 'EIP3091'
|
|
21102
|
+
}
|
|
21103
|
+
],
|
|
21104
|
+
iconURL: 'https://ipfs.io/ipfs/QmVjT18MJ7S965w5oTce5D3KPbzfoGGaKaNDKJcfGfSNWm'
|
|
21105
|
+
},
|
|
20057
21106
|
9393: {
|
|
20058
21107
|
name: 'Dela Sepolia Testnet',
|
|
20059
21108
|
chain: 'ETH',
|
|
@@ -20096,6 +21145,30 @@ exports.chains = {
|
|
|
20096
21145
|
],
|
|
20097
21146
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
20098
21147
|
},
|
|
21148
|
+
9496: {
|
|
21149
|
+
name: 'WeaveVM Testnet',
|
|
21150
|
+
chain: 'WVM',
|
|
21151
|
+
rpc: ['https://testnet.wvm.dev', 'https://testnet-rpc.wvm.dev'],
|
|
21152
|
+
faucets: [],
|
|
21153
|
+
nativeCurrency: {
|
|
21154
|
+
name: 'Testnet WeaveVM Token',
|
|
21155
|
+
symbol: 'tWVM',
|
|
21156
|
+
decimals: 18
|
|
21157
|
+
},
|
|
21158
|
+
infoURL: 'https://wvm.dev',
|
|
21159
|
+
shortName: 'twvm',
|
|
21160
|
+
chainId: 9496,
|
|
21161
|
+
networkId: 9496,
|
|
21162
|
+
icon: 'weavevm',
|
|
21163
|
+
explorers: [
|
|
21164
|
+
{
|
|
21165
|
+
name: 'WeaveVM Explorer',
|
|
21166
|
+
url: 'https://explorer.wvm.dev',
|
|
21167
|
+
standard: 'EIP3091'
|
|
21168
|
+
}
|
|
21169
|
+
],
|
|
21170
|
+
iconURL: 'https://ipfs.io/ipfs/QmZrL43kuLcK14gQo1cVbzwczcVULxN6NKb4EcjYpFpE7w'
|
|
21171
|
+
},
|
|
20099
21172
|
9527: {
|
|
20100
21173
|
name: 'Rangers Protocol Testnet Robin',
|
|
20101
21174
|
chain: 'Rangers',
|
|
@@ -20691,7 +21764,8 @@ exports.chains = {
|
|
|
20691
21764
|
chain: 'JOCT',
|
|
20692
21765
|
rpc: [
|
|
20693
21766
|
'https://rpc-1.testnet.japanopenchain.org:8545',
|
|
20694
|
-
'https://rpc-2.testnet.japanopenchain.org:8545'
|
|
21767
|
+
'https://rpc-2.testnet.japanopenchain.org:8545',
|
|
21768
|
+
'https://rpc-3.testnet.japanopenchain.org'
|
|
20695
21769
|
],
|
|
20696
21770
|
faucets: [],
|
|
20697
21771
|
nativeCurrency: {
|
|
@@ -20723,6 +21797,30 @@ exports.chains = {
|
|
|
20723
21797
|
chainId: 10086,
|
|
20724
21798
|
networkId: 10086
|
|
20725
21799
|
},
|
|
21800
|
+
10096: {
|
|
21801
|
+
name: 'MetaNova Verse',
|
|
21802
|
+
chain: 'MNV',
|
|
21803
|
+
rpc: ['https://web3.metanovaverse.com'],
|
|
21804
|
+
faucets: [],
|
|
21805
|
+
nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
|
|
21806
|
+
features: [],
|
|
21807
|
+
infoURL: 'https://metanovaverse.com/',
|
|
21808
|
+
shortName: 'mnv',
|
|
21809
|
+
chainId: 10096,
|
|
21810
|
+
networkId: 10096,
|
|
21811
|
+
explorers: [
|
|
21812
|
+
{
|
|
21813
|
+
name: 'Blockscout',
|
|
21814
|
+
url: 'https://explorer.metanovaverse.com',
|
|
21815
|
+
standard: 'EIP3091'
|
|
21816
|
+
},
|
|
21817
|
+
{
|
|
21818
|
+
name: 'Cosmos Explorer (Ping)',
|
|
21819
|
+
url: 'https://ping.metanovaverse.com/metanovaverse',
|
|
21820
|
+
standard: 'none'
|
|
21821
|
+
}
|
|
21822
|
+
]
|
|
21823
|
+
},
|
|
20726
21824
|
10101: {
|
|
20727
21825
|
name: 'Blockchain Genesis Mainnet',
|
|
20728
21826
|
chain: 'GEN',
|
|
@@ -21101,6 +22199,25 @@ exports.chains = {
|
|
|
21101
22199
|
],
|
|
21102
22200
|
iconURL: 'https://ipfs.io/ipfs/QmZFiYHnE4TrezPz8wSap9nMxG6m98w4fv7ataj2TfLNck'
|
|
21103
22201
|
},
|
|
22202
|
+
11011: {
|
|
22203
|
+
name: 'Shape Sepolia Testnet',
|
|
22204
|
+
chain: 'ETH',
|
|
22205
|
+
rpc: ['https://sepolia.shape.network'],
|
|
22206
|
+
faucets: [],
|
|
22207
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
22208
|
+
infoURL: 'https://shape.network',
|
|
22209
|
+
shortName: 'shapesep',
|
|
22210
|
+
chainId: 11011,
|
|
22211
|
+
networkId: 11011,
|
|
22212
|
+
explorers: [
|
|
22213
|
+
{
|
|
22214
|
+
name: 'blockscout',
|
|
22215
|
+
url: 'https://shape-sepolia-explorer.alchemy.com',
|
|
22216
|
+
standard: 'EIP3091'
|
|
22217
|
+
}
|
|
22218
|
+
],
|
|
22219
|
+
slip44: 1
|
|
22220
|
+
},
|
|
21104
22221
|
11110: {
|
|
21105
22222
|
name: 'Astra',
|
|
21106
22223
|
chain: 'Astra',
|
|
@@ -21198,6 +22315,29 @@ exports.chains = {
|
|
|
21198
22315
|
}
|
|
21199
22316
|
]
|
|
21200
22317
|
},
|
|
22318
|
+
11124: {
|
|
22319
|
+
name: 'Abstract Testnet',
|
|
22320
|
+
chain: 'Abstract Testnet',
|
|
22321
|
+
rpc: ['https://api.testnet.abs.xyz'],
|
|
22322
|
+
faucets: ['https://faucet.triangleplatform.com/abstract/testnet'],
|
|
22323
|
+
chainId: 11124,
|
|
22324
|
+
networkId: 11124,
|
|
22325
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
22326
|
+
infoURL: 'https://abs.xyz/',
|
|
22327
|
+
shortName: 'Abstract',
|
|
22328
|
+
parent: {
|
|
22329
|
+
type: 'L2',
|
|
22330
|
+
chain: 'eip155-11155111',
|
|
22331
|
+
bridges: [{ url: 'https://portal.testnet.abs.xyz/bridge' }]
|
|
22332
|
+
},
|
|
22333
|
+
explorers: [
|
|
22334
|
+
{
|
|
22335
|
+
name: 'Abstract Block Explorer',
|
|
22336
|
+
url: 'https://explorer.testnet.abs.xyz',
|
|
22337
|
+
standard: 'none'
|
|
22338
|
+
}
|
|
22339
|
+
]
|
|
22340
|
+
},
|
|
21201
22341
|
11221: {
|
|
21202
22342
|
name: 'Shine Chain',
|
|
21203
22343
|
chain: 'SC20',
|
|
@@ -21327,6 +22467,26 @@ exports.chains = {
|
|
|
21327
22467
|
],
|
|
21328
22468
|
iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
|
|
21329
22469
|
},
|
|
22470
|
+
11521: {
|
|
22471
|
+
name: 'SatsChain',
|
|
22472
|
+
chain: 'SatsChain',
|
|
22473
|
+
rpc: ['https://rpc-satschain-1.bevm.io'],
|
|
22474
|
+
faucets: [],
|
|
22475
|
+
nativeCurrency: { name: 'SATS', symbol: 'SATS', decimals: 18 },
|
|
22476
|
+
infoURL: 'https://github.com/BTCSatsNetwork',
|
|
22477
|
+
shortName: 'satschain',
|
|
22478
|
+
chainId: 11521,
|
|
22479
|
+
networkId: 11521,
|
|
22480
|
+
icon: 'satschain',
|
|
22481
|
+
explorers: [
|
|
22482
|
+
{
|
|
22483
|
+
name: 'satschain scan',
|
|
22484
|
+
url: 'https://scan-satschain.bevm.io',
|
|
22485
|
+
standard: 'none'
|
|
22486
|
+
}
|
|
22487
|
+
],
|
|
22488
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4'
|
|
22489
|
+
},
|
|
21330
22490
|
11612: {
|
|
21331
22491
|
name: 'Sardis Testnet',
|
|
21332
22492
|
chain: 'SRDX',
|
|
@@ -21411,6 +22571,24 @@ exports.chains = {
|
|
|
21411
22571
|
],
|
|
21412
22572
|
parent: { chain: 'eip155-1', type: 'L2' }
|
|
21413
22573
|
},
|
|
22574
|
+
12001: {
|
|
22575
|
+
name: 'Fuse Testnet',
|
|
22576
|
+
chain: 'Fuse',
|
|
22577
|
+
rpc: ['https://rpc.flash.fuse.io'],
|
|
22578
|
+
faucets: ['https://faucet.flash.fuse.io'],
|
|
22579
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22580
|
+
infoURL: '',
|
|
22581
|
+
shortName: 'fuseZK',
|
|
22582
|
+
chainId: 12001,
|
|
22583
|
+
networkId: 12001,
|
|
22584
|
+
explorers: [
|
|
22585
|
+
{
|
|
22586
|
+
name: 'Blockscout',
|
|
22587
|
+
url: 'https://explorer.flash.fuse.io',
|
|
22588
|
+
standard: 'none'
|
|
22589
|
+
}
|
|
22590
|
+
]
|
|
22591
|
+
},
|
|
21414
22592
|
12009: {
|
|
21415
22593
|
name: 'SatoshiChain Mainnet',
|
|
21416
22594
|
chain: 'SATS',
|
|
@@ -21919,7 +23097,7 @@ exports.chains = {
|
|
|
21919
23097
|
chain: 'Gravity',
|
|
21920
23098
|
rpc: ['https://rpc-sepolia.gravity.xyz'],
|
|
21921
23099
|
faucets: [],
|
|
21922
|
-
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G
|
|
23100
|
+
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G', decimals: 18 },
|
|
21923
23101
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }],
|
|
21924
23102
|
infoURL: 'https://gravity.xyz',
|
|
21925
23103
|
shortName: 'gravitysep',
|
|
@@ -22138,6 +23316,27 @@ exports.chains = {
|
|
|
22138
23316
|
],
|
|
22139
23317
|
iconURL: 'https://ipfs.io/ipfs/QmXfBFHHb5kJGQ3dMLnhDhfFBsgAvm9U72jBSYcfmRHL2p'
|
|
22140
23318
|
},
|
|
23319
|
+
15430: {
|
|
23320
|
+
name: 'KYMTC Mainnet',
|
|
23321
|
+
chain: 'KYMTC',
|
|
23322
|
+
icon: 'kymtc',
|
|
23323
|
+
rpc: ['https://mainnet-rpc.kymaticscan.online'],
|
|
23324
|
+
faucets: [],
|
|
23325
|
+
nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
|
|
23326
|
+
infoURL: 'https://kymaticscan.online',
|
|
23327
|
+
shortName: 'KYMTC',
|
|
23328
|
+
chainId: 15430,
|
|
23329
|
+
networkId: 15430,
|
|
23330
|
+
explorers: [
|
|
23331
|
+
{
|
|
23332
|
+
name: 'KYMTC Mainnet Explorer',
|
|
23333
|
+
url: 'https://kymaticscan.online',
|
|
23334
|
+
icon: 'kymtc',
|
|
23335
|
+
standard: 'EIP3091'
|
|
23336
|
+
}
|
|
23337
|
+
],
|
|
23338
|
+
iconURL: 'https://ipfs.io/ipfs/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer'
|
|
23339
|
+
},
|
|
22141
23340
|
15551: {
|
|
22142
23341
|
name: 'LoopNetwork Mainnet',
|
|
22143
23342
|
chain: 'LoopNetwork',
|
|
@@ -22250,6 +23449,56 @@ exports.chains = {
|
|
|
22250
23449
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
22251
23450
|
iconURL: 'https://ipfs.io/ipfs/QmaSqPELi11UepS3odwHyiwfUPkLBnE4WP4zNkwumHoPmw'
|
|
22252
23451
|
},
|
|
23452
|
+
16180: {
|
|
23453
|
+
name: 'PLYR PHI',
|
|
23454
|
+
chain: 'PLYR',
|
|
23455
|
+
icon: 'plyr',
|
|
23456
|
+
rpc: ['https://subnets.avax.network/plyr/mainnet/rpc'],
|
|
23457
|
+
faucets: [],
|
|
23458
|
+
nativeCurrency: { name: 'PLYR', symbol: 'PLYR', decimals: 18 },
|
|
23459
|
+
infoURL: 'https://plyr.network',
|
|
23460
|
+
shortName: 'plyr-phi',
|
|
23461
|
+
chainId: 16180,
|
|
23462
|
+
networkId: 16180,
|
|
23463
|
+
explorers: [
|
|
23464
|
+
{
|
|
23465
|
+
name: 'Avalanche Subnet Explorer',
|
|
23466
|
+
url: 'https://subnets.avax.network/plyr',
|
|
23467
|
+
standard: 'EIP3091'
|
|
23468
|
+
}
|
|
23469
|
+
],
|
|
23470
|
+
iconURL: 'https://ipfs.io/ipfs/QmVhG7xeTc78ibQunQ5sBJ4533r9FDM2xUCQKV72DPd1ux'
|
|
23471
|
+
},
|
|
23472
|
+
16350: {
|
|
23473
|
+
name: 'Incentiv Devnet',
|
|
23474
|
+
chain: 'Incentiv',
|
|
23475
|
+
rpc: ['https://rpc.ankr.com/incentiv_devnet'],
|
|
23476
|
+
faucets: ['https://faucet.incentiv-dev.ankr.network'],
|
|
23477
|
+
nativeCurrency: { name: 'Testnet INC', symbol: 'INC', decimals: 18 },
|
|
23478
|
+
infoURL: 'https://incentiv.net',
|
|
23479
|
+
shortName: 'tIncentiv',
|
|
23480
|
+
chainId: 16350,
|
|
23481
|
+
networkId: 16350,
|
|
23482
|
+
slip44: 1
|
|
23483
|
+
},
|
|
23484
|
+
16481: {
|
|
23485
|
+
name: 'Pivotal Sepolia',
|
|
23486
|
+
chainId: 16481,
|
|
23487
|
+
networkId: 16481,
|
|
23488
|
+
chain: 'Pivotal',
|
|
23489
|
+
rpc: ['https://sepolia.pivotalprotocol.com'],
|
|
23490
|
+
faucets: [],
|
|
23491
|
+
shortName: 'pivotal-sepolia',
|
|
23492
|
+
nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
|
|
23493
|
+
infoURL: 'http://thepivotal.xyz/',
|
|
23494
|
+
explorers: [
|
|
23495
|
+
{
|
|
23496
|
+
name: 'Pivotal Scan',
|
|
23497
|
+
url: 'https://sepolia.pivotalscan.xyz',
|
|
23498
|
+
standard: 'EIP3091'
|
|
23499
|
+
}
|
|
23500
|
+
]
|
|
23501
|
+
},
|
|
22253
23502
|
16507: {
|
|
22254
23503
|
name: 'Genesys Mainnet',
|
|
22255
23504
|
chain: 'Genesys',
|
|
@@ -22270,6 +23519,26 @@ exports.chains = {
|
|
|
22270
23519
|
],
|
|
22271
23520
|
iconURL: 'https://ipfs.io/ipfs/bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm'
|
|
22272
23521
|
},
|
|
23522
|
+
16600: {
|
|
23523
|
+
name: '0G-Newton-Testnet',
|
|
23524
|
+
chain: '0G-Testnet',
|
|
23525
|
+
rpc: ['https://rpc-testnet.0g.ai'],
|
|
23526
|
+
faucets: ['https://faucet.0g.ai'],
|
|
23527
|
+
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
23528
|
+
infoURL: 'https://0g.ai',
|
|
23529
|
+
shortName: '0gai-testnet',
|
|
23530
|
+
chainId: 16600,
|
|
23531
|
+
networkId: 16600,
|
|
23532
|
+
icon: '0gai',
|
|
23533
|
+
explorers: [
|
|
23534
|
+
{
|
|
23535
|
+
name: '0G Chain Explorer',
|
|
23536
|
+
url: 'https://chainscan-newton.0g.ai',
|
|
23537
|
+
standard: 'none'
|
|
23538
|
+
}
|
|
23539
|
+
],
|
|
23540
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
|
|
23541
|
+
},
|
|
22273
23542
|
16688: {
|
|
22274
23543
|
name: 'IRIShub Testnet',
|
|
22275
23544
|
chain: 'IRIShub',
|
|
@@ -22433,6 +23702,31 @@ exports.chains = {
|
|
|
22433
23702
|
},
|
|
22434
23703
|
iconURL: 'https://ipfs.io/ipfs/QmWhHvjbjTiNNsHKpbEz9rxSt4CCL2Q5xVZjk8eQkp82B9'
|
|
22435
23704
|
},
|
|
23705
|
+
17071: {
|
|
23706
|
+
name: 'Onchain Points',
|
|
23707
|
+
chain: 'POP',
|
|
23708
|
+
rpc: [
|
|
23709
|
+
'https://rpc.onchainpoints.xyz',
|
|
23710
|
+
'https://rpc-onchain-points-8n0qkkpr2j.t.conduit.xyz/{CONDUIT_API_KEY}'
|
|
23711
|
+
],
|
|
23712
|
+
faucets: [],
|
|
23713
|
+
nativeCurrency: { name: 'OnchainPoints.xyz', symbol: 'POP', decimals: 18 },
|
|
23714
|
+
infoURL: 'https://onchainpoints.xyz',
|
|
23715
|
+
shortName: 'pop',
|
|
23716
|
+
chainId: 17071,
|
|
23717
|
+
networkId: 17071,
|
|
23718
|
+
icon: 'pop',
|
|
23719
|
+
status: 'incubating',
|
|
23720
|
+
explorers: [
|
|
23721
|
+
{
|
|
23722
|
+
name: 'blockscout',
|
|
23723
|
+
url: 'https://explorer.onchainpoints.xyz',
|
|
23724
|
+
icon: 'blockscout',
|
|
23725
|
+
standard: 'EIP3091'
|
|
23726
|
+
}
|
|
23727
|
+
],
|
|
23728
|
+
iconURL: 'https://ipfs.io/ipfs/QmbY9ZPnveSEnFhbhfHr5B2R8SPhQBKbAZnwQCoEkvAQtT'
|
|
23729
|
+
},
|
|
22436
23730
|
17117: {
|
|
22437
23731
|
name: 'DeFiVerse Testnet',
|
|
22438
23732
|
chain: 'DeFiVerse Testnet',
|
|
@@ -22809,6 +24103,54 @@ exports.chains = {
|
|
|
22809
24103
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
22810
24104
|
iconURL: 'https://ipfs.io/ipfs/QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU'
|
|
22811
24105
|
},
|
|
24106
|
+
19077: {
|
|
24107
|
+
name: 'BlockX Atlantis Testnet',
|
|
24108
|
+
chain: 'blockx',
|
|
24109
|
+
rpc: ['https://atlantis-web3.blockxnet.com'],
|
|
24110
|
+
faucets: ['https://ping.blockxnet.com/blockx-atlantis-testnet/faucet'],
|
|
24111
|
+
nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
|
|
24112
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
24113
|
+
infoURL: 'https://www.blockxnet.com/',
|
|
24114
|
+
shortName: 'tbcx',
|
|
24115
|
+
chainId: 19077,
|
|
24116
|
+
networkId: 19077,
|
|
24117
|
+
explorers: [
|
|
24118
|
+
{
|
|
24119
|
+
name: 'BlockX EVM Explorer (Blockscout)',
|
|
24120
|
+
url: 'https://testnet-explorer.blockxnet.com',
|
|
24121
|
+
standard: 'EIP3091'
|
|
24122
|
+
},
|
|
24123
|
+
{
|
|
24124
|
+
name: 'BlockX Cosmos Explorer (Ping)',
|
|
24125
|
+
url: 'https://ping.blockxnet.com/blockx-atlantis-testnet',
|
|
24126
|
+
standard: 'none'
|
|
24127
|
+
}
|
|
24128
|
+
]
|
|
24129
|
+
},
|
|
24130
|
+
19191: {
|
|
24131
|
+
name: 'BlockX Mainnet',
|
|
24132
|
+
chain: 'blockx',
|
|
24133
|
+
rpc: ['https://web3.blockxnet.com'],
|
|
24134
|
+
faucets: ['https://ping.blockxnet.com/blockx/faucet'],
|
|
24135
|
+
nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
|
|
24136
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
24137
|
+
infoURL: 'https://www.blockxnet.com/',
|
|
24138
|
+
shortName: 'bcx',
|
|
24139
|
+
chainId: 19191,
|
|
24140
|
+
networkId: 19191,
|
|
24141
|
+
explorers: [
|
|
24142
|
+
{
|
|
24143
|
+
name: 'BlockX EVM Explorer (Blockscout)',
|
|
24144
|
+
url: 'https://explorer.blockxnet.com',
|
|
24145
|
+
standard: 'EIP3091'
|
|
24146
|
+
},
|
|
24147
|
+
{
|
|
24148
|
+
name: 'BlockX Cosmos Explorer (Ping)',
|
|
24149
|
+
url: 'https://ping.blockxnet.com/blockx',
|
|
24150
|
+
standard: 'none'
|
|
24151
|
+
}
|
|
24152
|
+
]
|
|
24153
|
+
},
|
|
22812
24154
|
19224: {
|
|
22813
24155
|
name: 'Decentraconnect Social',
|
|
22814
24156
|
chain: 'DCSM',
|
|
@@ -23399,6 +24741,27 @@ exports.chains = {
|
|
|
23399
24741
|
],
|
|
23400
24742
|
iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
|
|
23401
24743
|
},
|
|
24744
|
+
24076: {
|
|
24745
|
+
name: 'KYMTC Testnet',
|
|
24746
|
+
chain: 'KYMTC',
|
|
24747
|
+
icon: 'kymtc',
|
|
24748
|
+
rpc: ['https://testnet-rpc.kymaticscan.online'],
|
|
24749
|
+
faucets: ['https://faucet.kymaticscan.online'],
|
|
24750
|
+
nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
|
|
24751
|
+
infoURL: 'https://testnet-explorer.kymaticscan.online',
|
|
24752
|
+
shortName: 'tKYMTC',
|
|
24753
|
+
chainId: 24076,
|
|
24754
|
+
networkId: 24076,
|
|
24755
|
+
explorers: [
|
|
24756
|
+
{
|
|
24757
|
+
name: 'KYMTC Testnet Explorer',
|
|
24758
|
+
url: 'https://testnet-explorer.kymaticscan.online',
|
|
24759
|
+
icon: 'kymtc',
|
|
24760
|
+
standard: 'EIP3091'
|
|
24761
|
+
}
|
|
24762
|
+
],
|
|
24763
|
+
iconURL: 'https://ipfs.io/ipfs/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer'
|
|
24764
|
+
},
|
|
23402
24765
|
24484: {
|
|
23403
24766
|
name: 'Webchain',
|
|
23404
24767
|
chain: 'WEB',
|
|
@@ -23765,6 +25128,28 @@ exports.chains = {
|
|
|
23765
25128
|
parent: { type: 'L2', chain: 'eip155-58008', bridges: [] },
|
|
23766
25129
|
iconURL: 'https://ipfs.io/ipfs/QmcSJmAfk3iay6uCGJxgUPd9pTsRxbtF4BrNnC5txE9cg8'
|
|
23767
25130
|
},
|
|
25131
|
+
29223: {
|
|
25132
|
+
name: 'Nexa MetaNet',
|
|
25133
|
+
chain: 'NEXA',
|
|
25134
|
+
rpc: ['https://nexa.sh/metanet'],
|
|
25135
|
+
faucets: [],
|
|
25136
|
+
nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
|
|
25137
|
+
infoURL: 'https://nexa.sh/meta',
|
|
25138
|
+
shortName: 'nexameta',
|
|
25139
|
+
chainId: 29223,
|
|
25140
|
+
networkId: 29223,
|
|
25141
|
+
slip44: 29223,
|
|
25142
|
+
icon: 'nexameta',
|
|
25143
|
+
explorers: [
|
|
25144
|
+
{
|
|
25145
|
+
name: 'NexaShell',
|
|
25146
|
+
url: 'https://nexa.sh',
|
|
25147
|
+
standard: 'none',
|
|
25148
|
+
icon: 'nexashell'
|
|
25149
|
+
}
|
|
25150
|
+
],
|
|
25151
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni'
|
|
25152
|
+
},
|
|
23768
25153
|
29536: {
|
|
23769
25154
|
name: 'KaiChain Testnet',
|
|
23770
25155
|
chain: 'KaiChain',
|
|
@@ -23918,7 +25303,7 @@ exports.chains = {
|
|
|
23918
25303
|
30732: {
|
|
23919
25304
|
name: 'Movement EVM Testnet',
|
|
23920
25305
|
chain: 'MOVE',
|
|
23921
|
-
rpc: [],
|
|
25306
|
+
rpc: ['https://mevm.testnet.imola.movementlabs.xyz'],
|
|
23922
25307
|
faucets: [],
|
|
23923
25308
|
nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 },
|
|
23924
25309
|
infoURL: 'https://movementlabs.xyz',
|
|
@@ -23929,7 +25314,7 @@ exports.chains = {
|
|
|
23929
25314
|
explorers: [
|
|
23930
25315
|
{
|
|
23931
25316
|
name: 'mevm explorer',
|
|
23932
|
-
url: 'https://explorer.movementlabs.xyz',
|
|
25317
|
+
url: 'https://explorer.testnet.imola.movementlabs.xyz',
|
|
23933
25318
|
standard: 'none'
|
|
23934
25319
|
}
|
|
23935
25320
|
],
|
|
@@ -24291,6 +25676,26 @@ exports.chains = {
|
|
|
24291
25676
|
],
|
|
24292
25677
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
24293
25678
|
},
|
|
25679
|
+
33111: {
|
|
25680
|
+
name: 'Curtis',
|
|
25681
|
+
chain: 'Curtis',
|
|
25682
|
+
rpc: ['https://curtis.rpc.caldera.xyz/http'],
|
|
25683
|
+
faucets: ['https://curtis.hub.caldera.xyz'],
|
|
25684
|
+
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
25685
|
+
infoURL: 'https://curtis.hub.caldera.xyz',
|
|
25686
|
+
shortName: 'curtis',
|
|
25687
|
+
chainId: 33111,
|
|
25688
|
+
networkId: 33111,
|
|
25689
|
+
icon: 'curtis',
|
|
25690
|
+
explorers: [
|
|
25691
|
+
{
|
|
25692
|
+
name: 'Curtis Explorer',
|
|
25693
|
+
url: 'https://curtis.explorer.caldera.xyz',
|
|
25694
|
+
standard: 'EIP3091'
|
|
25695
|
+
}
|
|
25696
|
+
],
|
|
25697
|
+
iconURL: 'https://ipfs.io/ipfs/QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP'
|
|
25698
|
+
},
|
|
24294
25699
|
33133: {
|
|
24295
25700
|
name: 'Entangle Testnet',
|
|
24296
25701
|
chain: 'NGL',
|
|
@@ -24366,6 +25771,28 @@ exports.chains = {
|
|
|
24366
25771
|
],
|
|
24367
25772
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
24368
25773
|
},
|
|
25774
|
+
33401: {
|
|
25775
|
+
name: 'SlingShot',
|
|
25776
|
+
chain: 'SLING',
|
|
25777
|
+
rpc: ['https://rpc.slingshotdao.com'],
|
|
25778
|
+
faucets: [],
|
|
25779
|
+
nativeCurrency: { name: 'Sling', symbol: 'SLING', decimals: 18 },
|
|
25780
|
+
features: [{ name: 'EIP155' }],
|
|
25781
|
+
infoURL: 'https://slingshotdao.com',
|
|
25782
|
+
shortName: 'slingshot',
|
|
25783
|
+
chainId: 33401,
|
|
25784
|
+
networkId: 33401,
|
|
25785
|
+
icon: 'slingshot',
|
|
25786
|
+
explorers: [
|
|
25787
|
+
{
|
|
25788
|
+
name: 'SlingShot Explorer',
|
|
25789
|
+
url: 'https://explore.slingshotdao.com',
|
|
25790
|
+
icon: 'slingshot',
|
|
25791
|
+
standard: 'EIP3091'
|
|
25792
|
+
}
|
|
25793
|
+
],
|
|
25794
|
+
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
25795
|
+
},
|
|
24369
25796
|
33469: {
|
|
24370
25797
|
name: 'Zilliqa-2 EVM Devnet',
|
|
24371
25798
|
chain: 'ZIL',
|
|
@@ -24390,7 +25817,10 @@ exports.chains = {
|
|
|
24390
25817
|
name: 'Funki',
|
|
24391
25818
|
chain: 'ETH',
|
|
24392
25819
|
icon: 'funki',
|
|
24393
|
-
rpc: [
|
|
25820
|
+
rpc: [
|
|
25821
|
+
'https://rpc-mainnet.funkichain.com',
|
|
25822
|
+
'wss://rpc-mainnet.funkichain.com'
|
|
25823
|
+
],
|
|
24394
25824
|
faucets: [],
|
|
24395
25825
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
24396
25826
|
infoURL: 'https://funkichain.com',
|
|
@@ -24398,9 +25828,14 @@ exports.chains = {
|
|
|
24398
25828
|
chainId: 33979,
|
|
24399
25829
|
networkId: 33979,
|
|
24400
25830
|
explorers: [
|
|
25831
|
+
{
|
|
25832
|
+
name: 'FunkiScan',
|
|
25833
|
+
url: 'https://funkiscan.io',
|
|
25834
|
+
standard: 'none'
|
|
25835
|
+
},
|
|
24401
25836
|
{
|
|
24402
25837
|
name: 'Funki Mainnet Explorer',
|
|
24403
|
-
url: 'https://
|
|
25838
|
+
url: 'https://funki.superscan.network',
|
|
24404
25839
|
standard: 'none'
|
|
24405
25840
|
}
|
|
24406
25841
|
],
|
|
@@ -24430,6 +25865,27 @@ exports.chains = {
|
|
|
24430
25865
|
],
|
|
24431
25866
|
iconURL: 'https://ipfs.io/ipfs/bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou'
|
|
24432
25867
|
},
|
|
25868
|
+
34504: {
|
|
25869
|
+
name: 'ZEUS Mainnet',
|
|
25870
|
+
chain: 'ZEUS',
|
|
25871
|
+
icon: 'zeusicon',
|
|
25872
|
+
rpc: ['https://mainnet-rpc.zeuschainscan.io'],
|
|
25873
|
+
nativeCurrency: { name: 'The ZEUS Token', symbol: 'ZEUS', decimals: 18 },
|
|
25874
|
+
infoURL: 'https://zeuschainscan.io',
|
|
25875
|
+
shortName: 'ZEUS',
|
|
25876
|
+
chainId: 34504,
|
|
25877
|
+
networkId: 34504,
|
|
25878
|
+
faucets: [],
|
|
25879
|
+
explorers: [
|
|
25880
|
+
{
|
|
25881
|
+
name: 'ZEUS Mainnet Explorer',
|
|
25882
|
+
url: 'https://zeuschainscan.io',
|
|
25883
|
+
icon: 'zeusicon',
|
|
25884
|
+
standard: 'EIP3091'
|
|
25885
|
+
}
|
|
25886
|
+
],
|
|
25887
|
+
iconURL: 'https://ipfs.io/ipfs/QmdktFyG3dM6Jk4j7V9xzvWwSpmnLcaNDuWhPwFHJw7K6e'
|
|
25888
|
+
},
|
|
24433
25889
|
35011: {
|
|
24434
25890
|
name: 'J2O Taro',
|
|
24435
25891
|
chain: 'TARO',
|
|
@@ -24594,6 +26050,30 @@ exports.chains = {
|
|
|
24594
26050
|
],
|
|
24595
26051
|
iconURL: 'https://ipfs.io/ipfs/QmZt75xixnEtFzqHTrJa8kJkV4cTXmUZqeMeHM8BcvomQc'
|
|
24596
26052
|
},
|
|
26053
|
+
41455: {
|
|
26054
|
+
name: 'Aleph Zero EVM',
|
|
26055
|
+
chain: 'Aleph Zero EVM',
|
|
26056
|
+
icon: 'aleph-zero',
|
|
26057
|
+
rpc: [
|
|
26058
|
+
'https://rpc.alephzero.raas.gelato.cloud',
|
|
26059
|
+
'wss://ws.alephzero.raas.gelato.cloud'
|
|
26060
|
+
],
|
|
26061
|
+
faucets: [],
|
|
26062
|
+
nativeCurrency: { name: 'Aleph Zero', symbol: 'AZERO', decimals: 18 },
|
|
26063
|
+
infoURL: 'https://alephzero.org/',
|
|
26064
|
+
shortName: 'aleph-zero',
|
|
26065
|
+
chainId: 41455,
|
|
26066
|
+
networkId: 41455,
|
|
26067
|
+
explorers: [
|
|
26068
|
+
{
|
|
26069
|
+
name: 'Aleph Zero EVM Mainnet Explorer',
|
|
26070
|
+
url: 'https://evm-explorer.alephzero.org',
|
|
26071
|
+
icon: 'aleph-zero',
|
|
26072
|
+
standard: 'none'
|
|
26073
|
+
}
|
|
26074
|
+
],
|
|
26075
|
+
iconURL: 'https://ipfs.io/ipfs/QmUmw7yJDdkTV6SNp5PDfMLe5LWMfUo6vyQbh7fdhTfGDH'
|
|
26076
|
+
},
|
|
24597
26077
|
41500: {
|
|
24598
26078
|
name: 'Opulent-X BETA',
|
|
24599
26079
|
chainId: 41500,
|
|
@@ -24802,6 +26282,26 @@ exports.chains = {
|
|
|
24802
26282
|
}
|
|
24803
26283
|
]
|
|
24804
26284
|
},
|
|
26285
|
+
42421: {
|
|
26286
|
+
name: 'AssetChain Testnet',
|
|
26287
|
+
chain: 'RWA',
|
|
26288
|
+
rpc: ['https://enugu-rpc.assetchain.org'],
|
|
26289
|
+
faucets: ['https://faucet.assetchain.org'],
|
|
26290
|
+
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
26291
|
+
infoURL: 'https://docs.assetchain.org',
|
|
26292
|
+
shortName: 'rwa',
|
|
26293
|
+
chainId: 42421,
|
|
26294
|
+
networkId: 42421,
|
|
26295
|
+
icon: 'assetchain',
|
|
26296
|
+
explorers: [
|
|
26297
|
+
{
|
|
26298
|
+
name: 'Asset Chain Testnet Explorer',
|
|
26299
|
+
url: 'https://scan-testnet.assetchain.org',
|
|
26300
|
+
standard: 'EIP3091'
|
|
26301
|
+
}
|
|
26302
|
+
],
|
|
26303
|
+
iconURL: 'https://ipfs.io/ipfs/QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ'
|
|
26304
|
+
},
|
|
24805
26305
|
42766: {
|
|
24806
26306
|
name: 'ZKFair Mainnet',
|
|
24807
26307
|
title: 'ZKFair Mainnet',
|
|
@@ -25170,6 +26670,48 @@ exports.chains = {
|
|
|
25170
26670
|
],
|
|
25171
26671
|
iconURL: 'https://ipfs.io/ipfs/QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth'
|
|
25172
26672
|
},
|
|
26673
|
+
47763: {
|
|
26674
|
+
name: 'Neo X Mainnet',
|
|
26675
|
+
chain: 'Neo X',
|
|
26676
|
+
rpc: ['https://mainnet-1.rpc.banelabs.org'],
|
|
26677
|
+
faucets: [],
|
|
26678
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
26679
|
+
infoURL: 'https://neo.org/',
|
|
26680
|
+
shortName: 'neox-mainnet',
|
|
26681
|
+
chainId: 47763,
|
|
26682
|
+
networkId: 47763,
|
|
26683
|
+
icon: 'neox',
|
|
26684
|
+
explorers: [
|
|
26685
|
+
{
|
|
26686
|
+
name: 'Neo X - Explorer',
|
|
26687
|
+
url: 'https://xexplorer.neo.org',
|
|
26688
|
+
standard: 'EIP3091'
|
|
26689
|
+
}
|
|
26690
|
+
],
|
|
26691
|
+
status: 'active',
|
|
26692
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
|
|
26693
|
+
},
|
|
26694
|
+
47803: {
|
|
26695
|
+
name: 'ReDeFi Layer 1',
|
|
26696
|
+
chain: 'ReDeFi',
|
|
26697
|
+
icon: 'redefi',
|
|
26698
|
+
rpc: ['https://layer1.redefi.world'],
|
|
26699
|
+
faucets: [],
|
|
26700
|
+
nativeCurrency: { name: 'BAX', symbol: 'BAX', decimals: 18 },
|
|
26701
|
+
infoURL: 'https://redefi.world',
|
|
26702
|
+
shortName: 'bax',
|
|
26703
|
+
chainId: 47803,
|
|
26704
|
+
networkId: 47803,
|
|
26705
|
+
slip44: 47803,
|
|
26706
|
+
explorers: [
|
|
26707
|
+
{
|
|
26708
|
+
name: 'ReDeFi Scan',
|
|
26709
|
+
url: 'https://scanlayer1.redefi.world',
|
|
26710
|
+
standard: 'EIP3091'
|
|
26711
|
+
}
|
|
26712
|
+
],
|
|
26713
|
+
iconURL: 'https://ipfs.io/ipfs/QmQd2MWwDkGsH6JsHPAKXqy8o2kedYMzbnaEHoRpmvSiLW'
|
|
26714
|
+
},
|
|
25173
26715
|
47805: {
|
|
25174
26716
|
name: 'REI Network',
|
|
25175
26717
|
chain: 'REI',
|
|
@@ -25211,13 +26753,34 @@ exports.chains = {
|
|
|
25211
26753
|
name: 'Zircuit Testnet',
|
|
25212
26754
|
chain: 'Zircuit Testnet',
|
|
25213
26755
|
icon: 'zircuit',
|
|
25214
|
-
rpc: ['
|
|
26756
|
+
rpc: ['http://zircuit1-testnet.p2pify.com/'],
|
|
25215
26757
|
faucets: [],
|
|
25216
26758
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
25217
26759
|
infoURL: 'https://www.zircuit.com/',
|
|
25218
26760
|
shortName: 'zircuit-testnet',
|
|
25219
26761
|
chainId: 48899,
|
|
25220
26762
|
networkId: 48899,
|
|
26763
|
+
explorers: [
|
|
26764
|
+
{
|
|
26765
|
+
name: 'Zircuit',
|
|
26766
|
+
url: 'https://explorer.testnet.zircuit.com',
|
|
26767
|
+
icon: 'zircuit',
|
|
26768
|
+
standard: 'none'
|
|
26769
|
+
}
|
|
26770
|
+
],
|
|
26771
|
+
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
26772
|
+
},
|
|
26773
|
+
48900: {
|
|
26774
|
+
name: 'Zircuit Mainnet',
|
|
26775
|
+
chain: 'Zircuit Mainnet',
|
|
26776
|
+
icon: 'zircuit',
|
|
26777
|
+
rpc: ['https://zircuit1-mainnet.p2pify.com/'],
|
|
26778
|
+
faucets: [],
|
|
26779
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
26780
|
+
infoURL: 'https://www.zircuit.com/',
|
|
26781
|
+
shortName: 'zircuit-mainnet',
|
|
26782
|
+
chainId: 48900,
|
|
26783
|
+
networkId: 48900,
|
|
25221
26784
|
explorers: [
|
|
25222
26785
|
{
|
|
25223
26786
|
name: 'Zircuit',
|
|
@@ -25591,24 +27154,6 @@ exports.chains = {
|
|
|
25591
27154
|
],
|
|
25592
27155
|
iconURL: 'https://ipfs.io/ipfs/QmciSvgLatP6jhgdazuiyD3fSrhipfAN7wC943v1qxcrpv'
|
|
25593
27156
|
},
|
|
25594
|
-
54555: {
|
|
25595
|
-
name: 'Photon Testnet',
|
|
25596
|
-
chain: 'Photon',
|
|
25597
|
-
rpc: ['https://rpc-test.photonchain.io'],
|
|
25598
|
-
faucets: ['https://photonchain.io/airdrop'],
|
|
25599
|
-
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
|
25600
|
-
infoURL: 'https://photonchain.io',
|
|
25601
|
-
shortName: 'pton',
|
|
25602
|
-
chainId: 54555,
|
|
25603
|
-
networkId: 54555,
|
|
25604
|
-
explorers: [
|
|
25605
|
-
{
|
|
25606
|
-
name: 'photon_testnet_explorer',
|
|
25607
|
-
url: 'https://testnet.photonchain.io',
|
|
25608
|
-
standard: 'none'
|
|
25609
|
-
}
|
|
25610
|
-
]
|
|
25611
|
-
},
|
|
25612
27157
|
55004: {
|
|
25613
27158
|
name: 'Titan',
|
|
25614
27159
|
chain: 'ETH',
|
|
@@ -25630,6 +27175,24 @@ exports.chains = {
|
|
|
25630
27175
|
}
|
|
25631
27176
|
]
|
|
25632
27177
|
},
|
|
27178
|
+
55551: {
|
|
27179
|
+
name: 'Photon Aurora Testnet',
|
|
27180
|
+
chain: 'Photon',
|
|
27181
|
+
rpc: ['https://rpc-test2.photonchain.io'],
|
|
27182
|
+
faucets: ['https://photonchain.io/testnet2'],
|
|
27183
|
+
nativeCurrency: { name: 'Photon', symbol: 'PTON', decimals: 18 },
|
|
27184
|
+
infoURL: 'https://photonchain.io',
|
|
27185
|
+
shortName: 'pton',
|
|
27186
|
+
chainId: 55551,
|
|
27187
|
+
networkId: 55551,
|
|
27188
|
+
explorers: [
|
|
27189
|
+
{
|
|
27190
|
+
name: 'photon_testnet2_explorer',
|
|
27191
|
+
url: 'https://testnet2.photonchain.io',
|
|
27192
|
+
standard: 'none'
|
|
27193
|
+
}
|
|
27194
|
+
]
|
|
27195
|
+
},
|
|
25633
27196
|
55555: {
|
|
25634
27197
|
name: 'REI Chain Mainnet',
|
|
25635
27198
|
chain: 'REI',
|
|
@@ -25985,6 +27548,29 @@ exports.chains = {
|
|
|
25985
27548
|
status: 'active',
|
|
25986
27549
|
iconURL: 'https://ipfs.io/ipfs/QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH'
|
|
25987
27550
|
},
|
|
27551
|
+
59902: {
|
|
27552
|
+
name: 'Metis Sepolia Testnet',
|
|
27553
|
+
chain: 'ETH',
|
|
27554
|
+
rpc: ['https://sepolia.metisdevops.link'],
|
|
27555
|
+
faucets: ['https://sepolia.faucet.metisdevops.link'],
|
|
27556
|
+
nativeCurrency: { name: 'tMetis', symbol: 'tMETIS', decimals: 18 },
|
|
27557
|
+
infoURL: 'https://www.metis.io',
|
|
27558
|
+
shortName: 'metis-sepolia',
|
|
27559
|
+
chainId: 59902,
|
|
27560
|
+
networkId: 59902,
|
|
27561
|
+
explorers: [
|
|
27562
|
+
{
|
|
27563
|
+
name: 'blockscout',
|
|
27564
|
+
url: 'https://sepolia-explorer.metisdevops.link',
|
|
27565
|
+
standard: 'EIP3091'
|
|
27566
|
+
}
|
|
27567
|
+
],
|
|
27568
|
+
parent: {
|
|
27569
|
+
type: 'L2',
|
|
27570
|
+
chain: 'eip155-11155111',
|
|
27571
|
+
bridges: [{ url: 'https://bridge.metis.io' }]
|
|
27572
|
+
}
|
|
27573
|
+
},
|
|
25988
27574
|
59971: {
|
|
25989
27575
|
name: 'Genesys Code Mainnet',
|
|
25990
27576
|
chain: 'GCODE',
|
|
@@ -26114,6 +27700,28 @@ exports.chains = {
|
|
|
26114
27700
|
},
|
|
26115
27701
|
iconURL: 'https://ipfs.io/ipfs/QmaX5iqQTrJD8TBuvoT97xPMG6LYamjPCPnZUUMh12jc99'
|
|
26116
27702
|
},
|
|
27703
|
+
61022: {
|
|
27704
|
+
name: 'Orange Chain Mainnet',
|
|
27705
|
+
title: 'Orange Chain Mainnet',
|
|
27706
|
+
chain: 'Orange Chain',
|
|
27707
|
+
rpc: ['https://rpc.orangechain.xyz', 'https://hk-rpc.orangechain.xyz'],
|
|
27708
|
+
faucets: [],
|
|
27709
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
27710
|
+
infoURL: 'https://orangechain.xyz',
|
|
27711
|
+
shortName: 'Orange-Chain-Mainnet',
|
|
27712
|
+
chainId: 61022,
|
|
27713
|
+
networkId: 61022,
|
|
27714
|
+
icon: 'orange',
|
|
27715
|
+
explorers: [
|
|
27716
|
+
{
|
|
27717
|
+
name: 'Blockscout',
|
|
27718
|
+
url: 'https://scan.orangechain.xyz',
|
|
27719
|
+
icon: 'orange',
|
|
27720
|
+
standard: 'EIP3091'
|
|
27721
|
+
}
|
|
27722
|
+
],
|
|
27723
|
+
iconURL: 'https://ipfs.io/ipfs/QmWcaVLcPYBxi76HYJc4qudLJwXtfNCDJieLHAs632jMEA'
|
|
27724
|
+
},
|
|
26117
27725
|
61406: {
|
|
26118
27726
|
name: 'KaiChain',
|
|
26119
27727
|
chain: 'KaiChain',
|
|
@@ -26341,6 +27949,29 @@ exports.chains = {
|
|
|
26341
27949
|
],
|
|
26342
27950
|
iconURL: 'https://ipfs.io/ipfs/QmVhG7xeTc78ibQunQ5sBJ4533r9FDM2xUCQKV72DPd1ux'
|
|
26343
27951
|
},
|
|
27952
|
+
62850: {
|
|
27953
|
+
name: 'LAOS Sigma Testnet',
|
|
27954
|
+
title: 'LAOS Sigma Testnet',
|
|
27955
|
+
chain: 'LAOS Sigma Testnet',
|
|
27956
|
+
rpc: [
|
|
27957
|
+
'https://rpc.laossigma.laosfoundation.io',
|
|
27958
|
+
'wss://rpc.laossigma.laosfoundation.io'
|
|
27959
|
+
],
|
|
27960
|
+
faucets: [],
|
|
27961
|
+
nativeCurrency: { name: 'SIGMA', symbol: 'SIGMA', decimals: 18 },
|
|
27962
|
+
infoURL: 'https://laosnetwork.io',
|
|
27963
|
+
shortName: 'laossigma',
|
|
27964
|
+
chainId: 62850,
|
|
27965
|
+
networkId: 62850,
|
|
27966
|
+
explorers: [
|
|
27967
|
+
{
|
|
27968
|
+
name: 'blockscout',
|
|
27969
|
+
url: 'https://sigma.explorer.laosnetwork.io',
|
|
27970
|
+
icon: 'blockscout',
|
|
27971
|
+
standard: 'EIP3091'
|
|
27972
|
+
}
|
|
27973
|
+
]
|
|
27974
|
+
},
|
|
26344
27975
|
63000: {
|
|
26345
27976
|
name: 'eCredits Mainnet',
|
|
26346
27977
|
chain: 'ECS',
|
|
@@ -26384,6 +28015,50 @@ exports.chains = {
|
|
|
26384
28015
|
],
|
|
26385
28016
|
iconURL: 'https://ipfs.io/ipfs/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY'
|
|
26386
28017
|
},
|
|
28018
|
+
65349: {
|
|
28019
|
+
name: 'CratD2C Testnet',
|
|
28020
|
+
chain: 'CRATD2C',
|
|
28021
|
+
rpc: [
|
|
28022
|
+
'https://cratd2c-testnet-node1.cratd2csmartchain.io/',
|
|
28023
|
+
'https://cratd2c-testnet-node2.cratd2csmartchain.io/'
|
|
28024
|
+
],
|
|
28025
|
+
faucets: [],
|
|
28026
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
28027
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
28028
|
+
shortName: 'cratd2c-testnet',
|
|
28029
|
+
chainId: 65349,
|
|
28030
|
+
networkId: 65349,
|
|
28031
|
+
explorers: [
|
|
28032
|
+
{
|
|
28033
|
+
name: 'Blockscout',
|
|
28034
|
+
url: 'https://explorer-testnet.cratd2csmartchain.io',
|
|
28035
|
+
icon: 'blockscout',
|
|
28036
|
+
standard: 'EIP3091'
|
|
28037
|
+
}
|
|
28038
|
+
]
|
|
28039
|
+
},
|
|
28040
|
+
65357: {
|
|
28041
|
+
name: 'Vecno Mainnet',
|
|
28042
|
+
chain: 'VE',
|
|
28043
|
+
rpc: ['https://rpc.vecno.org'],
|
|
28044
|
+
faucets: [],
|
|
28045
|
+
nativeCurrency: { name: 'Vecno', symbol: 'VE', decimals: 18 },
|
|
28046
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
28047
|
+
infoURL: 'https://vecno.org',
|
|
28048
|
+
shortName: 've',
|
|
28049
|
+
chainId: 65357,
|
|
28050
|
+
networkId: 65357,
|
|
28051
|
+
icon: 'vecno',
|
|
28052
|
+
explorers: [
|
|
28053
|
+
{
|
|
28054
|
+
name: 'vecno',
|
|
28055
|
+
url: 'https://explorer.vecno.org',
|
|
28056
|
+
icon: 'blockscout',
|
|
28057
|
+
standard: 'EIP3091'
|
|
28058
|
+
}
|
|
28059
|
+
],
|
|
28060
|
+
iconURL: 'https://ipfs.io/ipfs/QmXPmM55AvkpEmqCvfP9YNQV1xsRdsPZDzwp6QHVThw6Wv'
|
|
28061
|
+
},
|
|
26387
28062
|
65450: {
|
|
26388
28063
|
name: 'Scolcoin Mainnet',
|
|
26389
28064
|
chain: 'SCOLWEI',
|
|
@@ -26404,6 +28079,20 @@ exports.chains = {
|
|
|
26404
28079
|
],
|
|
26405
28080
|
iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
|
|
26406
28081
|
},
|
|
28082
|
+
65536: {
|
|
28083
|
+
name: 'Automata Mainnet',
|
|
28084
|
+
chain: 'Automata Mainnet',
|
|
28085
|
+
rpc: [],
|
|
28086
|
+
faucets: [],
|
|
28087
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
28088
|
+
infoURL: 'https://ata.network',
|
|
28089
|
+
shortName: 'automatamainnet',
|
|
28090
|
+
chainId: 65536,
|
|
28091
|
+
networkId: 65536,
|
|
28092
|
+
icon: 'automata',
|
|
28093
|
+
explorers: [],
|
|
28094
|
+
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
28095
|
+
},
|
|
26407
28096
|
66988: {
|
|
26408
28097
|
name: 'Janus Testnet',
|
|
26409
28098
|
chain: 'JanusNetwork',
|
|
@@ -26836,7 +28525,7 @@ exports.chains = {
|
|
|
26836
28525
|
chain: 'GEEK',
|
|
26837
28526
|
rpc: ['https://rpc.geekout-pte.com'],
|
|
26838
28527
|
faucets: [],
|
|
26839
|
-
nativeCurrency: { name: '
|
|
28528
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
26840
28529
|
infoURL: 'https://www.geekout-pte.com',
|
|
26841
28530
|
shortName: 'GEEK',
|
|
26842
28531
|
chainId: 75512,
|
|
@@ -26854,7 +28543,7 @@ exports.chains = {
|
|
|
26854
28543
|
chain: 'GEEK Test',
|
|
26855
28544
|
rpc: ['https://rpc-testnet.geekout-pte.com'],
|
|
26856
28545
|
faucets: [],
|
|
26857
|
-
nativeCurrency: { name: '
|
|
28546
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
26858
28547
|
infoURL: 'https://www.geekout-pte.com',
|
|
26859
28548
|
shortName: 'GEEK_Test',
|
|
26860
28549
|
chainId: 75513,
|
|
@@ -26936,6 +28625,19 @@ exports.chains = {
|
|
|
26936
28625
|
],
|
|
26937
28626
|
iconURL: 'https://ipfs.io/ipfs/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4'
|
|
26938
28627
|
},
|
|
28628
|
+
77677: {
|
|
28629
|
+
name: 'Cycle Network Mainnet Sailboat',
|
|
28630
|
+
chain: 'ETH',
|
|
28631
|
+
rpc: ['https://sailboat-rpc-mainnet.cyclenetwork.io'],
|
|
28632
|
+
faucets: [],
|
|
28633
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28634
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
|
28635
|
+
shortName: 'cycles',
|
|
28636
|
+
chainId: 77677,
|
|
28637
|
+
networkId: 77677,
|
|
28638
|
+
icon: 'cycle',
|
|
28639
|
+
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
28640
|
+
},
|
|
26939
28641
|
77777: {
|
|
26940
28642
|
name: 'Toronet Mainnet',
|
|
26941
28643
|
chain: 'Toronet',
|
|
@@ -27156,6 +28858,27 @@ exports.chains = {
|
|
|
27156
28858
|
],
|
|
27157
28859
|
iconURL: 'https://ipfs.io/ipfs/QmRNqgazYuxUa5WdddFPftTWiP3KwzBMgV9Z19QWnLMETc'
|
|
27158
28860
|
},
|
|
28861
|
+
80008: {
|
|
28862
|
+
name: 'Polynomia Sepolia',
|
|
28863
|
+
chain: 'polynomialSepolia',
|
|
28864
|
+
rpc: ['https://rpc.sepolia.polynomial.fi'],
|
|
28865
|
+
faucets: [],
|
|
28866
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28867
|
+
infoURL: 'https://polynomial.fi',
|
|
28868
|
+
shortName: 'polynomialSepolia',
|
|
28869
|
+
chainId: 80008,
|
|
28870
|
+
networkId: 80008,
|
|
28871
|
+
icon: 'polynomialSepolia',
|
|
28872
|
+
explorers: [
|
|
28873
|
+
{
|
|
28874
|
+
name: 'Polynomial Sepolia Explorer',
|
|
28875
|
+
url: 'https://sepolia.polynomialscan.io',
|
|
28876
|
+
standard: 'none',
|
|
28877
|
+
icon: 'polynomialSepolia'
|
|
28878
|
+
}
|
|
28879
|
+
],
|
|
28880
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeidr3h4onsdhjojrck7tqysrmnduzhgzdhf3l5uqake6w6474vvuha'
|
|
28881
|
+
},
|
|
27159
28882
|
80084: {
|
|
27160
28883
|
name: 'Berachain bArtio',
|
|
27161
28884
|
chain: 'Berachain bArtio',
|
|
@@ -27448,6 +29171,29 @@ exports.chains = {
|
|
|
27448
29171
|
}
|
|
27449
29172
|
]
|
|
27450
29173
|
},
|
|
29174
|
+
83144: {
|
|
29175
|
+
name: 'Xprotocol Testnet',
|
|
29176
|
+
chainId: 83144,
|
|
29177
|
+
shortName: 'xprotocoltestnet',
|
|
29178
|
+
chain: 'Xprotocol Testnet',
|
|
29179
|
+
networkId: 83144,
|
|
29180
|
+
nativeCurrency: {
|
|
29181
|
+
name: 'KICK Testnet Token',
|
|
29182
|
+
symbol: 'KICK',
|
|
29183
|
+
decimals: 18
|
|
29184
|
+
},
|
|
29185
|
+
rpc: ['https://rpc.testnet.xprotocol.org'],
|
|
29186
|
+
faucets: ['https://xprotocol.org/faucets'],
|
|
29187
|
+
explorers: [
|
|
29188
|
+
{
|
|
29189
|
+
name: 'Blockscout',
|
|
29190
|
+
url: 'https://explorer.testnet.xprotocol.org',
|
|
29191
|
+
standard: 'EIP3091'
|
|
29192
|
+
}
|
|
29193
|
+
],
|
|
29194
|
+
parent: { type: 'L2', chain: 'eip155-84532' },
|
|
29195
|
+
infoURL: 'https://xprotocol.org/'
|
|
29196
|
+
},
|
|
27451
29197
|
83872: {
|
|
27452
29198
|
name: 'ZEDXION',
|
|
27453
29199
|
chain: 'ZEDXION',
|
|
@@ -27584,20 +29330,42 @@ exports.chains = {
|
|
|
27584
29330
|
iconURL: 'https://ipfs.io/ipfs/QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM'
|
|
27585
29331
|
},
|
|
27586
29332
|
88559: {
|
|
27587
|
-
name: '
|
|
29333
|
+
name: 'InoAi',
|
|
27588
29334
|
chain: 'INOAI',
|
|
27589
29335
|
faucets: [],
|
|
27590
29336
|
rpc: ['https://inoai-network.com'],
|
|
27591
|
-
nativeCurrency: { name: '
|
|
27592
|
-
infoURL: 'https://inoai.info',
|
|
27593
|
-
shortName: '
|
|
29337
|
+
nativeCurrency: { name: 'InoAi', symbol: 'INO', decimals: 18 },
|
|
29338
|
+
infoURL: 'https://docs.inoai.info/',
|
|
29339
|
+
shortName: 'INO',
|
|
27594
29340
|
chainId: 88559,
|
|
27595
29341
|
networkId: 88559,
|
|
27596
29342
|
icon: 'inoai',
|
|
27597
29343
|
explorers: [
|
|
27598
|
-
{
|
|
29344
|
+
{
|
|
29345
|
+
name: 'inoai.live',
|
|
29346
|
+
url: 'https://inoai.live',
|
|
29347
|
+
standard: 'EIP3091'
|
|
29348
|
+
}
|
|
27599
29349
|
],
|
|
27600
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
29350
|
+
iconURL: 'https://ipfs.io/ipfs/QmdiEBREiSP9TBHqxV8Ap3kehvBktBWFCpXs3mkC4e18zM'
|
|
29351
|
+
},
|
|
29352
|
+
88800: {
|
|
29353
|
+
name: 'ZKasino Mainnet',
|
|
29354
|
+
chain: 'ZKasino',
|
|
29355
|
+
rpc: ['https://rpc.zkas.zeeve.net'],
|
|
29356
|
+
faucets: [],
|
|
29357
|
+
nativeCurrency: { name: 'ZKAS', symbol: 'ZKAS', decimals: 18 },
|
|
29358
|
+
infoURL: '',
|
|
29359
|
+
shortName: 'ZKasino',
|
|
29360
|
+
chainId: 88800,
|
|
29361
|
+
networkId: 88800,
|
|
29362
|
+
explorers: [
|
|
29363
|
+
{
|
|
29364
|
+
name: 'Tracehawk',
|
|
29365
|
+
url: 'https://explorer.zkas.zeeve.net',
|
|
29366
|
+
standard: 'none'
|
|
29367
|
+
}
|
|
29368
|
+
]
|
|
27601
29369
|
},
|
|
27602
29370
|
88817: {
|
|
27603
29371
|
name: 'Unit Zero Testnet',
|
|
@@ -27897,6 +29665,24 @@ exports.chains = {
|
|
|
27897
29665
|
],
|
|
27898
29666
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayuuzfpcgwjll4us4hquvpqa5gwq3lbiedv4qftmlwcxhcyjzzpq'
|
|
27899
29667
|
},
|
|
29668
|
+
93747: {
|
|
29669
|
+
name: 'StratoVM Testnet',
|
|
29670
|
+
chain: 'StratoVM',
|
|
29671
|
+
rpc: ['https://rpc.stratovm.io'],
|
|
29672
|
+
faucets: [],
|
|
29673
|
+
nativeCurrency: { name: 'SVM', symbol: 'SVM', decimals: 18 },
|
|
29674
|
+
infoURL: 'https://www.stratovm.io/',
|
|
29675
|
+
shortName: 'stratovm',
|
|
29676
|
+
chainId: 93747,
|
|
29677
|
+
networkId: 93747,
|
|
29678
|
+
explorers: [
|
|
29679
|
+
{
|
|
29680
|
+
name: 'StratoVM Block Explorer',
|
|
29681
|
+
url: 'https://explorer.stratovm.io',
|
|
29682
|
+
standard: 'none'
|
|
29683
|
+
}
|
|
29684
|
+
]
|
|
29685
|
+
},
|
|
27900
29686
|
96970: {
|
|
27901
29687
|
name: 'Mantis Testnet (Hexapod)',
|
|
27902
29688
|
chain: 'Mantis',
|
|
@@ -27947,6 +29733,28 @@ exports.chains = {
|
|
|
27947
29733
|
],
|
|
27948
29734
|
status: 'deprecated'
|
|
27949
29735
|
},
|
|
29736
|
+
97435: {
|
|
29737
|
+
name: 'SlingShot Testnet',
|
|
29738
|
+
chain: 'SLING',
|
|
29739
|
+
rpc: ['https://rpc-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz'],
|
|
29740
|
+
faucets: [],
|
|
29741
|
+
nativeCurrency: { name: 'Sling Test', symbol: 'SLINGT', decimals: 18 },
|
|
29742
|
+
features: [{ name: 'EIP155' }],
|
|
29743
|
+
infoURL: 'https://slingshotdao.com',
|
|
29744
|
+
shortName: 'sling',
|
|
29745
|
+
chainId: 97435,
|
|
29746
|
+
networkId: 97435,
|
|
29747
|
+
icon: 'slingshot',
|
|
29748
|
+
explorers: [
|
|
29749
|
+
{
|
|
29750
|
+
name: 'SlingShot Test Explorer',
|
|
29751
|
+
url: 'https://explorer-dependent-emerald-whippet-gh6kch3nen.t.conduit.xyz',
|
|
29752
|
+
icon: 'slingshot',
|
|
29753
|
+
standard: 'EIP3091'
|
|
29754
|
+
}
|
|
29755
|
+
],
|
|
29756
|
+
iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
|
|
29757
|
+
},
|
|
27950
29758
|
97531: {
|
|
27951
29759
|
name: 'Green Chain Testnet',
|
|
27952
29760
|
chain: 'Green Chain',
|
|
@@ -28234,7 +30042,7 @@ exports.chains = {
|
|
|
28234
30042
|
100009: {
|
|
28235
30043
|
name: 'VeChain',
|
|
28236
30044
|
chain: 'VeChain',
|
|
28237
|
-
rpc: [],
|
|
30045
|
+
rpc: ['https://rpc-mainnet.vechain.energy'],
|
|
28238
30046
|
faucets: [],
|
|
28239
30047
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
|
28240
30048
|
infoURL: 'https://vechain.org',
|
|
@@ -28257,7 +30065,7 @@ exports.chains = {
|
|
|
28257
30065
|
100010: {
|
|
28258
30066
|
name: 'VeChain Testnet',
|
|
28259
30067
|
chain: 'VeChain',
|
|
28260
|
-
rpc: [],
|
|
30068
|
+
rpc: ['https://rpc-testnet.vechain.energy'],
|
|
28261
30069
|
faucets: ['https://faucet.vecha.in'],
|
|
28262
30070
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
|
28263
30071
|
infoURL: 'https://vechain.org',
|
|
@@ -28647,6 +30455,25 @@ exports.chains = {
|
|
|
28647
30455
|
networkId: 110011,
|
|
28648
30456
|
parent: { type: 'L2', chain: 'eip155-110000' }
|
|
28649
30457
|
},
|
|
30458
|
+
110110: {
|
|
30459
|
+
name: 'Mars Credit',
|
|
30460
|
+
chain: 'MARS',
|
|
30461
|
+
rpc: [
|
|
30462
|
+
'https://node99-production-dd5f.up.railway.app:443',
|
|
30463
|
+
'https://rpc.marscredit.xyz:443'
|
|
30464
|
+
],
|
|
30465
|
+
faucets: [],
|
|
30466
|
+
nativeCurrency: { name: 'Mars Credit', symbol: 'MARS', decimals: 18 },
|
|
30467
|
+
infoURL: 'https://marscredit.xyz/',
|
|
30468
|
+
shortName: 'mars',
|
|
30469
|
+
chainId: 110110,
|
|
30470
|
+
networkId: 110110,
|
|
30471
|
+
slip44: 1,
|
|
30472
|
+
icon: 'marscredit',
|
|
30473
|
+
explorers: [],
|
|
30474
|
+
redFlags: [],
|
|
30475
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiaqvko45oh3bppsx57i73ajopgm2nsy4v6a22wwrbhbaoe5olwwlm'
|
|
30476
|
+
},
|
|
28650
30477
|
111000: {
|
|
28651
30478
|
name: 'Siberium Test Network',
|
|
28652
30479
|
chain: 'SBR',
|
|
@@ -28700,7 +30527,12 @@ exports.chains = {
|
|
|
28700
30527
|
name: 're.al',
|
|
28701
30528
|
title: 're.al Real-World Assets network',
|
|
28702
30529
|
chain: 're.al',
|
|
28703
|
-
rpc: [
|
|
30530
|
+
rpc: [
|
|
30531
|
+
'https://tangible-real.gateway.tenderly.co',
|
|
30532
|
+
'wss://tangible-real.gateway.tenderly.co',
|
|
30533
|
+
'https://real.drpc.org',
|
|
30534
|
+
'wss://real.drpc.org'
|
|
30535
|
+
],
|
|
28704
30536
|
nativeCurrency: { name: 're.al Ether', symbol: 'reETH', decimals: 18 },
|
|
28705
30537
|
infoURL: 'https://re.al',
|
|
28706
30538
|
faucets: [],
|
|
@@ -28772,6 +30604,25 @@ exports.chains = {
|
|
|
28772
30604
|
],
|
|
28773
30605
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
28774
30606
|
},
|
|
30607
|
+
123321: {
|
|
30608
|
+
name: 'Gemchain',
|
|
30609
|
+
chain: 'Gemchain',
|
|
30610
|
+
rpc: ['https://evm-rpc.gemchain.org'],
|
|
30611
|
+
faucets: [],
|
|
30612
|
+
nativeCurrency: { name: 'GEM', symbol: 'GEM', decimals: 18 },
|
|
30613
|
+
infoURL: 'https://gemchain.org',
|
|
30614
|
+
shortName: 'gemchain',
|
|
30615
|
+
chainId: 123321,
|
|
30616
|
+
networkId: 123321,
|
|
30617
|
+
slip44: 1,
|
|
30618
|
+
explorers: [
|
|
30619
|
+
{
|
|
30620
|
+
name: 'Gemchain Scan',
|
|
30621
|
+
url: 'https://scan.gemchain.org',
|
|
30622
|
+
standard: 'EIP3091'
|
|
30623
|
+
}
|
|
30624
|
+
]
|
|
30625
|
+
},
|
|
28775
30626
|
123456: {
|
|
28776
30627
|
name: 'ADIL Devnet',
|
|
28777
30628
|
chain: 'ADIL',
|
|
@@ -29110,6 +30961,48 @@ exports.chains = {
|
|
|
29110
30961
|
],
|
|
29111
30962
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
29112
30963
|
},
|
|
30964
|
+
175177: {
|
|
30965
|
+
name: 'Chronicle - Lit Protocol Testnet',
|
|
30966
|
+
chain: 'LPC',
|
|
30967
|
+
icon: 'lit',
|
|
30968
|
+
rpc: ['https://chain-rpc.litprotocol.com/http'],
|
|
30969
|
+
faucets: ['https://faucet.litprotocol.com'],
|
|
30970
|
+
nativeCurrency: { name: 'Test LIT', symbol: 'tstLIT', decimals: 18 },
|
|
30971
|
+
infoURL: 'https://developer.litprotocol.com/v3/network/rollup',
|
|
30972
|
+
shortName: 'lpc',
|
|
30973
|
+
chainId: 175177,
|
|
30974
|
+
networkId: 175177,
|
|
30975
|
+
explorers: [
|
|
30976
|
+
{
|
|
30977
|
+
name: 'Lit Chronicle Explorer',
|
|
30978
|
+
url: 'https://chain.litprotocol.com',
|
|
30979
|
+
icon: 'lit',
|
|
30980
|
+
standard: 'EIP3091'
|
|
30981
|
+
}
|
|
30982
|
+
],
|
|
30983
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
30984
|
+
},
|
|
30985
|
+
175188: {
|
|
30986
|
+
name: 'Chronicle Yellowstone - Lit Protocol Testnet',
|
|
30987
|
+
chain: 'LPY',
|
|
30988
|
+
icon: 'lit',
|
|
30989
|
+
rpc: ['https://yellowstone-rpc.litprotocol.com'],
|
|
30990
|
+
faucets: ['https://developer.litprotocol.com/support/intro'],
|
|
30991
|
+
nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
|
|
30992
|
+
infoURL: 'https://litprotocol.com',
|
|
30993
|
+
shortName: 'lpy',
|
|
30994
|
+
chainId: 175188,
|
|
30995
|
+
networkId: 175188,
|
|
30996
|
+
explorers: [
|
|
30997
|
+
{
|
|
30998
|
+
name: 'Lit Chronicle Yellowstone Explorer',
|
|
30999
|
+
url: 'https://yellowstone-explorer.litprotocol.com',
|
|
31000
|
+
icon: 'lit',
|
|
31001
|
+
standard: 'EIP3091'
|
|
31002
|
+
}
|
|
31003
|
+
],
|
|
31004
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
31005
|
+
},
|
|
29113
31006
|
188710: {
|
|
29114
31007
|
name: 'Bitica Chain Mainnet',
|
|
29115
31008
|
chain: 'BDCC',
|
|
@@ -29168,6 +31061,26 @@ exports.chains = {
|
|
|
29168
31061
|
chainId: 192940,
|
|
29169
31062
|
networkId: 192940
|
|
29170
31063
|
},
|
|
31064
|
+
199991: {
|
|
31065
|
+
name: 'MAZZE Testnet',
|
|
31066
|
+
chain: 'MAZZE Testnet',
|
|
31067
|
+
icon: 'mazze',
|
|
31068
|
+
rpc: ['https://testnet-rpc.mazze.io/'],
|
|
31069
|
+
faucets: ['https://faucet.mazze.io/'],
|
|
31070
|
+
nativeCurrency: { name: 'MAZZE Testnet', symbol: 'MAZZE', decimals: 18 },
|
|
31071
|
+
infoURL: 'https://mazze.io/',
|
|
31072
|
+
shortName: 'MAZZE',
|
|
31073
|
+
chainId: 199991,
|
|
31074
|
+
networkId: 199991,
|
|
31075
|
+
explorers: [
|
|
31076
|
+
{
|
|
31077
|
+
name: 'MAZZE Testnet Explorer',
|
|
31078
|
+
url: 'https://mazzescan.io',
|
|
31079
|
+
standard: 'none'
|
|
31080
|
+
}
|
|
31081
|
+
],
|
|
31082
|
+
iconURL: 'https://ipfs.io/ipfs/QmaR9Ud3aD7RaHYdsi3TdC1qx4zVusM76nd91s3Ghaz5fa'
|
|
31083
|
+
},
|
|
29171
31084
|
200000: {
|
|
29172
31085
|
name: 'xFair.AI Testnet',
|
|
29173
31086
|
chain: 'FAIT',
|
|
@@ -29718,6 +31631,28 @@ exports.chains = {
|
|
|
29718
31631
|
],
|
|
29719
31632
|
iconURL: 'https://ipfs.io/ipfs/bafkreibjxqd5kqcc2shstjjujvxzg6cwegwr6dgjyyd56v6h7yusgks7sy'
|
|
29720
31633
|
},
|
|
31634
|
+
229772: {
|
|
31635
|
+
name: 'Abyss Protocol',
|
|
31636
|
+
chain: 'Abyss Protocol Testnet',
|
|
31637
|
+
rpc: ['https://testnet.rpc.abyssprotocol.ai/'],
|
|
31638
|
+
faucets: ['https://faucet.abyssprotocol.ai/'],
|
|
31639
|
+
nativeCurrency: { name: 'AbyssETH', symbol: 'aETH', decimals: 18 },
|
|
31640
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31641
|
+
infoURL: 'https://abyssprotocol.ai/',
|
|
31642
|
+
shortName: 'abyss',
|
|
31643
|
+
chainId: 229772,
|
|
31644
|
+
networkId: 229772,
|
|
31645
|
+
icon: 'abyss',
|
|
31646
|
+
explorers: [
|
|
31647
|
+
{
|
|
31648
|
+
name: 'blockscout',
|
|
31649
|
+
url: 'https://testnet.abyssprotocol.ai',
|
|
31650
|
+
icon: 'blockscout',
|
|
31651
|
+
standard: 'EIP3091'
|
|
31652
|
+
}
|
|
31653
|
+
],
|
|
31654
|
+
iconURL: 'https://ipfs.io/ipfs/Qmeaa9TSsdUuJtRRX9DWX3iuQ4bypTQfctGciuKsFkKL8C'
|
|
31655
|
+
},
|
|
29721
31656
|
230315: {
|
|
29722
31657
|
name: 'HashKey Chain Testnet(discard)',
|
|
29723
31658
|
chain: 'HashKey',
|
|
@@ -29933,6 +31868,28 @@ exports.chains = {
|
|
|
29933
31868
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
29934
31869
|
iconURL: 'https://ipfs.io/ipfs/QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn'
|
|
29935
31870
|
},
|
|
31871
|
+
292003: {
|
|
31872
|
+
name: 'Cipherem Testnet',
|
|
31873
|
+
chain: 'Cipherem',
|
|
31874
|
+
rpc: ['https://testnet.cipherem.com'],
|
|
31875
|
+
faucets: [],
|
|
31876
|
+
nativeCurrency: { name: 'CIP', symbol: 'CIP', decimals: 18 },
|
|
31877
|
+
infoURL: 'https://www.cipherem.com',
|
|
31878
|
+
shortName: 'CIP',
|
|
31879
|
+
chainId: 292003,
|
|
31880
|
+
networkId: 292003,
|
|
31881
|
+
slip44: 1,
|
|
31882
|
+
icon: 'cipherem',
|
|
31883
|
+
explorers: [
|
|
31884
|
+
{
|
|
31885
|
+
name: 'Cipherscan Testnet Explorer',
|
|
31886
|
+
icon: 'cipherscan',
|
|
31887
|
+
url: 'https://cipherscan.net',
|
|
31888
|
+
standard: 'EIP3091'
|
|
31889
|
+
}
|
|
31890
|
+
],
|
|
31891
|
+
iconURL: 'https://ipfs.io/ipfs/QmP8oHKtqUiSxmNcZMFMy5DSFCZQm17uF32FEHojx8HQ5z'
|
|
31892
|
+
},
|
|
29936
31893
|
309075: {
|
|
29937
31894
|
name: 'One World Chain Mainnet',
|
|
29938
31895
|
chain: 'One World Chain',
|
|
@@ -30061,6 +32018,46 @@ exports.chains = {
|
|
|
30061
32018
|
],
|
|
30062
32019
|
iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
|
|
30063
32020
|
},
|
|
32021
|
+
327126: {
|
|
32022
|
+
name: 'WABA Chain Testnet',
|
|
32023
|
+
chain: 'WABA Testnet',
|
|
32024
|
+
icon: 'waba',
|
|
32025
|
+
rpc: ['https://rpc.wabaworld.com'],
|
|
32026
|
+
faucets: [],
|
|
32027
|
+
nativeCurrency: { name: 'WABA', symbol: 'WABA', decimals: 18 },
|
|
32028
|
+
infoURL: 'https://www.wabanetwork.org',
|
|
32029
|
+
shortName: 'waba',
|
|
32030
|
+
chainId: 327126,
|
|
32031
|
+
networkId: 327126,
|
|
32032
|
+
explorers: [
|
|
32033
|
+
{
|
|
32034
|
+
name: 'blockscout',
|
|
32035
|
+
url: 'https://explorer.wabaworld.com',
|
|
32036
|
+
standard: 'none'
|
|
32037
|
+
}
|
|
32038
|
+
],
|
|
32039
|
+
iconURL: 'https://ipfs.io/ipfs/QmX3NPsVTaBQDBySzMKZLVJhN4kakkAwrfz9mrqmUhNzUU'
|
|
32040
|
+
},
|
|
32041
|
+
328527: {
|
|
32042
|
+
name: 'Nal Mainnet',
|
|
32043
|
+
chain: 'ETH',
|
|
32044
|
+
icon: 'nal',
|
|
32045
|
+
rpc: ['https://rpc.nal.network', 'wss://wss.nal.network'],
|
|
32046
|
+
faucets: [],
|
|
32047
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32048
|
+
infoURL: 'https://www.nal.network',
|
|
32049
|
+
shortName: 'nal',
|
|
32050
|
+
chainId: 328527,
|
|
32051
|
+
networkId: 328527,
|
|
32052
|
+
explorers: [
|
|
32053
|
+
{
|
|
32054
|
+
name: 'Nal Network Explorer',
|
|
32055
|
+
url: 'https://scan.nal.network',
|
|
32056
|
+
standard: 'EIP3091'
|
|
32057
|
+
}
|
|
32058
|
+
],
|
|
32059
|
+
iconURL: 'https://ipfs.io/ipfs/QmZLZHX18YUswejxo1JFNPx5EwMsVhUwBeBWEcd1JUHAK5'
|
|
32060
|
+
},
|
|
30064
32061
|
330844: {
|
|
30065
32062
|
name: 'TTcoin Smart Chain Mainnet',
|
|
30066
32063
|
chain: 'TSC',
|
|
@@ -30431,9 +32428,9 @@ exports.chains = {
|
|
|
30431
32428
|
chain: 'AIE',
|
|
30432
32429
|
rpc: ['https://rpc1-testnet.aiechain.io'],
|
|
30433
32430
|
faucets: [],
|
|
30434
|
-
nativeCurrency: { name: 'AIE', symbol: '
|
|
32431
|
+
nativeCurrency: { name: 'AIE', symbol: 'AIE', decimals: 18 },
|
|
30435
32432
|
infoURL: 'https://testnet.aiescan.io',
|
|
30436
|
-
shortName: '
|
|
32433
|
+
shortName: 'aie',
|
|
30437
32434
|
chainId: 413413,
|
|
30438
32435
|
networkId: 413413,
|
|
30439
32436
|
icon: 'aie',
|
|
@@ -30787,6 +32784,39 @@ exports.chains = {
|
|
|
30787
32784
|
}
|
|
30788
32785
|
]
|
|
30789
32786
|
},
|
|
32787
|
+
484752: {
|
|
32788
|
+
name: 'World Chain Sepolia Testnet Deprecated',
|
|
32789
|
+
status: 'deprecated',
|
|
32790
|
+
chain: 'ETH',
|
|
32791
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
32792
|
+
infoURL: 'https://worldcoin.org/',
|
|
32793
|
+
shortName: 'wcsep-dep',
|
|
32794
|
+
rpc: [],
|
|
32795
|
+
faucets: [],
|
|
32796
|
+
chainId: 484752,
|
|
32797
|
+
networkId: 484752,
|
|
32798
|
+
slip44: 1
|
|
32799
|
+
},
|
|
32800
|
+
486487: {
|
|
32801
|
+
name: 'Gobbl Testnet',
|
|
32802
|
+
chain: 'Gobbl Testnet',
|
|
32803
|
+
rpc: ['https://rpc.gobbl.io'],
|
|
32804
|
+
faucets: ['https://faucet.gobbl.io'],
|
|
32805
|
+
nativeCurrency: { name: 'Gobbl Token', symbol: 'GOBBL', decimals: 18 },
|
|
32806
|
+
infoURL: 'https://www.gobbl.io/',
|
|
32807
|
+
shortName: 'gbl-testnet',
|
|
32808
|
+
chainId: 486487,
|
|
32809
|
+
networkId: 486487,
|
|
32810
|
+
icon: 'gobbl',
|
|
32811
|
+
explorers: [
|
|
32812
|
+
{
|
|
32813
|
+
name: 'Gobbl Testnet Explorer',
|
|
32814
|
+
url: 'https://explorer.gobbl.io',
|
|
32815
|
+
standard: 'EIP3091'
|
|
32816
|
+
}
|
|
32817
|
+
],
|
|
32818
|
+
iconURL: 'https://ipfs.io/ipfs/QmQbJTFnUfWf31d16beZfqM4Fo5NRJjryNrDMyNfj9YQnS'
|
|
32819
|
+
},
|
|
30790
32820
|
490000: {
|
|
30791
32821
|
name: 'Autonomys Testnet Nova Domain',
|
|
30792
32822
|
chain: 'TATC',
|
|
@@ -31417,6 +33447,24 @@ exports.chains = {
|
|
|
31417
33447
|
],
|
|
31418
33448
|
iconURL: 'https://ipfs.io/ipfs/QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv'
|
|
31419
33449
|
},
|
|
33450
|
+
752024: {
|
|
33451
|
+
name: 'Ternoa Testnet',
|
|
33452
|
+
chain: 'Ternoa',
|
|
33453
|
+
rpc: ['https://rpc.zkevm.ternoa.network'],
|
|
33454
|
+
faucets: ['https://faucet.zkevm.ternoa.network'],
|
|
33455
|
+
nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
|
|
33456
|
+
infoURL: '',
|
|
33457
|
+
shortName: 'ternoa',
|
|
33458
|
+
chainId: 752024,
|
|
33459
|
+
networkId: 7502024,
|
|
33460
|
+
explorers: [
|
|
33461
|
+
{
|
|
33462
|
+
name: 'Tracehawk',
|
|
33463
|
+
url: 'https://explorer.zkevm.ternoa.network',
|
|
33464
|
+
standard: 'none'
|
|
33465
|
+
}
|
|
33466
|
+
]
|
|
33467
|
+
},
|
|
31420
33468
|
761412: {
|
|
31421
33469
|
name: 'Miexs Smartchain',
|
|
31422
33470
|
chain: 'MiexsSmartchain',
|
|
@@ -31538,6 +33586,36 @@ exports.chains = {
|
|
|
31538
33586
|
],
|
|
31539
33587
|
iconURL: 'https://ipfs.io/ipfs/QmNnaDZRoMz9aoho35TGHBY5zD16P39cgPpw3z3jnkDHHB'
|
|
31540
33588
|
},
|
|
33589
|
+
808813: {
|
|
33590
|
+
name: 'BOB Sepolia',
|
|
33591
|
+
chain: 'ETH',
|
|
33592
|
+
rpc: [
|
|
33593
|
+
'https://bob-sepolia.rpc.gobob.xyz',
|
|
33594
|
+
'wss://bob-sepolia.rpc.gobob.xyz'
|
|
33595
|
+
],
|
|
33596
|
+
faucets: [],
|
|
33597
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
33598
|
+
infoURL: 'https://gobob.xyz',
|
|
33599
|
+
shortName: 'bob-sepolia',
|
|
33600
|
+
chainId: 808813,
|
|
33601
|
+
networkId: 808813,
|
|
33602
|
+
icon: 'bob',
|
|
33603
|
+
explorers: [
|
|
33604
|
+
{
|
|
33605
|
+
name: 'bobscout',
|
|
33606
|
+
url: 'https://bob-sepolia.explorer.gobob.xyz',
|
|
33607
|
+
icon: 'blockscout',
|
|
33608
|
+
standard: 'EIP3091'
|
|
33609
|
+
}
|
|
33610
|
+
],
|
|
33611
|
+
status: 'active',
|
|
33612
|
+
parent: {
|
|
33613
|
+
type: 'L2',
|
|
33614
|
+
chain: 'eip155-11155111',
|
|
33615
|
+
bridges: [{ url: 'https://bob-sepolia.gobob.xyz/' }]
|
|
33616
|
+
},
|
|
33617
|
+
iconURL: 'https://ipfs.io/ipfs/QmaX5iqQTrJD8TBuvoT97xPMG6LYamjPCPnZUUMh12jc99'
|
|
33618
|
+
},
|
|
31541
33619
|
810180: {
|
|
31542
33620
|
name: 'zkLink Nova Mainnet',
|
|
31543
33621
|
chain: 'ETH',
|
|
@@ -31680,6 +33758,24 @@ exports.chains = {
|
|
|
31680
33758
|
],
|
|
31681
33759
|
iconURL: 'https://ipfs.io/ipfs/QmckkDRkuCQWbvhpKGsqa8ajuQvf3W5dekzw5qpiPC6shk'
|
|
31682
33760
|
},
|
|
33761
|
+
840000: {
|
|
33762
|
+
name: 'RUNEVM Testnet',
|
|
33763
|
+
chain: 'RuneVM',
|
|
33764
|
+
rpc: ['https://rpc.runevm.io/'],
|
|
33765
|
+
faucets: ['https://faucet.runevm.io/'],
|
|
33766
|
+
nativeCurrency: { name: 'Test Bitcoin', symbol: 'tBTC', decimals: 8 },
|
|
33767
|
+
infoURL: '',
|
|
33768
|
+
shortName: 'runevm-test',
|
|
33769
|
+
chainId: 840000,
|
|
33770
|
+
networkId: 840000,
|
|
33771
|
+
explorers: [
|
|
33772
|
+
{
|
|
33773
|
+
name: 'Tracehawk',
|
|
33774
|
+
url: 'https://explorer.runevm.io',
|
|
33775
|
+
standard: 'none'
|
|
33776
|
+
}
|
|
33777
|
+
]
|
|
33778
|
+
},
|
|
31683
33779
|
846000: {
|
|
31684
33780
|
name: '4GoodNetwork',
|
|
31685
33781
|
chain: '4GN',
|
|
@@ -32299,15 +34395,21 @@ exports.chains = {
|
|
|
32299
34395
|
1398243: {
|
|
32300
34396
|
name: 'Automata Testnet',
|
|
32301
34397
|
chain: 'Automata Testnet',
|
|
32302
|
-
rpc: [],
|
|
34398
|
+
rpc: ['https://automata-testnet.alt.technology'],
|
|
32303
34399
|
faucets: [],
|
|
32304
|
-
nativeCurrency: { name: '
|
|
34400
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
32305
34401
|
infoURL: 'https://ata.network',
|
|
32306
34402
|
shortName: 'automatatest',
|
|
32307
34403
|
chainId: 1398243,
|
|
32308
34404
|
networkId: 1398243,
|
|
32309
34405
|
icon: 'automata',
|
|
32310
|
-
explorers: [
|
|
34406
|
+
explorers: [
|
|
34407
|
+
{
|
|
34408
|
+
name: 'Automata Testnet Explorer',
|
|
34409
|
+
url: 'https://automata-testnet-explorer.alt.technology',
|
|
34410
|
+
standard: 'EIP3091'
|
|
34411
|
+
}
|
|
34412
|
+
],
|
|
32311
34413
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
32312
34414
|
},
|
|
32313
34415
|
1612127: {
|
|
@@ -32462,6 +34564,24 @@ exports.chains = {
|
|
|
32462
34564
|
chainId: 2611555,
|
|
32463
34565
|
networkId: 2611555
|
|
32464
34566
|
},
|
|
34567
|
+
2702128: {
|
|
34568
|
+
name: 'Xterio Chain',
|
|
34569
|
+
chain: 'Xterio',
|
|
34570
|
+
rpc: ['https://xterio-eth.alt.technology'],
|
|
34571
|
+
faucets: [],
|
|
34572
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
34573
|
+
infoURL: 'https://xter.io',
|
|
34574
|
+
shortName: 'xterio',
|
|
34575
|
+
chainId: 2702128,
|
|
34576
|
+
networkId: 2702128,
|
|
34577
|
+
explorers: [
|
|
34578
|
+
{
|
|
34579
|
+
name: 'Xterio Chain Explorer',
|
|
34580
|
+
url: 'https://eth.xterscan.io',
|
|
34581
|
+
standard: 'EIP3091'
|
|
34582
|
+
}
|
|
34583
|
+
]
|
|
34584
|
+
},
|
|
32465
34585
|
3132023: {
|
|
32466
34586
|
name: 'SaharaAI Network',
|
|
32467
34587
|
chain: 'Sahara',
|
|
@@ -32598,6 +34718,62 @@ exports.chains = {
|
|
|
32598
34718
|
explorers: [],
|
|
32599
34719
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
32600
34720
|
},
|
|
34721
|
+
4444444: {
|
|
34722
|
+
name: 'Altar Testnet',
|
|
34723
|
+
chain: 'Altar',
|
|
34724
|
+
rpc: ['https://altar-rpc.ceremonies.ai/'],
|
|
34725
|
+
faucets: ['https://sepoliafaucet.com/'],
|
|
34726
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
34727
|
+
infoURL: 'https://ceremonies.gitbook.io',
|
|
34728
|
+
shortName: 'altarTestnet',
|
|
34729
|
+
chainId: 4444444,
|
|
34730
|
+
networkId: 4444444,
|
|
34731
|
+
slip44: 1,
|
|
34732
|
+
icon: 'altarTestnet',
|
|
34733
|
+
explorers: [
|
|
34734
|
+
{
|
|
34735
|
+
name: 'altar testnet explorer',
|
|
34736
|
+
url: 'https://altar-explorer.ceremonies.ai',
|
|
34737
|
+
standard: 'none'
|
|
34738
|
+
}
|
|
34739
|
+
],
|
|
34740
|
+
parent: {
|
|
34741
|
+
type: 'L2',
|
|
34742
|
+
chain: 'eip155-11155111',
|
|
34743
|
+
bridges: [
|
|
34744
|
+
{
|
|
34745
|
+
url: 'https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/'
|
|
34746
|
+
}
|
|
34747
|
+
]
|
|
34748
|
+
},
|
|
34749
|
+
iconURL: 'https://ipfs.io/ipfs/QmZiJLjciV6KiuxwDebi7CwRhDzei6KKDuStppzsUGtNfN'
|
|
34750
|
+
},
|
|
34751
|
+
4457845: {
|
|
34752
|
+
name: 'ZERO Testnet (Sepolia)',
|
|
34753
|
+
chain: 'ETH',
|
|
34754
|
+
icon: 'zero-sepolia',
|
|
34755
|
+
rpc: ['https://rpc.zerion.io/v1/zero-sepolia'],
|
|
34756
|
+
parent: {
|
|
34757
|
+
type: 'L2',
|
|
34758
|
+
chain: 'eip155-11155111',
|
|
34759
|
+
bridges: [{ url: 'https://bridge.zero.network' }]
|
|
34760
|
+
},
|
|
34761
|
+
faucets: [],
|
|
34762
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34763
|
+
infoURL: 'https://docs.zero.network',
|
|
34764
|
+
shortName: 'zero-sepolia',
|
|
34765
|
+
chainId: 4457845,
|
|
34766
|
+
networkId: 4457845,
|
|
34767
|
+
slip44: 1,
|
|
34768
|
+
explorers: [
|
|
34769
|
+
{
|
|
34770
|
+
name: 'ZERO Testnet Explorer',
|
|
34771
|
+
url: 'https://explorer.zero.network',
|
|
34772
|
+
standard: 'EIP3091'
|
|
34773
|
+
}
|
|
34774
|
+
],
|
|
34775
|
+
iconURL: 'https://ipfs.io/ipfs/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X'
|
|
34776
|
+
},
|
|
32601
34777
|
5112023: {
|
|
32602
34778
|
name: 'NumBlock Chain',
|
|
32603
34779
|
chain: 'NumBlock',
|
|
@@ -33157,6 +35333,26 @@ exports.chains = {
|
|
|
33157
35333
|
],
|
|
33158
35334
|
iconURL: 'https://ipfs.io/ipfs/QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi'
|
|
33159
35335
|
},
|
|
35336
|
+
10241024: {
|
|
35337
|
+
name: 'AlienX Mainnet',
|
|
35338
|
+
chain: 'AlienX Mainnet',
|
|
35339
|
+
rpc: ['https://rpc.alienxchain.io/http'],
|
|
35340
|
+
faucets: [],
|
|
35341
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
35342
|
+
infoURL: 'https://alienxchain.io/home',
|
|
35343
|
+
shortName: 'AlienX',
|
|
35344
|
+
chainId: 10241024,
|
|
35345
|
+
networkId: 10241024,
|
|
35346
|
+
icon: 'alienx',
|
|
35347
|
+
explorers: [
|
|
35348
|
+
{
|
|
35349
|
+
name: 'AlienXChain Explorer',
|
|
35350
|
+
url: 'https://explorer.alienxchain.io',
|
|
35351
|
+
standard: 'EIP3091'
|
|
35352
|
+
}
|
|
35353
|
+
],
|
|
35354
|
+
iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
|
|
35355
|
+
},
|
|
33160
35356
|
10241025: {
|
|
33161
35357
|
name: 'ALIENX Hal Testnet',
|
|
33162
35358
|
chain: 'ALIENX Hal',
|
|
@@ -33243,6 +35439,66 @@ exports.chains = {
|
|
|
33243
35439
|
}
|
|
33244
35440
|
]
|
|
33245
35441
|
},
|
|
35442
|
+
12052024: {
|
|
35443
|
+
name: 'Memento Testnet',
|
|
35444
|
+
chain: 'Memento',
|
|
35445
|
+
rpc: ['https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'],
|
|
35446
|
+
faucets: [],
|
|
35447
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
35448
|
+
infoURL: '',
|
|
35449
|
+
shortName: 'memento-test',
|
|
35450
|
+
chainId: 12052024,
|
|
35451
|
+
networkId: 12052024,
|
|
35452
|
+
explorers: [
|
|
35453
|
+
{
|
|
35454
|
+
name: 'Tracehawk',
|
|
35455
|
+
url: 'https://test-explorer.mementoblockchain.com',
|
|
35456
|
+
standard: 'none'
|
|
35457
|
+
}
|
|
35458
|
+
]
|
|
35459
|
+
},
|
|
35460
|
+
12227331: {
|
|
35461
|
+
name: 'NeoX Testnet T3',
|
|
35462
|
+
chain: 'NeoX',
|
|
35463
|
+
rpc: ['https://neoxseed1.ngd.network/'],
|
|
35464
|
+
faucets: [],
|
|
35465
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
35466
|
+
infoURL: 'https://neo.org/',
|
|
35467
|
+
shortName: 'neox',
|
|
35468
|
+
chainId: 12227331,
|
|
35469
|
+
networkId: 12227331,
|
|
35470
|
+
icon: 'neox',
|
|
35471
|
+
explorers: [
|
|
35472
|
+
{
|
|
35473
|
+
name: 'neox-scan',
|
|
35474
|
+
url: 'https://testnet.scan.banelabs.org',
|
|
35475
|
+
standard: 'EIP3091'
|
|
35476
|
+
}
|
|
35477
|
+
],
|
|
35478
|
+
status: 'deprecated',
|
|
35479
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
|
|
35480
|
+
},
|
|
35481
|
+
12227332: {
|
|
35482
|
+
name: 'NeoX Testnet T4',
|
|
35483
|
+
chain: 'NeoX',
|
|
35484
|
+
rpc: ['https://testnet.rpc.banelabs.org/'],
|
|
35485
|
+
faucets: [],
|
|
35486
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
35487
|
+
infoURL: 'https://neo.org/',
|
|
35488
|
+
shortName: 'neox-t4',
|
|
35489
|
+
chainId: 12227332,
|
|
35490
|
+
networkId: 12227332,
|
|
35491
|
+
icon: 'neox',
|
|
35492
|
+
explorers: [
|
|
35493
|
+
{
|
|
35494
|
+
name: 'neox-scan',
|
|
35495
|
+
url: 'https://testnet.scan.banelabs.org',
|
|
35496
|
+
standard: 'EIP3091'
|
|
35497
|
+
}
|
|
35498
|
+
],
|
|
35499
|
+
status: 'active',
|
|
35500
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
|
|
35501
|
+
},
|
|
33246
35502
|
13068200: {
|
|
33247
35503
|
name: 'COTI Devnet',
|
|
33248
35504
|
title: 'COTI Devnet',
|
|
@@ -33343,6 +35599,27 @@ exports.chains = {
|
|
|
33343
35599
|
],
|
|
33344
35600
|
iconURL: 'https://ipfs.io/ipfs/QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp'
|
|
33345
35601
|
},
|
|
35602
|
+
18071918: {
|
|
35603
|
+
name: 'Mande Network Mainnet',
|
|
35604
|
+
chain: 'Mande',
|
|
35605
|
+
rpc: ['https://mande-mainnet.public.blastapi.io'],
|
|
35606
|
+
faucets: [],
|
|
35607
|
+
nativeCurrency: { name: 'Mand', symbol: 'MAND', decimals: 18 },
|
|
35608
|
+
infoURL: 'https://mande.network/',
|
|
35609
|
+
shortName: 'Mande',
|
|
35610
|
+
chainId: 18071918,
|
|
35611
|
+
networkId: 18071918,
|
|
35612
|
+
icon: 'mande',
|
|
35613
|
+
explorers: [
|
|
35614
|
+
{
|
|
35615
|
+
name: 'FYI',
|
|
35616
|
+
url: 'https://dym.fyi/r/mande',
|
|
35617
|
+
icon: 'fyi',
|
|
35618
|
+
standard: 'EIP3091'
|
|
35619
|
+
}
|
|
35620
|
+
],
|
|
35621
|
+
iconURL: 'https://ipfs.io/ipfs/QmbySJWaSQxzL3F4zvpKYaNvMjHsX2qUyWTv2kpitq9dW8'
|
|
35622
|
+
},
|
|
33346
35623
|
18289463: {
|
|
33347
35624
|
name: 'IOLite',
|
|
33348
35625
|
chain: 'ILT',
|
|
@@ -33354,6 +35631,50 @@ exports.chains = {
|
|
|
33354
35631
|
chainId: 18289463,
|
|
33355
35632
|
networkId: 18289463
|
|
33356
35633
|
},
|
|
35634
|
+
19850818: {
|
|
35635
|
+
name: 'DeepBrainChain Testnet',
|
|
35636
|
+
chain: 'DeepBrainChain',
|
|
35637
|
+
rpc: ['https://rpc-testnet.dbcwallet.io'],
|
|
35638
|
+
faucets: [],
|
|
35639
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
|
|
35640
|
+
infoURL: 'https://www.deepbrainchain.org',
|
|
35641
|
+
shortName: 'tDBC',
|
|
35642
|
+
chainId: 19850818,
|
|
35643
|
+
icon: 'dbc',
|
|
35644
|
+
networkId: 19850818,
|
|
35645
|
+
slip44: 1,
|
|
35646
|
+
explorers: [
|
|
35647
|
+
{
|
|
35648
|
+
name: 'DeepBrainChain Testnet',
|
|
35649
|
+
url: 'https://blockscout-testnet.dbcscan.io',
|
|
35650
|
+
icon: 'dbc',
|
|
35651
|
+
standard: 'EIP3091'
|
|
35652
|
+
}
|
|
35653
|
+
],
|
|
35654
|
+
iconURL: 'https://ipfs.io/ipfs/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG'
|
|
35655
|
+
},
|
|
35656
|
+
19880818: {
|
|
35657
|
+
name: 'DeepBrainChain Mainnet',
|
|
35658
|
+
chain: 'DeepBrainChain',
|
|
35659
|
+
rpc: ['https://rpc.dbcwallet.io'],
|
|
35660
|
+
faucets: [],
|
|
35661
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
|
|
35662
|
+
infoURL: 'https://www.deepbrainchain.org',
|
|
35663
|
+
shortName: 'DBC',
|
|
35664
|
+
chainId: 19880818,
|
|
35665
|
+
networkId: 19880818,
|
|
35666
|
+
icon: 'dbc',
|
|
35667
|
+
slip44: 1,
|
|
35668
|
+
explorers: [
|
|
35669
|
+
{
|
|
35670
|
+
name: 'DeepBrainChain Mainnet',
|
|
35671
|
+
url: 'https://blockscout.dbcscan.io',
|
|
35672
|
+
icon: 'dbc',
|
|
35673
|
+
standard: 'EIP3091'
|
|
35674
|
+
}
|
|
35675
|
+
],
|
|
35676
|
+
iconURL: 'https://ipfs.io/ipfs/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG'
|
|
35677
|
+
},
|
|
33357
35678
|
20180427: {
|
|
33358
35679
|
name: 'Stability Testnet',
|
|
33359
35680
|
chain: 'stabilityTestnet',
|
|
@@ -33442,6 +35763,29 @@ exports.chains = {
|
|
|
33442
35763
|
],
|
|
33443
35764
|
iconURL: 'https://ipfs.io/ipfs/QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx'
|
|
33444
35765
|
},
|
|
35766
|
+
20230825: {
|
|
35767
|
+
name: 'Vcity Testnet',
|
|
35768
|
+
chain: 'VCITY',
|
|
35769
|
+
rpc: ['https://testnet.vcity.app'],
|
|
35770
|
+
faucets: [],
|
|
35771
|
+
nativeCurrency: {
|
|
35772
|
+
name: 'Testnet Vcity Token',
|
|
35773
|
+
symbol: 'VCITY',
|
|
35774
|
+
decimals: 18
|
|
35775
|
+
},
|
|
35776
|
+
features: [],
|
|
35777
|
+
infoURL: 'https://vcity.app',
|
|
35778
|
+
shortName: 'Vcity',
|
|
35779
|
+
chainId: 20230825,
|
|
35780
|
+
networkId: 20230825,
|
|
35781
|
+
explorers: [
|
|
35782
|
+
{
|
|
35783
|
+
name: 'Vcity Explorer',
|
|
35784
|
+
url: 'https://scan.vcity.app',
|
|
35785
|
+
standard: 'EIP3091'
|
|
35786
|
+
}
|
|
35787
|
+
]
|
|
35788
|
+
},
|
|
33445
35789
|
20240324: {
|
|
33446
35790
|
name: 'DeBank Sepolia Testnet',
|
|
33447
35791
|
chain: 'DeBank',
|
|
@@ -33463,6 +35807,26 @@ exports.chains = {
|
|
|
33463
35807
|
],
|
|
33464
35808
|
iconURL: 'https://ipfs.io/ipfs/QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN'
|
|
33465
35809
|
},
|
|
35810
|
+
20240603: {
|
|
35811
|
+
name: 'DBK Chain',
|
|
35812
|
+
chain: 'DBK Chain',
|
|
35813
|
+
rpc: ['https://rpc.mainnet.dbkchain.io'],
|
|
35814
|
+
icon: 'dbkchain',
|
|
35815
|
+
faucets: [],
|
|
35816
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
35817
|
+
infoURL: 'https://docs.dbkchain.io',
|
|
35818
|
+
shortName: 'dbkchain',
|
|
35819
|
+
chainId: 20240603,
|
|
35820
|
+
networkId: 20240603,
|
|
35821
|
+
explorers: [
|
|
35822
|
+
{
|
|
35823
|
+
name: 'DBK Chain Explorer',
|
|
35824
|
+
url: 'https://scan.dbkchain.io',
|
|
35825
|
+
standard: 'EIP3091'
|
|
35826
|
+
}
|
|
35827
|
+
],
|
|
35828
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeib7ovny3xkl4nr4a5oqvoqwf7dcjtqavydysclfmbavbl2oekhxty'
|
|
35829
|
+
},
|
|
33466
35830
|
20241133: {
|
|
33467
35831
|
name: 'Swan Proxima Testnet',
|
|
33468
35832
|
chain: 'SWAN',
|
|
@@ -33768,6 +36132,28 @@ exports.chains = {
|
|
|
33768
36132
|
},
|
|
33769
36133
|
65010002: {
|
|
33770
36134
|
name: 'Autonity Bakerloo (Sumida) Testnet',
|
|
36135
|
+
status: 'deprecated',
|
|
36136
|
+
chain: 'AUT',
|
|
36137
|
+
rpc: [],
|
|
36138
|
+
faucets: ['https://faucet.autonity.org/'],
|
|
36139
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
36140
|
+
infoURL: 'https://autonity.org/',
|
|
36141
|
+
shortName: 'bakerloo-02',
|
|
36142
|
+
chainId: 65010002,
|
|
36143
|
+
networkId: 65010002,
|
|
36144
|
+
slip44: 1,
|
|
36145
|
+
icon: 'autonity',
|
|
36146
|
+
explorers: [
|
|
36147
|
+
{
|
|
36148
|
+
name: 'autonity-blockscout',
|
|
36149
|
+
url: 'https://bakerloo.autonity.org',
|
|
36150
|
+
standard: 'EIP3091'
|
|
36151
|
+
}
|
|
36152
|
+
],
|
|
36153
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
36154
|
+
},
|
|
36155
|
+
65010003: {
|
|
36156
|
+
name: 'Autonity Bakerloo (Yamuna) Testnet',
|
|
33771
36157
|
chain: 'AUT',
|
|
33772
36158
|
rpc: [
|
|
33773
36159
|
'https://rpc1.bakerloo.autonity.org/',
|
|
@@ -33776,9 +36162,9 @@ exports.chains = {
|
|
|
33776
36162
|
faucets: ['https://faucet.autonity.org/'],
|
|
33777
36163
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
33778
36164
|
infoURL: 'https://autonity.org/',
|
|
33779
|
-
shortName: 'bakerloo-
|
|
33780
|
-
chainId:
|
|
33781
|
-
networkId:
|
|
36165
|
+
shortName: 'bakerloo-03',
|
|
36166
|
+
chainId: 65010003,
|
|
36167
|
+
networkId: 65010003,
|
|
33782
36168
|
slip44: 1,
|
|
33783
36169
|
icon: 'autonity',
|
|
33784
36170
|
explorers: [
|
|
@@ -33836,6 +36222,28 @@ exports.chains = {
|
|
|
33836
36222
|
},
|
|
33837
36223
|
65100002: {
|
|
33838
36224
|
name: 'Autonity Piccadilly (Sumida) Testnet',
|
|
36225
|
+
status: 'deprecated',
|
|
36226
|
+
chain: 'AUT',
|
|
36227
|
+
rpc: [],
|
|
36228
|
+
faucets: [],
|
|
36229
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
36230
|
+
infoURL: 'https://autonity.org/',
|
|
36231
|
+
shortName: 'piccadilly-02',
|
|
36232
|
+
chainId: 65100002,
|
|
36233
|
+
networkId: 65100002,
|
|
36234
|
+
slip44: 1,
|
|
36235
|
+
icon: 'autonity',
|
|
36236
|
+
explorers: [
|
|
36237
|
+
{
|
|
36238
|
+
name: 'autonity-blockscout',
|
|
36239
|
+
url: 'https://piccadilly.autonity.org',
|
|
36240
|
+
standard: 'EIP3091'
|
|
36241
|
+
}
|
|
36242
|
+
],
|
|
36243
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
36244
|
+
},
|
|
36245
|
+
65100003: {
|
|
36246
|
+
name: 'Autonity Piccadilly (Yamuna) Testnet',
|
|
33839
36247
|
chain: 'AUT',
|
|
33840
36248
|
rpc: [
|
|
33841
36249
|
'https://rpc1.piccadilly.autonity.org/',
|
|
@@ -33844,9 +36252,9 @@ exports.chains = {
|
|
|
33844
36252
|
faucets: [],
|
|
33845
36253
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
33846
36254
|
infoURL: 'https://autonity.org/',
|
|
33847
|
-
shortName: 'piccadilly-
|
|
33848
|
-
chainId:
|
|
33849
|
-
networkId:
|
|
36255
|
+
shortName: 'piccadilly-03',
|
|
36256
|
+
chainId: 65100003,
|
|
36257
|
+
networkId: 65100003,
|
|
33850
36258
|
slip44: 1,
|
|
33851
36259
|
icon: 'autonity',
|
|
33852
36260
|
explorers: [
|
|
@@ -33907,6 +36315,46 @@ exports.chains = {
|
|
|
33907
36315
|
},
|
|
33908
36316
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
33909
36317
|
},
|
|
36318
|
+
79479957: {
|
|
36319
|
+
name: 'SX Toronto Rollup',
|
|
36320
|
+
chain: 'SX',
|
|
36321
|
+
icon: 'SX',
|
|
36322
|
+
rpc: ['https://rpc.sx-rollup-testnet.t.raas.gelato.cloud'],
|
|
36323
|
+
faucets: ['https://faucet.toronto.sx.technology'],
|
|
36324
|
+
nativeCurrency: { name: 'SX Network', symbol: 'SX', decimals: 18 },
|
|
36325
|
+
infoURL: 'https://www.sx.technology',
|
|
36326
|
+
shortName: 'SXR-Testnet',
|
|
36327
|
+
chainId: 79479957,
|
|
36328
|
+
networkId: 79479957,
|
|
36329
|
+
explorers: [
|
|
36330
|
+
{
|
|
36331
|
+
name: 'SX Toronto L2 Explorer',
|
|
36332
|
+
url: 'https://explorerl2.toronto.sx.technology',
|
|
36333
|
+
standard: 'EIP3091',
|
|
36334
|
+
icon: 'SX'
|
|
36335
|
+
}
|
|
36336
|
+
],
|
|
36337
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
36338
|
+
iconURL: 'https://ipfs.io/ipfs/QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF'
|
|
36339
|
+
},
|
|
36340
|
+
88558801: {
|
|
36341
|
+
name: 'Backstop Testnet',
|
|
36342
|
+
chain: 'backstopTestnet',
|
|
36343
|
+
icon: 'backstop',
|
|
36344
|
+
rpc: ['https://testnet.rpc.backstop.technology'],
|
|
36345
|
+
faucets: [],
|
|
36346
|
+
nativeCurrency: { name: 'Backstop Testnet 1', symbol: 'ZBS', decimals: 18 },
|
|
36347
|
+
infoURL: 'https://backstop.technology/testnet',
|
|
36348
|
+
shortName: 'backstop-testnet',
|
|
36349
|
+
chainId: 88558801,
|
|
36350
|
+
networkId: 88558801,
|
|
36351
|
+
parent: {
|
|
36352
|
+
type: 'L2',
|
|
36353
|
+
chain: 'eip155-11155111',
|
|
36354
|
+
bridges: [{ url: 'https://testnet.bridge.backstop.technology' }]
|
|
36355
|
+
},
|
|
36356
|
+
iconURL: 'https://ipfs.io/ipfs/QmaWH5iWif22gtYVizWvuPoEHZ3qZjYc8nXnEgPh9rLMiY'
|
|
36357
|
+
},
|
|
33910
36358
|
88888888: {
|
|
33911
36359
|
name: 'T.E.A.M Blockchain',
|
|
33912
36360
|
chain: 'TEAM',
|
|
@@ -34193,6 +36641,20 @@ exports.chains = {
|
|
|
34193
36641
|
],
|
|
34194
36642
|
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
34195
36643
|
},
|
|
36644
|
+
245022929: {
|
|
36645
|
+
name: 'Neon EVM Devnet Rollup',
|
|
36646
|
+
chain: 'Solana',
|
|
36647
|
+
rpc: ['https://devnet.rollup.neonevm.org/'],
|
|
36648
|
+
faucets: [],
|
|
36649
|
+
icon: 'neon',
|
|
36650
|
+
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
36651
|
+
infoURL: 'https://neonevm.org/',
|
|
36652
|
+
shortName: 'neonevm-devnet-rollup',
|
|
36653
|
+
chainId: 245022929,
|
|
36654
|
+
networkId: 245022929,
|
|
36655
|
+
explorers: [],
|
|
36656
|
+
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
36657
|
+
},
|
|
34196
36658
|
245022934: {
|
|
34197
36659
|
name: 'Neon EVM Mainnet',
|
|
34198
36660
|
chain: 'Solana',
|
|
@@ -34406,6 +36868,32 @@ exports.chains = {
|
|
|
34406
36868
|
],
|
|
34407
36869
|
iconURL: 'https://ipfs.io/ipfs/bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre'
|
|
34408
36870
|
},
|
|
36871
|
+
476462898: {
|
|
36872
|
+
name: 'Skopje Testnet',
|
|
36873
|
+
chain: 'Skopje Testnet',
|
|
36874
|
+
icon: 'skopje-gpt',
|
|
36875
|
+
rpc: ['https://skopje-rpc.gptprotocol.io'],
|
|
36876
|
+
faucets: ['https://skopje-faucet.gptprotocol.io'],
|
|
36877
|
+
chainId: 476462898,
|
|
36878
|
+
networkId: 476462898,
|
|
36879
|
+
nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
|
|
36880
|
+
infoURL: 'https://gptprotocol.com',
|
|
36881
|
+
shortName: 'Skopje',
|
|
36882
|
+
parent: {
|
|
36883
|
+
type: 'L2',
|
|
36884
|
+
chain: 'eip155-11155111',
|
|
36885
|
+
bridges: [{ url: 'https://skopje-bridge.gptprotocol.io' }]
|
|
36886
|
+
},
|
|
36887
|
+
explorers: [
|
|
36888
|
+
{
|
|
36889
|
+
name: 'blockscout',
|
|
36890
|
+
url: 'https://skopje-explorer.gptprotocol.io',
|
|
36891
|
+
standard: 'EIP3091',
|
|
36892
|
+
icon: 'blockscout'
|
|
36893
|
+
}
|
|
36894
|
+
],
|
|
36895
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf75UpPd7PA3tV6iPxWXGmHq4azyP3CrBYStdSSjQ2Wrx'
|
|
36896
|
+
},
|
|
34409
36897
|
486217935: {
|
|
34410
36898
|
name: 'Gather Devnet Network',
|
|
34411
36899
|
chain: 'GTH',
|
|
@@ -34852,6 +37340,32 @@ exports.chains = {
|
|
|
34852
37340
|
],
|
|
34853
37341
|
iconURL: 'https://ipfs.io/ipfs/bafybeic5eexvd34wfy4kuebcyu73qpkv3x57s54ebzjyhyjsmeuni5jwcm'
|
|
34854
37342
|
},
|
|
37343
|
+
1511670449: {
|
|
37344
|
+
name: 'GPT Mainnet',
|
|
37345
|
+
chain: 'GPT Protocol',
|
|
37346
|
+
icon: 'gpt',
|
|
37347
|
+
rpc: ['https://rpc.gptprotocol.io'],
|
|
37348
|
+
faucets: [],
|
|
37349
|
+
chainId: 1511670449,
|
|
37350
|
+
networkId: 1511670449,
|
|
37351
|
+
nativeCurrency: { name: 'GPT', symbol: 'GPT', decimals: 18 },
|
|
37352
|
+
infoURL: 'https://gptprotocol.com',
|
|
37353
|
+
shortName: 'GPT',
|
|
37354
|
+
parent: {
|
|
37355
|
+
type: 'L2',
|
|
37356
|
+
chain: 'eip155-1',
|
|
37357
|
+
bridges: [{ url: 'https://bridge.gptprotocol.io' }]
|
|
37358
|
+
},
|
|
37359
|
+
explorers: [
|
|
37360
|
+
{
|
|
37361
|
+
name: 'blockscout',
|
|
37362
|
+
url: 'https://explorer.gptprotocol.io',
|
|
37363
|
+
standard: 'EIP3091',
|
|
37364
|
+
icon: 'blockscout'
|
|
37365
|
+
}
|
|
37366
|
+
],
|
|
37367
|
+
iconURL: 'https://ipfs.io/ipfs/Qmdh4Lzamv34Ae2bhA9M6GLCjXxPAtHC5zdG5ZNidrdenA'
|
|
37368
|
+
},
|
|
34855
37369
|
1517929550: {
|
|
34856
37370
|
name: 'Deprecated SKALE Titan Hub Testnet',
|
|
34857
37371
|
chain: 'staging-aware-chief-gianfar',
|
|
@@ -35073,7 +37587,30 @@ exports.chains = {
|
|
|
35073
37587
|
}
|
|
35074
37588
|
],
|
|
35075
37589
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
35076
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
37590
|
+
iconURL: 'https://ipfs.io/ipfs/QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW'
|
|
37591
|
+
},
|
|
37592
|
+
1903648807: {
|
|
37593
|
+
name: 'Gemuchain Testnet',
|
|
37594
|
+
chain: 'Gemuchain',
|
|
37595
|
+
rpc: ['https://gemutest-rpc.gemuchain.io'],
|
|
37596
|
+
faucets: ['https://faucet.gemuchain.io/'],
|
|
37597
|
+
nativeCurrency: { name: 'Gemuchain', symbol: 'GEMU', decimals: 18 },
|
|
37598
|
+
infoURL: 'https://gemuchain.io/',
|
|
37599
|
+
shortName: 'Gemuchain',
|
|
37600
|
+
chainId: 1903648807,
|
|
37601
|
+
networkId: 1903648807,
|
|
37602
|
+
explorers: [
|
|
37603
|
+
{
|
|
37604
|
+
name: 'Gemuchain Explorer (Blockscout)',
|
|
37605
|
+
url: 'https://gemutest-explorer.gemuchain.io',
|
|
37606
|
+
standard: 'EIP3091'
|
|
37607
|
+
}
|
|
37608
|
+
],
|
|
37609
|
+
parent: {
|
|
37610
|
+
type: 'L2',
|
|
37611
|
+
chain: 'eip155-1',
|
|
37612
|
+
bridges: [{ url: 'https://gemutest-bridge.gemuchain.io/login' }]
|
|
37613
|
+
}
|
|
35077
37614
|
},
|
|
35078
37615
|
1918988905: {
|
|
35079
37616
|
name: 'RARI Chain Testnet',
|
|
@@ -35252,7 +37789,7 @@ exports.chains = {
|
|
|
35252
37789
|
title: 'GitSwarm Test Network',
|
|
35253
37790
|
chain: 'ETH',
|
|
35254
37791
|
icon: 'gitswarm',
|
|
35255
|
-
rpc: ['https://gitswarm.com:2096'],
|
|
37792
|
+
rpc: ['https://testnet.gitswarm.com:2096'],
|
|
35256
37793
|
faucets: [],
|
|
35257
37794
|
nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
|
|
35258
37795
|
infoURL: 'https://gitswarm.com/',
|
|
@@ -35325,7 +37862,7 @@ exports.chains = {
|
|
|
35325
37862
|
networkId: 107107114116,
|
|
35326
37863
|
explorers: [],
|
|
35327
37864
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
35328
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
37865
|
+
iconURL: 'https://ipfs.io/ipfs/QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW'
|
|
35329
37866
|
},
|
|
35330
37867
|
111222333444: {
|
|
35331
37868
|
name: 'Alphabet Mainnet',
|
|
@@ -35352,6 +37889,28 @@ exports.chains = {
|
|
|
35352
37889
|
],
|
|
35353
37890
|
iconURL: 'https://ipfs.io/ipfs/QmfTeudwVJcu7jzySBcpD9H5ZVK66nPJKRnicxend1bxfq'
|
|
35354
37891
|
},
|
|
37892
|
+
123420000220: {
|
|
37893
|
+
name: 'Fluence Stage',
|
|
37894
|
+
chain: 'Fluence Stage (Testnet)',
|
|
37895
|
+
rpc: [
|
|
37896
|
+
'https://rpc-123420000220.raas-testnet.gelato.digital/',
|
|
37897
|
+
'wss://ws-123420000220.raas-testnet.gelato.digital/'
|
|
37898
|
+
],
|
|
37899
|
+
faucets: [],
|
|
37900
|
+
nativeCurrency: { name: 'tFLT', symbol: 'tFLT', decimals: 18 },
|
|
37901
|
+
infoURL: 'https://fluence.network/',
|
|
37902
|
+
shortName: 'fluence-stage',
|
|
37903
|
+
chainId: 123420000220,
|
|
37904
|
+
networkId: 123420000220,
|
|
37905
|
+
explorers: [
|
|
37906
|
+
{
|
|
37907
|
+
name: 'blockscout',
|
|
37908
|
+
url: 'https://blockscout-123420000220.raas-testnet.gelato.digital',
|
|
37909
|
+
standard: 'EIP3091'
|
|
37910
|
+
}
|
|
37911
|
+
],
|
|
37912
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
37913
|
+
},
|
|
35355
37914
|
197710212030: {
|
|
35356
37915
|
name: 'Ntity Mainnet',
|
|
35357
37916
|
chain: 'Ntity',
|