@revoke.cash/chains 46.1.0 → 47.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 +1625 -59
- package/dist/src/enums.d.ts +154 -4
- package/dist/src/enums.js +154 -4
- 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
|
]
|
|
@@ -3610,6 +3607,44 @@ exports.chains = {
|
|
|
3610
3607
|
],
|
|
3611
3608
|
iconURL: 'https://ipfs.io/ipfs/QmQsNtUoaKUHWaxFMBuCQwkX9WmKHz7iNotcZTFkWo7Qgt'
|
|
3612
3609
|
},
|
|
3610
|
+
178: {
|
|
3611
|
+
name: 'ABEY Testnet',
|
|
3612
|
+
chain: 'ABEY',
|
|
3613
|
+
rpc: ['https://testrpc.abeychain.com'],
|
|
3614
|
+
features: [{ name: 'EIP155' }],
|
|
3615
|
+
faucets: ['https://testnet-faucet.abeychain.com'],
|
|
3616
|
+
nativeCurrency: { name: 'ABEY', symbol: 'tABEY', decimals: 18 },
|
|
3617
|
+
infoURL: 'https://abey.com',
|
|
3618
|
+
shortName: 'abeyt',
|
|
3619
|
+
chainId: 178,
|
|
3620
|
+
networkId: 178,
|
|
3621
|
+
explorers: [
|
|
3622
|
+
{
|
|
3623
|
+
name: 'abeyscan-testnet',
|
|
3624
|
+
url: 'https://testnet.abeyscan.com',
|
|
3625
|
+
standard: 'EIP3091'
|
|
3626
|
+
}
|
|
3627
|
+
]
|
|
3628
|
+
},
|
|
3629
|
+
179: {
|
|
3630
|
+
name: 'ABEY Mainnet',
|
|
3631
|
+
chain: 'ABEY',
|
|
3632
|
+
rpc: ['https://rpc.abeychain.com'],
|
|
3633
|
+
features: [{ name: 'EIP155' }],
|
|
3634
|
+
faucets: [],
|
|
3635
|
+
nativeCurrency: { name: 'ABEY', symbol: 'ABEY', decimals: 18 },
|
|
3636
|
+
infoURL: 'https://abey.com',
|
|
3637
|
+
shortName: 'abey',
|
|
3638
|
+
chainId: 179,
|
|
3639
|
+
networkId: 179,
|
|
3640
|
+
explorers: [
|
|
3641
|
+
{
|
|
3642
|
+
name: 'abeyscan',
|
|
3643
|
+
url: 'https://abeyscan.com',
|
|
3644
|
+
standard: 'EIP3091'
|
|
3645
|
+
}
|
|
3646
|
+
]
|
|
3647
|
+
},
|
|
3613
3648
|
180: {
|
|
3614
3649
|
name: 'AME Chain Mainnet',
|
|
3615
3650
|
chain: 'AME',
|
|
@@ -3643,6 +3678,26 @@ exports.chains = {
|
|
|
3643
3678
|
explorers: [],
|
|
3644
3679
|
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
3645
3680
|
},
|
|
3681
|
+
184: {
|
|
3682
|
+
name: 'Dojima Testnet',
|
|
3683
|
+
chain: 'Dojima',
|
|
3684
|
+
rpc: ['https://rpc-test-d11k.dojima.network'],
|
|
3685
|
+
faucets: [],
|
|
3686
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
|
3687
|
+
icon: 'dojima',
|
|
3688
|
+
infoURL: 'https://www.dojima.network/',
|
|
3689
|
+
shortName: 'dojtestnet',
|
|
3690
|
+
chainId: 184,
|
|
3691
|
+
networkId: 184,
|
|
3692
|
+
explorers: [
|
|
3693
|
+
{
|
|
3694
|
+
name: 'Dojima Testnet Explorer',
|
|
3695
|
+
url: 'https://explorer-test.dojima.network',
|
|
3696
|
+
standard: 'none'
|
|
3697
|
+
}
|
|
3698
|
+
],
|
|
3699
|
+
iconURL: 'https://ipfs.io/ipfs/QmarhJVEb6jVNfW1GP2rcvAfto6DFdr7RSauZQxjd3iFam'
|
|
3700
|
+
},
|
|
3646
3701
|
185: {
|
|
3647
3702
|
name: 'Mint Mainnet',
|
|
3648
3703
|
chain: 'ETH',
|
|
@@ -3686,6 +3741,26 @@ exports.chains = {
|
|
|
3686
3741
|
}
|
|
3687
3742
|
]
|
|
3688
3743
|
},
|
|
3744
|
+
187: {
|
|
3745
|
+
name: 'Dojima',
|
|
3746
|
+
chain: 'Dojima',
|
|
3747
|
+
rpc: ['https://rpc-d11k.dojima.network'],
|
|
3748
|
+
faucets: [],
|
|
3749
|
+
nativeCurrency: { name: 'Dojima', symbol: 'DOJ', decimals: 18 },
|
|
3750
|
+
icon: 'dojima',
|
|
3751
|
+
infoURL: 'https://www.dojima.network/',
|
|
3752
|
+
shortName: 'dojima',
|
|
3753
|
+
chainId: 187,
|
|
3754
|
+
networkId: 187,
|
|
3755
|
+
explorers: [
|
|
3756
|
+
{
|
|
3757
|
+
name: 'Dojima Explorer',
|
|
3758
|
+
url: 'https://explorer.dojima.network',
|
|
3759
|
+
standard: 'none'
|
|
3760
|
+
}
|
|
3761
|
+
],
|
|
3762
|
+
iconURL: 'https://ipfs.io/ipfs/QmarhJVEb6jVNfW1GP2rcvAfto6DFdr7RSauZQxjd3iFam'
|
|
3763
|
+
},
|
|
3689
3764
|
188: {
|
|
3690
3765
|
name: 'BMC Mainnet',
|
|
3691
3766
|
chain: 'BMC',
|
|
@@ -3723,6 +3798,24 @@ exports.chains = {
|
|
|
3723
3798
|
}
|
|
3724
3799
|
]
|
|
3725
3800
|
},
|
|
3801
|
+
190: {
|
|
3802
|
+
name: 'CMDAO BBQ Chain',
|
|
3803
|
+
chain: 'Underchain 1',
|
|
3804
|
+
rpc: ['https://bbqchain-rpc.commudao.xyz'],
|
|
3805
|
+
faucets: [],
|
|
3806
|
+
nativeCurrency: { name: 'CommuDAO', symbol: 'CMD', decimals: 18 },
|
|
3807
|
+
infoURL: 'https://commudao.xyz',
|
|
3808
|
+
shortName: 'cmdao-bbq-chain',
|
|
3809
|
+
chainId: 190,
|
|
3810
|
+
networkId: 190,
|
|
3811
|
+
explorers: [
|
|
3812
|
+
{
|
|
3813
|
+
name: 'bbqchain-explorer',
|
|
3814
|
+
url: 'https://bbqchain-exp.commudao.xyz',
|
|
3815
|
+
standard: 'EIP3091'
|
|
3816
|
+
}
|
|
3817
|
+
]
|
|
3818
|
+
},
|
|
3726
3819
|
191: {
|
|
3727
3820
|
name: 'FileFileGo',
|
|
3728
3821
|
chain: 'FFG',
|
|
@@ -4171,6 +4264,24 @@ exports.chains = {
|
|
|
4171
4264
|
],
|
|
4172
4265
|
iconURL: 'https://ipfs.io/ipfs/QmayuauUTSkYxbT1xi2AkkG5VLEMDhcMeZ18WZHiApPa9M'
|
|
4173
4266
|
},
|
|
4267
|
+
221: {
|
|
4268
|
+
name: 'BlockEx Mainnet',
|
|
4269
|
+
chain: 'BlockEx',
|
|
4270
|
+
rpc: ['https://rpc.blockex.biz'],
|
|
4271
|
+
faucets: [],
|
|
4272
|
+
nativeCurrency: { name: 'BlockEx', symbol: 'XBE', decimals: 18 },
|
|
4273
|
+
infoURL: 'https://blockex.biz',
|
|
4274
|
+
shortName: 'BlockEx',
|
|
4275
|
+
chainId: 221,
|
|
4276
|
+
networkId: 221,
|
|
4277
|
+
explorers: [
|
|
4278
|
+
{
|
|
4279
|
+
name: 'BlockEx Scan',
|
|
4280
|
+
url: 'http://explorer.blockex.biz',
|
|
4281
|
+
standard: 'EIP3091'
|
|
4282
|
+
}
|
|
4283
|
+
]
|
|
4284
|
+
},
|
|
4174
4285
|
222: {
|
|
4175
4286
|
name: 'Permission',
|
|
4176
4287
|
chain: 'ASK',
|
|
@@ -4494,6 +4605,24 @@ exports.chains = {
|
|
|
4494
4605
|
status: 'active',
|
|
4495
4606
|
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
4496
4607
|
},
|
|
4608
|
+
254: {
|
|
4609
|
+
name: 'Swan Chain Mainnet',
|
|
4610
|
+
chain: 'SWAN',
|
|
4611
|
+
rpc: ['https://mainnet-rpc01.swanchain.io'],
|
|
4612
|
+
faucets: [],
|
|
4613
|
+
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
4614
|
+
infoURL: 'https://swanchain.io/',
|
|
4615
|
+
shortName: 'Swan',
|
|
4616
|
+
chainId: 254,
|
|
4617
|
+
networkId: 254,
|
|
4618
|
+
explorers: [
|
|
4619
|
+
{
|
|
4620
|
+
name: 'Swanchain Explorer',
|
|
4621
|
+
url: 'https://swanscan.io',
|
|
4622
|
+
standard: 'EIP3091'
|
|
4623
|
+
}
|
|
4624
|
+
]
|
|
4625
|
+
},
|
|
4497
4626
|
255: {
|
|
4498
4627
|
name: 'Kroma',
|
|
4499
4628
|
chain: 'ETH',
|
|
@@ -4574,6 +4703,27 @@ exports.chains = {
|
|
|
4574
4703
|
],
|
|
4575
4704
|
iconURL: 'https://ipfs.io/ipfs/QmX3hBv8WyvVfYjh1gmgDfJCpJBvKk4TYG9wFX9sC8WAjz'
|
|
4576
4705
|
},
|
|
4706
|
+
261: {
|
|
4707
|
+
name: 'Guru Network Testnet',
|
|
4708
|
+
chain: 'tGURU',
|
|
4709
|
+
icon: 'GuruNetwork',
|
|
4710
|
+
rpc: ['https://rpc.gurunetwork.ai/archive/261'],
|
|
4711
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4712
|
+
faucets: ['https://v2.dex.guru/season-pass/faucet'],
|
|
4713
|
+
nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
|
|
4714
|
+
infoURL: 'https://gurunetwork.ai',
|
|
4715
|
+
shortName: 'tguru',
|
|
4716
|
+
chainId: 261,
|
|
4717
|
+
networkId: 261,
|
|
4718
|
+
explorers: [
|
|
4719
|
+
{
|
|
4720
|
+
name: 'guruscan',
|
|
4721
|
+
url: 'https://scan.gurunetwork.ai',
|
|
4722
|
+
standard: 'EIP3091'
|
|
4723
|
+
}
|
|
4724
|
+
],
|
|
4725
|
+
iconURL: 'https://ipfs.io/ipfs/QmTDWnSNSCcVPCYD1FKrUirkT2MVrShdVK9dsxAi6eZdbD'
|
|
4726
|
+
},
|
|
4577
4727
|
262: {
|
|
4578
4728
|
name: 'SUR Blockchain Network',
|
|
4579
4729
|
chain: 'SUR',
|
|
@@ -5340,6 +5490,34 @@ exports.chains = {
|
|
|
5340
5490
|
},
|
|
5341
5491
|
iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
|
|
5342
5492
|
},
|
|
5493
|
+
325: {
|
|
5494
|
+
name: 'GRVT Mainnet',
|
|
5495
|
+
chain: 'ETH',
|
|
5496
|
+
rpc: [],
|
|
5497
|
+
faucets: [],
|
|
5498
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5499
|
+
infoURL: 'https://grvt.io/',
|
|
5500
|
+
shortName: 'grvt',
|
|
5501
|
+
chainId: 325,
|
|
5502
|
+
networkId: 325,
|
|
5503
|
+
icon: 'grvt',
|
|
5504
|
+
explorers: [],
|
|
5505
|
+
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
5506
|
+
},
|
|
5507
|
+
326: {
|
|
5508
|
+
name: 'GRVT Sepolia Testnet',
|
|
5509
|
+
chain: 'ETH',
|
|
5510
|
+
rpc: [],
|
|
5511
|
+
faucets: [],
|
|
5512
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5513
|
+
infoURL: 'https://grvt.io/',
|
|
5514
|
+
shortName: 'grvt-sepolia',
|
|
5515
|
+
chainId: 326,
|
|
5516
|
+
networkId: 326,
|
|
5517
|
+
icon: 'grvt',
|
|
5518
|
+
explorers: [],
|
|
5519
|
+
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
5520
|
+
},
|
|
5343
5521
|
333: {
|
|
5344
5522
|
name: 'Web3Q Mainnet',
|
|
5345
5523
|
chain: 'Web3Q',
|
|
@@ -6749,6 +6927,31 @@ exports.chains = {
|
|
|
6749
6927
|
],
|
|
6750
6928
|
iconURL: 'https://ipfs.io/ipfs/QmTPbbhH4CkQiQWm4JUh3J9o5w79vXjFZaMBW4DKNuSVU3'
|
|
6751
6929
|
},
|
|
6930
|
+
610: {
|
|
6931
|
+
name: 'Darwin Devnet',
|
|
6932
|
+
chain: 'Darwin',
|
|
6933
|
+
rpc: ['https://devnet.darwinchain.ai'],
|
|
6934
|
+
faucets: ['https://devnet.darwinchain.ai/faucet'],
|
|
6935
|
+
nativeCurrency: {
|
|
6936
|
+
name: 'Darwin Devnet token',
|
|
6937
|
+
symbol: 'DNA',
|
|
6938
|
+
decimals: 18
|
|
6939
|
+
},
|
|
6940
|
+
infoURL: 'https://darwinchain.ai',
|
|
6941
|
+
shortName: 'darwin-devnet',
|
|
6942
|
+
chainId: 610,
|
|
6943
|
+
networkId: 610,
|
|
6944
|
+
icon: 'darwin',
|
|
6945
|
+
explorers: [
|
|
6946
|
+
{
|
|
6947
|
+
name: 'Darwin Explorer',
|
|
6948
|
+
url: 'https://explorer.darwinchain.ai',
|
|
6949
|
+
icon: 'darwin',
|
|
6950
|
+
standard: 'none'
|
|
6951
|
+
}
|
|
6952
|
+
],
|
|
6953
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeid4rtdlpd2woogag6vv5yvvwapfa77th3t7a76dneogkcgp757t7e'
|
|
6954
|
+
},
|
|
6752
6955
|
612: {
|
|
6753
6956
|
name: 'EIOB Mainnet',
|
|
6754
6957
|
chain: 'EIOB',
|
|
@@ -6821,9 +7024,9 @@ exports.chains = {
|
|
|
6821
7024
|
icon: 'flowevm',
|
|
6822
7025
|
explorers: [
|
|
6823
7026
|
{
|
|
6824
|
-
name: 'Flow
|
|
6825
|
-
url: 'https://
|
|
6826
|
-
standard: '
|
|
7027
|
+
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
|
7028
|
+
url: 'https://eth.flowscan.io',
|
|
7029
|
+
standard: 'EIP3091'
|
|
6827
7030
|
}
|
|
6828
7031
|
],
|
|
6829
7032
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
@@ -7795,6 +7998,24 @@ exports.chains = {
|
|
|
7795
7998
|
],
|
|
7796
7999
|
iconURL: 'https://ipfs.io/ipfs/QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D'
|
|
7797
8000
|
},
|
|
8001
|
+
852: {
|
|
8002
|
+
name: 'HongKong Mainnet',
|
|
8003
|
+
chain: 'HONGKONG',
|
|
8004
|
+
rpc: ['https://eth.jegotrip.net'],
|
|
8005
|
+
faucets: [],
|
|
8006
|
+
nativeCurrency: { name: 'HongKong', symbol: 'HK', decimals: 18 },
|
|
8007
|
+
infoURL: 'https://www.cmi.chinamobile.com/',
|
|
8008
|
+
shortName: 'HongKong',
|
|
8009
|
+
chainId: 852,
|
|
8010
|
+
networkId: 852,
|
|
8011
|
+
explorers: [
|
|
8012
|
+
{
|
|
8013
|
+
name: 'HongKong Mainnet Explorer',
|
|
8014
|
+
url: 'http://47.238.205.52',
|
|
8015
|
+
standard: 'none'
|
|
8016
|
+
}
|
|
8017
|
+
]
|
|
8018
|
+
},
|
|
7798
8019
|
859: {
|
|
7799
8020
|
name: 'Zeeth Chain Dev',
|
|
7800
8021
|
chain: 'ZeethChainDev',
|
|
@@ -7902,7 +8123,17 @@ exports.chains = {
|
|
|
7902
8123
|
shortName: 'wan',
|
|
7903
8124
|
chainId: 888,
|
|
7904
8125
|
networkId: 888,
|
|
7905
|
-
slip44: 5718350
|
|
8126
|
+
slip44: 5718350,
|
|
8127
|
+
icon: 'wanchain',
|
|
8128
|
+
explorers: [
|
|
8129
|
+
{
|
|
8130
|
+
name: 'wanscan',
|
|
8131
|
+
icon: 'wanchain',
|
|
8132
|
+
url: 'https://wanscan.org',
|
|
8133
|
+
standard: 'EIP3091'
|
|
8134
|
+
}
|
|
8135
|
+
],
|
|
8136
|
+
iconURL: 'https://ipfs.io/ipfs/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq'
|
|
7906
8137
|
},
|
|
7907
8138
|
898: {
|
|
7908
8139
|
name: 'MAXI Chain Testnet',
|
|
@@ -7923,7 +8154,7 @@ exports.chains = {
|
|
|
7923
8154
|
standard: 'EIP3091'
|
|
7924
8155
|
}
|
|
7925
8156
|
],
|
|
7926
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8157
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo'
|
|
7927
8158
|
},
|
|
7928
8159
|
899: {
|
|
7929
8160
|
name: 'MAXI Chain Mainnet',
|
|
@@ -7944,7 +8175,7 @@ exports.chains = {
|
|
|
7944
8175
|
standard: 'EIP3091'
|
|
7945
8176
|
}
|
|
7946
8177
|
],
|
|
7947
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8178
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo'
|
|
7948
8179
|
},
|
|
7949
8180
|
900: {
|
|
7950
8181
|
name: 'Garizon Testnet Stage0',
|
|
@@ -8519,14 +8750,39 @@ exports.chains = {
|
|
|
8519
8750
|
],
|
|
8520
8751
|
iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
|
|
8521
8752
|
},
|
|
8753
|
+
995: {
|
|
8754
|
+
name: '5ireChain Mainnet',
|
|
8755
|
+
chain: '5ireChain',
|
|
8756
|
+
rpc: ['https://rpc.5ire.network'],
|
|
8757
|
+
faucets: [],
|
|
8758
|
+
nativeCurrency: { name: '5ire Token', symbol: '5IRE', decimals: 18 },
|
|
8759
|
+
infoURL: 'https://5ire.org',
|
|
8760
|
+
shortName: '5ire',
|
|
8761
|
+
chainId: 995,
|
|
8762
|
+
networkId: 995,
|
|
8763
|
+
icon: '5ireChain',
|
|
8764
|
+
explorers: [
|
|
8765
|
+
{
|
|
8766
|
+
name: '5ireChain Explorer',
|
|
8767
|
+
url: 'https://5irescan.io',
|
|
8768
|
+
standard: 'none',
|
|
8769
|
+
icon: '5ireChain'
|
|
8770
|
+
}
|
|
8771
|
+
],
|
|
8772
|
+
iconURL: 'https://ipfs.io/ipfs/QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk'
|
|
8773
|
+
},
|
|
8522
8774
|
997: {
|
|
8523
8775
|
name: '5ireChain Thunder',
|
|
8524
|
-
chain: '5ireChain',
|
|
8776
|
+
chain: '5ireChain Testnet',
|
|
8525
8777
|
rpc: ['https://rpc-testnet.5ire.network'],
|
|
8526
8778
|
faucets: ['https://explorer.5ire.network/faucet'],
|
|
8527
|
-
nativeCurrency: {
|
|
8779
|
+
nativeCurrency: {
|
|
8780
|
+
name: '5ire Testnet Token',
|
|
8781
|
+
symbol: 'T5IRE',
|
|
8782
|
+
decimals: 18
|
|
8783
|
+
},
|
|
8528
8784
|
infoURL: 'https://5ire.org',
|
|
8529
|
-
shortName: '
|
|
8785
|
+
shortName: 'T5ire',
|
|
8530
8786
|
chainId: 997,
|
|
8531
8787
|
networkId: 997,
|
|
8532
8788
|
icon: '5ireChain',
|
|
@@ -8575,7 +8831,17 @@ exports.chains = {
|
|
|
8575
8831
|
shortName: 'twan',
|
|
8576
8832
|
chainId: 999,
|
|
8577
8833
|
networkId: 999,
|
|
8578
|
-
slip44: 1
|
|
8834
|
+
slip44: 1,
|
|
8835
|
+
icon: 'wanchain',
|
|
8836
|
+
explorers: [
|
|
8837
|
+
{
|
|
8838
|
+
name: 'wanscan',
|
|
8839
|
+
icon: 'wanchain',
|
|
8840
|
+
url: 'https://testnet.wanscan.org',
|
|
8841
|
+
standard: 'EIP3091'
|
|
8842
|
+
}
|
|
8843
|
+
],
|
|
8844
|
+
iconURL: 'https://ipfs.io/ipfs/QmcRVHdG7Sr1f26DhkBwE1YuwFZXFjNth5S3TookXoyFaq'
|
|
8579
8845
|
},
|
|
8580
8846
|
1000: {
|
|
8581
8847
|
name: 'GTON Mainnet',
|
|
@@ -9297,7 +9563,7 @@ exports.chains = {
|
|
|
9297
9563
|
standard: 'EIP3091'
|
|
9298
9564
|
}
|
|
9299
9565
|
],
|
|
9300
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
9566
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
9301
9567
|
},
|
|
9302
9568
|
1116: {
|
|
9303
9569
|
name: 'Core Blockchain Mainnet',
|
|
@@ -9327,7 +9593,7 @@ exports.chains = {
|
|
|
9327
9593
|
standard: 'EIP3091'
|
|
9328
9594
|
}
|
|
9329
9595
|
],
|
|
9330
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
9596
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
9331
9597
|
},
|
|
9332
9598
|
1117: {
|
|
9333
9599
|
name: 'Dogcoin Mainnet',
|
|
@@ -9649,7 +9915,7 @@ exports.chains = {
|
|
|
9649
9915
|
explorers: [
|
|
9650
9916
|
{
|
|
9651
9917
|
name: 'Cuckoo Chain Explorer',
|
|
9652
|
-
url: 'https://
|
|
9918
|
+
url: 'https://scan.cuckoo.network',
|
|
9653
9919
|
standard: 'EIP3091'
|
|
9654
9920
|
}
|
|
9655
9921
|
],
|
|
@@ -9786,6 +10052,19 @@ exports.chains = {
|
|
|
9786
10052
|
icon: 'cycle',
|
|
9787
10053
|
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
9788
10054
|
},
|
|
10055
|
+
1223: {
|
|
10056
|
+
name: 'Cycle Network Testnet Jellyfish',
|
|
10057
|
+
chain: 'ETH',
|
|
10058
|
+
rpc: ['https://jellyfish-rpc-testnet.cyclenetwork.io'],
|
|
10059
|
+
faucets: [],
|
|
10060
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
10061
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
|
10062
|
+
shortName: 'cyclej',
|
|
10063
|
+
chainId: 1223,
|
|
10064
|
+
networkId: 1223,
|
|
10065
|
+
icon: 'cycle',
|
|
10066
|
+
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
10067
|
+
},
|
|
9789
10068
|
1224: {
|
|
9790
10069
|
name: 'Hybrid Testnet (Deprecated)',
|
|
9791
10070
|
chain: 'HYB',
|
|
@@ -10273,6 +10552,26 @@ exports.chains = {
|
|
|
10273
10552
|
}
|
|
10274
10553
|
]
|
|
10275
10554
|
},
|
|
10555
|
+
1313: {
|
|
10556
|
+
name: 'JaiHo Chain',
|
|
10557
|
+
chain: 'JaiHoChain',
|
|
10558
|
+
icon: 'jaihoIcon',
|
|
10559
|
+
rpc: ['https://rpc.jaihochain.com'],
|
|
10560
|
+
faucets: [],
|
|
10561
|
+
nativeCurrency: { name: 'JaiHo', symbol: 'JaiHo', decimals: 18 },
|
|
10562
|
+
infoURL: 'https://jaihochain.com',
|
|
10563
|
+
shortName: 'JHC',
|
|
10564
|
+
chainId: 1313,
|
|
10565
|
+
networkId: 1313,
|
|
10566
|
+
explorers: [
|
|
10567
|
+
{
|
|
10568
|
+
name: 'JaiHo Chain Explorer',
|
|
10569
|
+
url: 'https://jaihochain.com',
|
|
10570
|
+
standard: 'EIP3091'
|
|
10571
|
+
}
|
|
10572
|
+
],
|
|
10573
|
+
iconURL: 'https://ipfs.io/ipfs/QmUtKXY4N9kNCs9hAkAyi1nsvMWvDzs5vUjgYXTJoZCYqu'
|
|
10574
|
+
},
|
|
10276
10575
|
1314: {
|
|
10277
10576
|
name: 'Alyx Mainnet',
|
|
10278
10577
|
chain: 'ALYX',
|
|
@@ -10796,6 +11095,34 @@ exports.chains = {
|
|
|
10796
11095
|
],
|
|
10797
11096
|
iconURL: 'https://ipfs.io/ipfs/bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle'
|
|
10798
11097
|
},
|
|
11098
|
+
1456: {
|
|
11099
|
+
name: 'ZKBase Mainnet',
|
|
11100
|
+
chain: 'ETH',
|
|
11101
|
+
rpc: ['https://mainnet-rpc.zkbase.app'],
|
|
11102
|
+
faucets: [],
|
|
11103
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11104
|
+
infoURL: 'https://zkbase.org/',
|
|
11105
|
+
shortName: 'zkbase',
|
|
11106
|
+
chainId: 1456,
|
|
11107
|
+
networkId: 1456,
|
|
11108
|
+
slip44: 1,
|
|
11109
|
+
icon: 'zkbase',
|
|
11110
|
+
explorers: [
|
|
11111
|
+
{
|
|
11112
|
+
name: 'ZKbase Block Explorer',
|
|
11113
|
+
url: 'https://explorer.zkbase.app',
|
|
11114
|
+
icon: 'zkbase',
|
|
11115
|
+
standard: 'EIP3091'
|
|
11116
|
+
}
|
|
11117
|
+
],
|
|
11118
|
+
parent: {
|
|
11119
|
+
type: 'L2',
|
|
11120
|
+
chain: 'eip155-1',
|
|
11121
|
+
bridges: [{ url: 'https://portal.zkbase.app/' }]
|
|
11122
|
+
},
|
|
11123
|
+
redFlags: ['reusedChainId'],
|
|
11124
|
+
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
11125
|
+
},
|
|
10799
11126
|
1490: {
|
|
10800
11127
|
name: 'Vitruveo Mainnet',
|
|
10801
11128
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -10940,6 +11267,44 @@ exports.chains = {
|
|
|
10940
11267
|
],
|
|
10941
11268
|
iconURL: 'https://ipfs.io/ipfs/Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA'
|
|
10942
11269
|
},
|
|
11270
|
+
1570: {
|
|
11271
|
+
name: 'StarCHAIN Testnet',
|
|
11272
|
+
chain: 'StarCHAIN',
|
|
11273
|
+
rpc: ['https://testnet-rpc1.starworksglobal.com'],
|
|
11274
|
+
features: [{ name: 'EIP155' }],
|
|
11275
|
+
faucets: [],
|
|
11276
|
+
nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
|
|
11277
|
+
infoURL: 'https://www.starworksglobal.com',
|
|
11278
|
+
shortName: 'starchain-testnet',
|
|
11279
|
+
chainId: 1570,
|
|
11280
|
+
networkId: 1570,
|
|
11281
|
+
explorers: [
|
|
11282
|
+
{
|
|
11283
|
+
name: 'StarCHAIN Explorer',
|
|
11284
|
+
url: 'https://testnet.starchainscan.io',
|
|
11285
|
+
standard: 'EIP3091'
|
|
11286
|
+
}
|
|
11287
|
+
]
|
|
11288
|
+
},
|
|
11289
|
+
1578: {
|
|
11290
|
+
name: 'StarCHAIN',
|
|
11291
|
+
chain: 'StarCHAIN',
|
|
11292
|
+
rpc: ['https://rpc.starworksglobal.com'],
|
|
11293
|
+
features: [{ name: 'EIP155' }],
|
|
11294
|
+
faucets: [],
|
|
11295
|
+
nativeCurrency: { name: 'STARX', symbol: 'STARX', decimals: 18 },
|
|
11296
|
+
infoURL: 'https://www.starworksglobal.com',
|
|
11297
|
+
shortName: 'starchain',
|
|
11298
|
+
chainId: 1578,
|
|
11299
|
+
networkId: 1578,
|
|
11300
|
+
explorers: [
|
|
11301
|
+
{
|
|
11302
|
+
name: 'StarCHAIN Explorer',
|
|
11303
|
+
url: 'https://starchainscan.io',
|
|
11304
|
+
standard: 'EIP3091'
|
|
11305
|
+
}
|
|
11306
|
+
]
|
|
11307
|
+
},
|
|
10943
11308
|
1617: {
|
|
10944
11309
|
name: 'Ethereum Inscription Mainnet',
|
|
10945
11310
|
chain: 'ETINS',
|
|
@@ -11012,6 +11377,24 @@ exports.chains = {
|
|
|
11012
11377
|
},
|
|
11013
11378
|
iconURL: 'https://ipfs.io/ipfs/QmU5XU4S5oaGM5fj8oU1ovhWoXCzGWspwRj2zWRTuJrU4k'
|
|
11014
11379
|
},
|
|
11380
|
+
1648: {
|
|
11381
|
+
name: 'Pivotal Mainnet',
|
|
11382
|
+
chainId: 1648,
|
|
11383
|
+
networkId: 1648,
|
|
11384
|
+
chain: 'Pivotal',
|
|
11385
|
+
rpc: ['https://mainnet.pivotalprotocol.com'],
|
|
11386
|
+
faucets: [],
|
|
11387
|
+
shortName: 'pivotal-mainnet',
|
|
11388
|
+
nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
|
|
11389
|
+
infoURL: 'http://thepivotal.xyz/',
|
|
11390
|
+
explorers: [
|
|
11391
|
+
{
|
|
11392
|
+
name: 'Pivotal Scan',
|
|
11393
|
+
url: 'https://pivotalscan.xyz',
|
|
11394
|
+
standard: 'EIP3091'
|
|
11395
|
+
}
|
|
11396
|
+
]
|
|
11397
|
+
},
|
|
11015
11398
|
1657: {
|
|
11016
11399
|
name: 'Btachain',
|
|
11017
11400
|
chain: 'btachain',
|
|
@@ -11360,7 +11743,7 @@ exports.chains = {
|
|
|
11360
11743
|
parent: {
|
|
11361
11744
|
type: 'L2',
|
|
11362
11745
|
chain: 'eip155-1',
|
|
11363
|
-
bridges: [{ url: 'https://
|
|
11746
|
+
bridges: [{ url: 'https://portal.zkbase.app/' }]
|
|
11364
11747
|
},
|
|
11365
11748
|
redFlags: ['reusedChainId'],
|
|
11366
11749
|
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
@@ -11423,6 +11806,27 @@ exports.chains = {
|
|
|
11423
11806
|
],
|
|
11424
11807
|
iconURL: 'https://ipfs.io/ipfs/QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc'
|
|
11425
11808
|
},
|
|
11809
|
+
1811: {
|
|
11810
|
+
name: 'Lif3 Chain Testnet',
|
|
11811
|
+
chain: 'lif3chain',
|
|
11812
|
+
rpc: ['https://testnet-evm.lif3.com'],
|
|
11813
|
+
features: [{ name: 'EIP155' }],
|
|
11814
|
+
faucets: [],
|
|
11815
|
+
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
|
11816
|
+
infoURL: 'https://docs.lif3.com/',
|
|
11817
|
+
shortName: 'lif3-testnet',
|
|
11818
|
+
icon: 'lif3',
|
|
11819
|
+
chainId: 1811,
|
|
11820
|
+
networkId: 1811,
|
|
11821
|
+
explorers: [
|
|
11822
|
+
{
|
|
11823
|
+
name: 'lif3scout',
|
|
11824
|
+
url: 'https://testnet.lif3scout.com',
|
|
11825
|
+
standard: 'none'
|
|
11826
|
+
}
|
|
11827
|
+
],
|
|
11828
|
+
iconURL: 'https://ipfs.io/ipfs/QmQqNBEqNnNsaSV6rik6mM8VnaSgYFxfEkjkiXSwgmEgaH'
|
|
11829
|
+
},
|
|
11426
11830
|
1818: {
|
|
11427
11831
|
name: 'Cube Chain Mainnet',
|
|
11428
11832
|
chain: 'Cube',
|
|
@@ -12116,6 +12520,26 @@ exports.chains = {
|
|
|
12116
12520
|
],
|
|
12117
12521
|
iconURL: 'https://ipfs.io/ipfs/QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW'
|
|
12118
12522
|
},
|
|
12523
|
+
1993: {
|
|
12524
|
+
name: 'B3 Sepolia Testnet',
|
|
12525
|
+
chain: 'B3 Sepolia Testnet',
|
|
12526
|
+
icon: 'b3',
|
|
12527
|
+
rpc: ['https://sepolia.b3.fun'],
|
|
12528
|
+
faucets: [],
|
|
12529
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
12530
|
+
infoURL: 'https://b3.fun',
|
|
12531
|
+
shortName: 'b3-sepolia',
|
|
12532
|
+
chainId: 1993,
|
|
12533
|
+
networkId: 1993,
|
|
12534
|
+
explorers: [
|
|
12535
|
+
{
|
|
12536
|
+
name: 'Blockscout',
|
|
12537
|
+
url: 'https://sepolia.explorer.b3.fun',
|
|
12538
|
+
standard: 'EIP3091'
|
|
12539
|
+
}
|
|
12540
|
+
],
|
|
12541
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
|
|
12542
|
+
},
|
|
12119
12543
|
1994: {
|
|
12120
12544
|
name: 'Ekta',
|
|
12121
12545
|
chain: 'EKTA',
|
|
@@ -12589,7 +13013,7 @@ exports.chains = {
|
|
|
12589
13013
|
faucets: [],
|
|
12590
13014
|
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
12591
13015
|
infoURL: 'https://swanchain.io/',
|
|
12592
|
-
shortName: '
|
|
13016
|
+
shortName: 'saturn',
|
|
12593
13017
|
chainId: 2024,
|
|
12594
13018
|
networkId: 2024
|
|
12595
13019
|
},
|
|
@@ -13491,6 +13915,27 @@ exports.chains = {
|
|
|
13491
13915
|
explorers: [],
|
|
13492
13916
|
status: 'incubating'
|
|
13493
13917
|
},
|
|
13918
|
+
2311: {
|
|
13919
|
+
name: 'Chronicle Vesuvius - Lit Protocol Testnet',
|
|
13920
|
+
chain: 'LPV',
|
|
13921
|
+
icon: 'lit',
|
|
13922
|
+
rpc: ['https://vesuvius-rpc.litprotocol.com'],
|
|
13923
|
+
faucets: ['https://developer.litprotocol.com/support/intro'],
|
|
13924
|
+
nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
|
|
13925
|
+
infoURL: 'https://litprotocol.com',
|
|
13926
|
+
shortName: 'lpv',
|
|
13927
|
+
chainId: 2311,
|
|
13928
|
+
networkId: 2311,
|
|
13929
|
+
explorers: [
|
|
13930
|
+
{
|
|
13931
|
+
name: 'Lit Chronicle Vesuvius Explorer',
|
|
13932
|
+
url: 'https://vesuvius-explorer.litprotocol.com',
|
|
13933
|
+
icon: 'lit',
|
|
13934
|
+
standard: 'EIP3091'
|
|
13935
|
+
}
|
|
13936
|
+
],
|
|
13937
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
13938
|
+
},
|
|
13494
13939
|
2323: {
|
|
13495
13940
|
name: 'SOMA Network Testnet',
|
|
13496
13941
|
chain: 'SOMA',
|
|
@@ -13829,22 +14274,22 @@ exports.chains = {
|
|
|
13829
14274
|
iconURL: 'https://ipfs.io/ipfs/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW'
|
|
13830
14275
|
},
|
|
13831
14276
|
2425: {
|
|
13832
|
-
name: 'King Of Legends
|
|
13833
|
-
title: 'King Of Legends
|
|
13834
|
-
chain: '
|
|
14277
|
+
name: 'King Of Legends Mainnet',
|
|
14278
|
+
title: 'King Of Legends Mainnet',
|
|
14279
|
+
chain: 'KCC',
|
|
13835
14280
|
icon: 'kol',
|
|
13836
|
-
rpc: ['https://rpc-
|
|
14281
|
+
rpc: ['https://rpc-mainnet.kinggamer.org/'],
|
|
13837
14282
|
faucets: [],
|
|
13838
|
-
nativeCurrency: { name: 'King Of Legends', symbol: '
|
|
14283
|
+
nativeCurrency: { name: 'King Of Legends', symbol: 'KCC', decimals: 18 },
|
|
13839
14284
|
infoURL: 'https://kingoflegends.net/',
|
|
13840
|
-
shortName: '
|
|
14285
|
+
shortName: 'kcc',
|
|
13841
14286
|
chainId: 2425,
|
|
13842
14287
|
networkId: 2425,
|
|
13843
14288
|
slip44: 1,
|
|
13844
14289
|
explorers: [
|
|
13845
14290
|
{
|
|
13846
|
-
name: 'King Of Legends
|
|
13847
|
-
url: 'https://
|
|
14291
|
+
name: 'King Of Legends Mainnet Explorer',
|
|
14292
|
+
url: 'https://kingscan.org',
|
|
13848
14293
|
icon: 'kol',
|
|
13849
14294
|
standard: 'EIP3091'
|
|
13850
14295
|
}
|
|
@@ -14846,6 +15291,34 @@ exports.chains = {
|
|
|
14846
15291
|
networkId: 3335,
|
|
14847
15292
|
slip44: 1
|
|
14848
15293
|
},
|
|
15294
|
+
3338: {
|
|
15295
|
+
name: 'The peaq Network',
|
|
15296
|
+
chain: 'peaq',
|
|
15297
|
+
icon: 'peaq',
|
|
15298
|
+
rpc: [
|
|
15299
|
+
'https://peaq.api.onfinality.io/public',
|
|
15300
|
+
'https://peaq-rpc.dwellir.com'
|
|
15301
|
+
],
|
|
15302
|
+
faucets: [],
|
|
15303
|
+
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
|
15304
|
+
infoURL: 'https://www.peaq.network',
|
|
15305
|
+
shortName: 'PEAQ',
|
|
15306
|
+
chainId: 3338,
|
|
15307
|
+
networkId: 3338,
|
|
15308
|
+
explorers: [
|
|
15309
|
+
{
|
|
15310
|
+
name: 'Polkadot.js',
|
|
15311
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic-ws#/explorer',
|
|
15312
|
+
standard: 'none'
|
|
15313
|
+
},
|
|
15314
|
+
{
|
|
15315
|
+
name: 'Subscan',
|
|
15316
|
+
url: 'https://peaq.subscan.io',
|
|
15317
|
+
standard: 'none'
|
|
15318
|
+
}
|
|
15319
|
+
],
|
|
15320
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeihnkvboj4n6psjnzn4omaopfekvag4kax22l4agx6zppp7xx3d6ky'
|
|
15321
|
+
},
|
|
14849
15322
|
3400: {
|
|
14850
15323
|
name: 'Paribu Net Mainnet',
|
|
14851
15324
|
chain: 'PRB',
|
|
@@ -16476,6 +16949,11 @@ exports.chains = {
|
|
|
16476
16949
|
chainId: 5000,
|
|
16477
16950
|
networkId: 5000,
|
|
16478
16951
|
explorers: [
|
|
16952
|
+
{
|
|
16953
|
+
name: 'mantlescan',
|
|
16954
|
+
url: 'https://mantlescan.xyz',
|
|
16955
|
+
standard: 'EIP3091'
|
|
16956
|
+
},
|
|
16479
16957
|
{
|
|
16480
16958
|
name: 'Mantle Explorer',
|
|
16481
16959
|
url: 'https://explorer.mantle.xyz',
|
|
@@ -16936,6 +17414,27 @@ exports.chains = {
|
|
|
16936
17414
|
}
|
|
16937
17415
|
]
|
|
16938
17416
|
},
|
|
17417
|
+
5333: {
|
|
17418
|
+
name: 'Netsbo',
|
|
17419
|
+
chain: 'NETSBO',
|
|
17420
|
+
rpc: ['https://rpc1.netsbo.io', 'https://rpc2.netsbo.io'],
|
|
17421
|
+
faucets: [],
|
|
17422
|
+
nativeCurrency: { name: 'Netsbo', symbol: 'NETS', decimals: 18 },
|
|
17423
|
+
infoURL: 'https://netsbo.io',
|
|
17424
|
+
shortName: 'nets',
|
|
17425
|
+
chainId: 5333,
|
|
17426
|
+
networkId: 5333,
|
|
17427
|
+
icon: 'netsbo',
|
|
17428
|
+
explorers: [
|
|
17429
|
+
{
|
|
17430
|
+
name: 'netsbo',
|
|
17431
|
+
url: 'https://explorer.netsbo.io',
|
|
17432
|
+
icon: 'netsbo',
|
|
17433
|
+
standard: 'none'
|
|
17434
|
+
}
|
|
17435
|
+
],
|
|
17436
|
+
iconURL: 'https://ipfs.io/ipfs/QmfGRakPDaDGTq5yCXifGmWZBSJotYfeEVamWi8Mv4HFWt'
|
|
17437
|
+
},
|
|
16939
17438
|
5353: {
|
|
16940
17439
|
name: 'Tritanium Testnet',
|
|
16941
17440
|
chain: 'TRITANIUM',
|
|
@@ -17557,6 +18056,31 @@ exports.chains = {
|
|
|
17557
18056
|
],
|
|
17558
18057
|
iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
|
|
17559
18058
|
},
|
|
18059
|
+
6283: {
|
|
18060
|
+
name: 'LAOS',
|
|
18061
|
+
title: 'LAOS Mainnet',
|
|
18062
|
+
chain: 'LAOS',
|
|
18063
|
+
icon: 'laosnetwork',
|
|
18064
|
+
rpc: [
|
|
18065
|
+
'https://rpc.laos.laosfoundation.io',
|
|
18066
|
+
'wss://rpc.laos.laosfoundation.io'
|
|
18067
|
+
],
|
|
18068
|
+
faucets: [],
|
|
18069
|
+
nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
|
|
18070
|
+
infoURL: 'https://laosnetwork.io',
|
|
18071
|
+
shortName: 'laosnetwork',
|
|
18072
|
+
chainId: 6283,
|
|
18073
|
+
networkId: 6283,
|
|
18074
|
+
explorers: [
|
|
18075
|
+
{
|
|
18076
|
+
name: 'blockscout',
|
|
18077
|
+
url: 'https://blockscout.laos.laosfoundation.io',
|
|
18078
|
+
icon: 'blockscout',
|
|
18079
|
+
standard: 'EIP3091'
|
|
18080
|
+
}
|
|
18081
|
+
],
|
|
18082
|
+
iconURL: 'https://ipfs.io/ipfs/QmR8HgbKrHys8QFtH99soGx9KreixpCXJqkFejJdhpyNGo'
|
|
18083
|
+
},
|
|
17560
18084
|
6321: {
|
|
17561
18085
|
name: 'Aura Euphoria Testnet',
|
|
17562
18086
|
chain: 'Aura',
|
|
@@ -17873,6 +18397,60 @@ exports.chains = {
|
|
|
17873
18397
|
],
|
|
17874
18398
|
iconURL: 'https://ipfs.io/ipfs/QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3'
|
|
17875
18399
|
},
|
|
18400
|
+
6805: {
|
|
18401
|
+
name: 'RACE Mainnet',
|
|
18402
|
+
chain: 'ETH',
|
|
18403
|
+
rpc: ['https://racemainnet.io/'],
|
|
18404
|
+
faucets: [],
|
|
18405
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18406
|
+
infoURL: 'https://race.foundation/',
|
|
18407
|
+
shortName: 'raceeth',
|
|
18408
|
+
chainId: 6805,
|
|
18409
|
+
networkId: 6805,
|
|
18410
|
+
slip44: 1,
|
|
18411
|
+
icon: 'race',
|
|
18412
|
+
explorers: [
|
|
18413
|
+
{
|
|
18414
|
+
name: 'blockscout',
|
|
18415
|
+
url: 'https://racescan.io',
|
|
18416
|
+
icon: 'blockscout',
|
|
18417
|
+
standard: 'EIP3091'
|
|
18418
|
+
}
|
|
18419
|
+
],
|
|
18420
|
+
parent: {
|
|
18421
|
+
type: 'L2',
|
|
18422
|
+
chain: 'eip155-1',
|
|
18423
|
+
bridges: [{ url: 'https://bridge.race.foundation/' }]
|
|
18424
|
+
},
|
|
18425
|
+
iconURL: 'https://ipfs.io/ipfs/QmQGaiPkSHc8ZGLAE4A8yZdFWLeuEts4VX6FjEqnuPXvxh'
|
|
18426
|
+
},
|
|
18427
|
+
6806: {
|
|
18428
|
+
name: 'RACE Testnet',
|
|
18429
|
+
chain: 'ETH',
|
|
18430
|
+
rpc: ['https://racetestnet.io/'],
|
|
18431
|
+
faucets: ['https://faucet.racetestnet.io/'],
|
|
18432
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
18433
|
+
infoURL: 'https://race.foundation/',
|
|
18434
|
+
shortName: 'racesep',
|
|
18435
|
+
chainId: 6806,
|
|
18436
|
+
networkId: 6806,
|
|
18437
|
+
slip44: 1,
|
|
18438
|
+
icon: 'race',
|
|
18439
|
+
explorers: [
|
|
18440
|
+
{
|
|
18441
|
+
name: 'blockscout',
|
|
18442
|
+
url: 'https://testnet.racescan.io',
|
|
18443
|
+
icon: 'blockscout',
|
|
18444
|
+
standard: 'EIP3091'
|
|
18445
|
+
}
|
|
18446
|
+
],
|
|
18447
|
+
parent: {
|
|
18448
|
+
type: 'L2',
|
|
18449
|
+
chain: 'eip155-11155111',
|
|
18450
|
+
bridges: [{ url: 'https://testnet-bridge.race.foundation/' }]
|
|
18451
|
+
},
|
|
18452
|
+
iconURL: 'https://ipfs.io/ipfs/QmQGaiPkSHc8ZGLAE4A8yZdFWLeuEts4VX6FjEqnuPXvxh'
|
|
18453
|
+
},
|
|
17876
18454
|
6868: {
|
|
17877
18455
|
name: 'Pools Mainnet',
|
|
17878
18456
|
chain: 'Pools',
|
|
@@ -17943,7 +18521,10 @@ exports.chains = {
|
|
|
17943
18521
|
icon: 'zetachain',
|
|
17944
18522
|
rpc: [
|
|
17945
18523
|
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
17946
|
-
'https://zetachain-mainnet
|
|
18524
|
+
'https://zetachain-mainnet.g.allthatnode.com/archive/evm',
|
|
18525
|
+
'https://zeta-chain.drpc.org',
|
|
18526
|
+
'https://zetachain-mainnet.public.blastapi.io',
|
|
18527
|
+
'https://7000.rpc.thirdweb.com'
|
|
17947
18528
|
],
|
|
17948
18529
|
faucets: [],
|
|
17949
18530
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
@@ -17962,30 +18543,34 @@ exports.chains = {
|
|
|
17962
18543
|
iconURL: 'https://ipfs.io/ipfs/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy'
|
|
17963
18544
|
},
|
|
17964
18545
|
7001: {
|
|
17965
|
-
name: 'ZetaChain
|
|
18546
|
+
name: 'ZetaChain Testnet',
|
|
17966
18547
|
chain: 'ZetaChain',
|
|
17967
18548
|
icon: 'zetachain',
|
|
17968
18549
|
rpc: [
|
|
17969
18550
|
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
17970
|
-
'
|
|
17971
|
-
'https://zetachain-
|
|
18551
|
+
'https://zetachain-testnet.public.blastapi.io',
|
|
18552
|
+
'https://zetachain-athens.g.allthatnode.com/archive/evm',
|
|
18553
|
+
'https://7001.rpc.thirdweb.com',
|
|
18554
|
+
'https://zeta-chain-testnet.drpc.org'
|
|
18555
|
+
],
|
|
18556
|
+
faucets: [
|
|
18557
|
+
'https://www.zetachain.com/docs/reference/apps/get-testnet-zeta/'
|
|
17972
18558
|
],
|
|
17973
|
-
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
17974
18559
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
17975
18560
|
infoURL: 'https://zetachain.com/docs',
|
|
17976
|
-
shortName: 'zetachain-
|
|
18561
|
+
shortName: 'zetachain-testnet',
|
|
17977
18562
|
chainId: 7001,
|
|
17978
18563
|
networkId: 7001,
|
|
17979
18564
|
slip44: 1,
|
|
17980
18565
|
status: 'active',
|
|
17981
18566
|
explorers: [
|
|
17982
18567
|
{
|
|
17983
|
-
name: '
|
|
17984
|
-
url: 'https://
|
|
18568
|
+
name: 'ZetaScan',
|
|
18569
|
+
url: 'https://athens.explorer.zetachain.com',
|
|
17985
18570
|
standard: 'none'
|
|
17986
18571
|
},
|
|
17987
18572
|
{
|
|
17988
|
-
name: '
|
|
18573
|
+
name: 'Blockscout',
|
|
17989
18574
|
url: 'https://zetachain-athens-3.blockscout.com',
|
|
17990
18575
|
icon: 'blockscout',
|
|
17991
18576
|
standard: 'EIP3091'
|
|
@@ -18451,6 +19036,20 @@ exports.chains = {
|
|
|
18451
19036
|
],
|
|
18452
19037
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
18453
19038
|
},
|
|
19039
|
+
7774: {
|
|
19040
|
+
name: 'GDCC MAINNET',
|
|
19041
|
+
chain: 'GDCC',
|
|
19042
|
+
icon: 'gdcc',
|
|
19043
|
+
rpc: ['https://mainnet-rpc-1.gdccscan.io'],
|
|
19044
|
+
faucets: [],
|
|
19045
|
+
nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
|
|
19046
|
+
infoURL: 'https://gdcchain.com',
|
|
19047
|
+
shortName: 'GdccMainnet',
|
|
19048
|
+
chainId: 7774,
|
|
19049
|
+
networkId: 7774,
|
|
19050
|
+
explorers: [{ name: 'GDCC', url: 'https://gdccscan.io', standard: 'none' }],
|
|
19051
|
+
iconURL: 'https://ipfs.io/ipfs/QmY4vp1mJoGpUiuWbRVenNiDZC17wSyyueGPK9A5QyK1M2'
|
|
19052
|
+
},
|
|
18454
19053
|
7775: {
|
|
18455
19054
|
name: 'GDCC TESTNET',
|
|
18456
19055
|
chain: 'GDCC',
|
|
@@ -19227,6 +19826,18 @@ exports.chains = {
|
|
|
19227
19826
|
status: 'active',
|
|
19228
19827
|
iconURL: 'https://ipfs.io/ipfs/QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv'
|
|
19229
19828
|
},
|
|
19829
|
+
8545: {
|
|
19830
|
+
name: 'Chakra Testnet',
|
|
19831
|
+
chain: 'Chakra Testnet',
|
|
19832
|
+
rpc: ['https://rpcv1-dn-1.chakrachain.io/'],
|
|
19833
|
+
faucets: [],
|
|
19834
|
+
nativeCurrency: { name: 'Chakra', symbol: 'CKR', decimals: 18 },
|
|
19835
|
+
infoURL: '',
|
|
19836
|
+
shortName: 'ChakraTN',
|
|
19837
|
+
chainId: 8545,
|
|
19838
|
+
networkId: 8545,
|
|
19839
|
+
explorers: []
|
|
19840
|
+
},
|
|
19230
19841
|
8654: {
|
|
19231
19842
|
name: 'Toki Network',
|
|
19232
19843
|
chain: 'TOKI',
|
|
@@ -19465,6 +20076,27 @@ exports.chains = {
|
|
|
19465
20076
|
],
|
|
19466
20077
|
iconURL: 'https://ipfs.io/ipfs/QmXiatdz5WBFypfsudoDsFnsLdiHzDwcD3pWcHwBovbPiZ'
|
|
19467
20078
|
},
|
|
20079
|
+
8869: {
|
|
20080
|
+
name: 'Lif3 Chain',
|
|
20081
|
+
chain: 'lif3chain',
|
|
20082
|
+
rpc: ['https://rpc.lif3.com'],
|
|
20083
|
+
features: [{ name: 'EIP155' }],
|
|
20084
|
+
faucets: [],
|
|
20085
|
+
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
|
20086
|
+
infoURL: 'https://docs.lif3.com/',
|
|
20087
|
+
shortName: 'lif3-mainnet',
|
|
20088
|
+
icon: 'lif3',
|
|
20089
|
+
chainId: 8869,
|
|
20090
|
+
networkId: 8869,
|
|
20091
|
+
explorers: [
|
|
20092
|
+
{
|
|
20093
|
+
name: 'lif3scout',
|
|
20094
|
+
url: 'https://lif3scout.com',
|
|
20095
|
+
standard: 'none'
|
|
20096
|
+
}
|
|
20097
|
+
],
|
|
20098
|
+
iconURL: 'https://ipfs.io/ipfs/QmQqNBEqNnNsaSV6rik6mM8VnaSgYFxfEkjkiXSwgmEgaH'
|
|
20099
|
+
},
|
|
19468
20100
|
8880: {
|
|
19469
20101
|
name: 'Unique',
|
|
19470
20102
|
icon: 'unique',
|
|
@@ -19567,6 +20199,31 @@ exports.chains = {
|
|
|
19567
20199
|
],
|
|
19568
20200
|
iconURL: 'https://ipfs.io/ipfs/Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf'
|
|
19569
20201
|
},
|
|
20202
|
+
8886: {
|
|
20203
|
+
name: 'Avenium Testnet',
|
|
20204
|
+
chain: 'AVE',
|
|
20205
|
+
rpc: [
|
|
20206
|
+
'https://eu-testnet.avenium.io/',
|
|
20207
|
+
'https://connect-testnet.avenium.io'
|
|
20208
|
+
],
|
|
20209
|
+
faucets: ['https://faucet-testnet.avenium.io'],
|
|
20210
|
+
nativeCurrency: { name: 'Ave Native Token', symbol: 'tAVE', decimals: 18 },
|
|
20211
|
+
infoURL: 'https://avenium.io',
|
|
20212
|
+
shortName: 'tave',
|
|
20213
|
+
chainId: 8886,
|
|
20214
|
+
networkId: 8886,
|
|
20215
|
+
icon: 'avenium',
|
|
20216
|
+
status: 'incubating',
|
|
20217
|
+
explorers: [
|
|
20218
|
+
{
|
|
20219
|
+
name: 'Avenium Explorer Testnet',
|
|
20220
|
+
icon: 'avenium',
|
|
20221
|
+
url: 'https://testnet.avescan.net',
|
|
20222
|
+
standard: 'none'
|
|
20223
|
+
}
|
|
20224
|
+
],
|
|
20225
|
+
iconURL: 'https://ipfs.io/ipfs/QmU5yJvjdeVGzNutn2U6wLWfHDGsDafLfZg7HRJ8ji3yfJ'
|
|
20226
|
+
},
|
|
19570
20227
|
8888: {
|
|
19571
20228
|
name: 'XANAChain',
|
|
19572
20229
|
chain: 'XANAChain',
|
|
@@ -20054,6 +20711,26 @@ exports.chains = {
|
|
|
20054
20711
|
],
|
|
20055
20712
|
iconURL: 'https://ipfs.io/ipfs/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3'
|
|
20056
20713
|
},
|
|
20714
|
+
9372: {
|
|
20715
|
+
name: 'Oasys Testnet',
|
|
20716
|
+
chain: 'Oasys',
|
|
20717
|
+
icon: 'oasys',
|
|
20718
|
+
rpc: ['https://rpc.testnet.oasys.games'],
|
|
20719
|
+
faucets: [],
|
|
20720
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
20721
|
+
infoURL: 'https://oasys.games',
|
|
20722
|
+
shortName: 'OAS_TEST',
|
|
20723
|
+
chainId: 9372,
|
|
20724
|
+
networkId: 9372,
|
|
20725
|
+
explorers: [
|
|
20726
|
+
{
|
|
20727
|
+
name: 'blockscout',
|
|
20728
|
+
url: 'https://explorer.testnet.oasys.games',
|
|
20729
|
+
standard: 'EIP3091'
|
|
20730
|
+
}
|
|
20731
|
+
],
|
|
20732
|
+
iconURL: 'https://ipfs.io/ipfs/QmVjT18MJ7S965w5oTce5D3KPbzfoGGaKaNDKJcfGfSNWm'
|
|
20733
|
+
},
|
|
20057
20734
|
9393: {
|
|
20058
20735
|
name: 'Dela Sepolia Testnet',
|
|
20059
20736
|
chain: 'ETH',
|
|
@@ -20096,6 +20773,30 @@ exports.chains = {
|
|
|
20096
20773
|
],
|
|
20097
20774
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
20098
20775
|
},
|
|
20776
|
+
9496: {
|
|
20777
|
+
name: 'WeaveVM Testnet',
|
|
20778
|
+
chain: 'WVM',
|
|
20779
|
+
rpc: ['https://testnet.wvm.dev'],
|
|
20780
|
+
faucets: [],
|
|
20781
|
+
nativeCurrency: {
|
|
20782
|
+
name: 'Testnet WeaveVM Token',
|
|
20783
|
+
symbol: 'tWVM',
|
|
20784
|
+
decimals: 18
|
|
20785
|
+
},
|
|
20786
|
+
infoURL: 'https://wvm.dev',
|
|
20787
|
+
shortName: 'twvm',
|
|
20788
|
+
chainId: 9496,
|
|
20789
|
+
networkId: 9496,
|
|
20790
|
+
icon: 'weavevm',
|
|
20791
|
+
explorers: [
|
|
20792
|
+
{
|
|
20793
|
+
name: 'WeaveVM Explorer',
|
|
20794
|
+
url: 'https://explorer.wvm.dev',
|
|
20795
|
+
standard: 'EIP3091'
|
|
20796
|
+
}
|
|
20797
|
+
],
|
|
20798
|
+
iconURL: 'https://ipfs.io/ipfs/QmZrL43kuLcK14gQo1cVbzwczcVULxN6NKb4EcjYpFpE7w'
|
|
20799
|
+
},
|
|
20099
20800
|
9527: {
|
|
20100
20801
|
name: 'Rangers Protocol Testnet Robin',
|
|
20101
20802
|
chain: 'Rangers',
|
|
@@ -20723,6 +21424,25 @@ exports.chains = {
|
|
|
20723
21424
|
chainId: 10086,
|
|
20724
21425
|
networkId: 10086
|
|
20725
21426
|
},
|
|
21427
|
+
10096: {
|
|
21428
|
+
name: 'MetaNova Verse',
|
|
21429
|
+
chain: 'MNV',
|
|
21430
|
+
rpc: ['https://web3.metanovaverse.com'],
|
|
21431
|
+
faucets: [],
|
|
21432
|
+
nativeCurrency: { name: 'MNV', symbol: 'MNV', decimals: 18 },
|
|
21433
|
+
features: [],
|
|
21434
|
+
infoURL: 'https://www.blockxnet.com/',
|
|
21435
|
+
shortName: 'mnv',
|
|
21436
|
+
chainId: 10096,
|
|
21437
|
+
networkId: 10096,
|
|
21438
|
+
explorers: [
|
|
21439
|
+
{
|
|
21440
|
+
name: 'Blockscout',
|
|
21441
|
+
url: 'https://explorer.blockxnet.com',
|
|
21442
|
+
standard: 'EIP3091'
|
|
21443
|
+
}
|
|
21444
|
+
]
|
|
21445
|
+
},
|
|
20726
21446
|
10101: {
|
|
20727
21447
|
name: 'Blockchain Genesis Mainnet',
|
|
20728
21448
|
chain: 'GEN',
|
|
@@ -21327,6 +22047,26 @@ exports.chains = {
|
|
|
21327
22047
|
],
|
|
21328
22048
|
iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
|
|
21329
22049
|
},
|
|
22050
|
+
11521: {
|
|
22051
|
+
name: 'SatsChain',
|
|
22052
|
+
chain: 'SatsChain',
|
|
22053
|
+
rpc: ['https://rpc-satschain-1.bevm.io'],
|
|
22054
|
+
faucets: [],
|
|
22055
|
+
nativeCurrency: { name: 'SATS', symbol: 'SATS', decimals: 18 },
|
|
22056
|
+
infoURL: 'https://github.com/BTCSatsNetwork',
|
|
22057
|
+
shortName: 'satschain',
|
|
22058
|
+
chainId: 11521,
|
|
22059
|
+
networkId: 11521,
|
|
22060
|
+
icon: 'satschain',
|
|
22061
|
+
explorers: [
|
|
22062
|
+
{
|
|
22063
|
+
name: 'satschain scan',
|
|
22064
|
+
url: 'https://scan-satschain.bevm.io',
|
|
22065
|
+
standard: 'none'
|
|
22066
|
+
}
|
|
22067
|
+
],
|
|
22068
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicvi5dgn3wmkquqaicx743xc65dlqvnnuxsbsxq5hbzhaaaksxyo4'
|
|
22069
|
+
},
|
|
21330
22070
|
11612: {
|
|
21331
22071
|
name: 'Sardis Testnet',
|
|
21332
22072
|
chain: 'SRDX',
|
|
@@ -22138,6 +22878,27 @@ exports.chains = {
|
|
|
22138
22878
|
],
|
|
22139
22879
|
iconURL: 'https://ipfs.io/ipfs/QmXfBFHHb5kJGQ3dMLnhDhfFBsgAvm9U72jBSYcfmRHL2p'
|
|
22140
22880
|
},
|
|
22881
|
+
15430: {
|
|
22882
|
+
name: 'KYMTC Mainnet',
|
|
22883
|
+
chain: 'KYMTC',
|
|
22884
|
+
icon: 'kymtc',
|
|
22885
|
+
rpc: ['https://mainnet-rpc.kymaticscan.online'],
|
|
22886
|
+
faucets: [],
|
|
22887
|
+
nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
|
|
22888
|
+
infoURL: 'https://kymaticscan.online',
|
|
22889
|
+
shortName: 'KYMTC',
|
|
22890
|
+
chainId: 15430,
|
|
22891
|
+
networkId: 15430,
|
|
22892
|
+
explorers: [
|
|
22893
|
+
{
|
|
22894
|
+
name: 'KYMTC Mainnet Explorer',
|
|
22895
|
+
url: 'https://kymaticscan.online',
|
|
22896
|
+
icon: 'kymtc',
|
|
22897
|
+
standard: 'EIP3091'
|
|
22898
|
+
}
|
|
22899
|
+
],
|
|
22900
|
+
iconURL: 'https://ipfs.io/ipfs/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer'
|
|
22901
|
+
},
|
|
22141
22902
|
15551: {
|
|
22142
22903
|
name: 'LoopNetwork Mainnet',
|
|
22143
22904
|
chain: 'LoopNetwork',
|
|
@@ -22250,6 +23011,56 @@ exports.chains = {
|
|
|
22250
23011
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
22251
23012
|
iconURL: 'https://ipfs.io/ipfs/QmaSqPELi11UepS3odwHyiwfUPkLBnE4WP4zNkwumHoPmw'
|
|
22252
23013
|
},
|
|
23014
|
+
16180: {
|
|
23015
|
+
name: 'PLYR PHI',
|
|
23016
|
+
chain: 'PLYR',
|
|
23017
|
+
icon: 'plyr',
|
|
23018
|
+
rpc: ['https://subnets.avax.network/plyr/mainnet/rpc'],
|
|
23019
|
+
faucets: [],
|
|
23020
|
+
nativeCurrency: { name: 'PLYR', symbol: 'PLYR', decimals: 18 },
|
|
23021
|
+
infoURL: 'https://plyr.network',
|
|
23022
|
+
shortName: 'plyr-phi',
|
|
23023
|
+
chainId: 16180,
|
|
23024
|
+
networkId: 16180,
|
|
23025
|
+
explorers: [
|
|
23026
|
+
{
|
|
23027
|
+
name: 'Avalanche Subnet Explorer',
|
|
23028
|
+
url: 'https://subnets.avax.network/plyr',
|
|
23029
|
+
standard: 'EIP3091'
|
|
23030
|
+
}
|
|
23031
|
+
],
|
|
23032
|
+
iconURL: 'https://ipfs.io/ipfs/QmVhG7xeTc78ibQunQ5sBJ4533r9FDM2xUCQKV72DPd1ux'
|
|
23033
|
+
},
|
|
23034
|
+
16350: {
|
|
23035
|
+
name: 'Incentiv Devnet',
|
|
23036
|
+
chain: 'Incentiv',
|
|
23037
|
+
rpc: ['https://rpc.ankr.com/incentiv_devnet'],
|
|
23038
|
+
faucets: ['https://faucet.incentiv-dev.ankr.network'],
|
|
23039
|
+
nativeCurrency: { name: 'Testnet INC', symbol: 'INC', decimals: 18 },
|
|
23040
|
+
infoURL: 'https://incentiv.net',
|
|
23041
|
+
shortName: 'tIncentiv',
|
|
23042
|
+
chainId: 16350,
|
|
23043
|
+
networkId: 16350,
|
|
23044
|
+
slip44: 1
|
|
23045
|
+
},
|
|
23046
|
+
16481: {
|
|
23047
|
+
name: 'Pivotal Sepolia',
|
|
23048
|
+
chainId: 16481,
|
|
23049
|
+
networkId: 16481,
|
|
23050
|
+
chain: 'Pivotal',
|
|
23051
|
+
rpc: ['https://sepolia.pivotalprotocol.com'],
|
|
23052
|
+
faucets: [],
|
|
23053
|
+
shortName: 'pivotal-sepolia',
|
|
23054
|
+
nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
|
|
23055
|
+
infoURL: 'http://thepivotal.xyz/',
|
|
23056
|
+
explorers: [
|
|
23057
|
+
{
|
|
23058
|
+
name: 'Pivotal Scan',
|
|
23059
|
+
url: 'https://sepolia.pivotalscan.xyz',
|
|
23060
|
+
standard: 'EIP3091'
|
|
23061
|
+
}
|
|
23062
|
+
]
|
|
23063
|
+
},
|
|
22253
23064
|
16507: {
|
|
22254
23065
|
name: 'Genesys Mainnet',
|
|
22255
23066
|
chain: 'Genesys',
|
|
@@ -22270,6 +23081,26 @@ exports.chains = {
|
|
|
22270
23081
|
],
|
|
22271
23082
|
iconURL: 'https://ipfs.io/ipfs/bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm'
|
|
22272
23083
|
},
|
|
23084
|
+
16600: {
|
|
23085
|
+
name: '0G-Newton-Testnet',
|
|
23086
|
+
chain: '0G-Testnet',
|
|
23087
|
+
rpc: ['https://rpc-testnet.0g.ai'],
|
|
23088
|
+
faucets: ['https://faucet.0g.ai'],
|
|
23089
|
+
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
|
23090
|
+
infoURL: 'https://0g.ai',
|
|
23091
|
+
shortName: '0gai-testnet',
|
|
23092
|
+
chainId: 16600,
|
|
23093
|
+
networkId: 16600,
|
|
23094
|
+
icon: '0gai',
|
|
23095
|
+
explorers: [
|
|
23096
|
+
{
|
|
23097
|
+
name: '0G Chain Explorer',
|
|
23098
|
+
url: 'https://chainscan-newton.0g.ai',
|
|
23099
|
+
standard: 'none'
|
|
23100
|
+
}
|
|
23101
|
+
],
|
|
23102
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic6mqwxp4g3defk5emaw6hbnimtjhmnxgzh5nje4gsvjgxhl64mqa'
|
|
23103
|
+
},
|
|
22273
23104
|
16688: {
|
|
22274
23105
|
name: 'IRIShub Testnet',
|
|
22275
23106
|
chain: 'IRIShub',
|
|
@@ -22433,6 +23264,31 @@ exports.chains = {
|
|
|
22433
23264
|
},
|
|
22434
23265
|
iconURL: 'https://ipfs.io/ipfs/QmWhHvjbjTiNNsHKpbEz9rxSt4CCL2Q5xVZjk8eQkp82B9'
|
|
22435
23266
|
},
|
|
23267
|
+
17071: {
|
|
23268
|
+
name: 'Onchain Points',
|
|
23269
|
+
chain: 'POP',
|
|
23270
|
+
rpc: [
|
|
23271
|
+
'https://rpc.onchainpoints.xyz',
|
|
23272
|
+
'https://rpc-onchain-points-8n0qkkpr2j.t.conduit.xyz/{CONDUIT_API_KEY}'
|
|
23273
|
+
],
|
|
23274
|
+
faucets: [],
|
|
23275
|
+
nativeCurrency: { name: 'OnchainPoints.xyz', symbol: 'POP', decimals: 18 },
|
|
23276
|
+
infoURL: 'https://onchainpoints.xyz',
|
|
23277
|
+
shortName: 'pop',
|
|
23278
|
+
chainId: 17071,
|
|
23279
|
+
networkId: 17071,
|
|
23280
|
+
icon: 'pop',
|
|
23281
|
+
status: 'incubating',
|
|
23282
|
+
explorers: [
|
|
23283
|
+
{
|
|
23284
|
+
name: 'blockscout',
|
|
23285
|
+
url: 'https://explorer.onchainpoints.xyz',
|
|
23286
|
+
icon: 'blockscout',
|
|
23287
|
+
standard: 'EIP3091'
|
|
23288
|
+
}
|
|
23289
|
+
],
|
|
23290
|
+
iconURL: 'https://ipfs.io/ipfs/QmbY9ZPnveSEnFhbhfHr5B2R8SPhQBKbAZnwQCoEkvAQtT'
|
|
23291
|
+
},
|
|
22436
23292
|
17117: {
|
|
22437
23293
|
name: 'DeFiVerse Testnet',
|
|
22438
23294
|
chain: 'DeFiVerse Testnet',
|
|
@@ -22809,6 +23665,54 @@ exports.chains = {
|
|
|
22809
23665
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
22810
23666
|
iconURL: 'https://ipfs.io/ipfs/QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU'
|
|
22811
23667
|
},
|
|
23668
|
+
19077: {
|
|
23669
|
+
name: 'BlockX Atlantis Testnet',
|
|
23670
|
+
chain: 'blockx',
|
|
23671
|
+
rpc: ['https://atlantis-web3.blockxnet.com'],
|
|
23672
|
+
faucets: ['https://ping.blockxnet.com/blockx-atlantis-testnet/faucet'],
|
|
23673
|
+
nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
|
|
23674
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23675
|
+
infoURL: 'https://www.blockxnet.com/',
|
|
23676
|
+
shortName: 'tbcx',
|
|
23677
|
+
chainId: 19077,
|
|
23678
|
+
networkId: 19077,
|
|
23679
|
+
explorers: [
|
|
23680
|
+
{
|
|
23681
|
+
name: 'BlockX EVM Explorer (Blockscout)',
|
|
23682
|
+
url: 'https://testnet-explorer.blockxnet.com',
|
|
23683
|
+
standard: 'EIP3091'
|
|
23684
|
+
},
|
|
23685
|
+
{
|
|
23686
|
+
name: 'BlockX Cosmos Explorer (Ping)',
|
|
23687
|
+
url: 'https://ping.blockxnet.com/blockx-atlantis-testnet',
|
|
23688
|
+
standard: 'none'
|
|
23689
|
+
}
|
|
23690
|
+
]
|
|
23691
|
+
},
|
|
23692
|
+
19191: {
|
|
23693
|
+
name: 'BlockX Mainnet',
|
|
23694
|
+
chain: 'blockx',
|
|
23695
|
+
rpc: [],
|
|
23696
|
+
faucets: ['https://ping.blockxnet.com/blockx/faucet'],
|
|
23697
|
+
nativeCurrency: { name: 'BCXT', symbol: 'BCXT', decimals: 18 },
|
|
23698
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23699
|
+
infoURL: 'https://www.blockxnet.com/',
|
|
23700
|
+
shortName: 'bcxt',
|
|
23701
|
+
chainId: 19191,
|
|
23702
|
+
networkId: 19191,
|
|
23703
|
+
explorers: [
|
|
23704
|
+
{
|
|
23705
|
+
name: 'BlockX EVM Explorer (Blockscout)',
|
|
23706
|
+
url: 'https://explorer.blockxnet.com',
|
|
23707
|
+
standard: 'EIP3091'
|
|
23708
|
+
},
|
|
23709
|
+
{
|
|
23710
|
+
name: 'BlockX Cosmos Explorer (Ping)',
|
|
23711
|
+
url: 'https://ping.blockxnet.com/blockx',
|
|
23712
|
+
standard: 'none'
|
|
23713
|
+
}
|
|
23714
|
+
]
|
|
23715
|
+
},
|
|
22812
23716
|
19224: {
|
|
22813
23717
|
name: 'Decentraconnect Social',
|
|
22814
23718
|
chain: 'DCSM',
|
|
@@ -23399,6 +24303,27 @@ exports.chains = {
|
|
|
23399
24303
|
],
|
|
23400
24304
|
iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
|
|
23401
24305
|
},
|
|
24306
|
+
24076: {
|
|
24307
|
+
name: 'KYMTC Testnet',
|
|
24308
|
+
chain: 'KYMTC',
|
|
24309
|
+
icon: 'kymtc',
|
|
24310
|
+
rpc: ['https://testnet-rpc.kymaticscan.online'],
|
|
24311
|
+
faucets: ['https://faucet.kymaticscan.online'],
|
|
24312
|
+
nativeCurrency: { name: 'KYMTC', symbol: 'KYMTC', decimals: 18 },
|
|
24313
|
+
infoURL: 'https://testnet-explorer.kymaticscan.online',
|
|
24314
|
+
shortName: 'tKYMTC',
|
|
24315
|
+
chainId: 24076,
|
|
24316
|
+
networkId: 24076,
|
|
24317
|
+
explorers: [
|
|
24318
|
+
{
|
|
24319
|
+
name: 'KYMTC Testnet Explorer',
|
|
24320
|
+
url: 'https://testnet-explorer.kymaticscan.online',
|
|
24321
|
+
icon: 'kymtc',
|
|
24322
|
+
standard: 'EIP3091'
|
|
24323
|
+
}
|
|
24324
|
+
],
|
|
24325
|
+
iconURL: 'https://ipfs.io/ipfs/QmR1AnNYGeXpVmsKyzqktk4K1BtFPiaJpeXuLktb9Kwmer'
|
|
24326
|
+
},
|
|
23402
24327
|
24484: {
|
|
23403
24328
|
name: 'Webchain',
|
|
23404
24329
|
chain: 'WEB',
|
|
@@ -24390,7 +25315,10 @@ exports.chains = {
|
|
|
24390
25315
|
name: 'Funki',
|
|
24391
25316
|
chain: 'ETH',
|
|
24392
25317
|
icon: 'funki',
|
|
24393
|
-
rpc: [
|
|
25318
|
+
rpc: [
|
|
25319
|
+
'https://rpc-mainnet.funkichain.com',
|
|
25320
|
+
'wss://rpc-mainnet.funkichain.com'
|
|
25321
|
+
],
|
|
24394
25322
|
faucets: [],
|
|
24395
25323
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
24396
25324
|
infoURL: 'https://funkichain.com',
|
|
@@ -24398,9 +25326,14 @@ exports.chains = {
|
|
|
24398
25326
|
chainId: 33979,
|
|
24399
25327
|
networkId: 33979,
|
|
24400
25328
|
explorers: [
|
|
25329
|
+
{
|
|
25330
|
+
name: 'FunkiScan',
|
|
25331
|
+
url: 'https://funkiscan.io',
|
|
25332
|
+
standard: 'none'
|
|
25333
|
+
},
|
|
24401
25334
|
{
|
|
24402
25335
|
name: 'Funki Mainnet Explorer',
|
|
24403
|
-
url: 'https://
|
|
25336
|
+
url: 'https://funki.superscan.network',
|
|
24404
25337
|
standard: 'none'
|
|
24405
25338
|
}
|
|
24406
25339
|
],
|
|
@@ -25228,6 +26161,20 @@ exports.chains = {
|
|
|
25228
26161
|
],
|
|
25229
26162
|
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
25230
26163
|
},
|
|
26164
|
+
48900: {
|
|
26165
|
+
name: 'Zircuit Mainnet',
|
|
26166
|
+
chain: 'Zircuit Mainnet',
|
|
26167
|
+
icon: 'zircuit',
|
|
26168
|
+
rpc: [],
|
|
26169
|
+
faucets: [],
|
|
26170
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
26171
|
+
infoURL: 'https://www.zircuit.com/',
|
|
26172
|
+
shortName: 'zircuit-mainnet',
|
|
26173
|
+
chainId: 48900,
|
|
26174
|
+
networkId: 48900,
|
|
26175
|
+
explorers: [],
|
|
26176
|
+
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
26177
|
+
},
|
|
25231
26178
|
49049: {
|
|
25232
26179
|
name: 'Wireshape Floripa Testnet',
|
|
25233
26180
|
title: 'Wireshape Floripa Testnet',
|
|
@@ -25985,6 +26932,29 @@ exports.chains = {
|
|
|
25985
26932
|
status: 'active',
|
|
25986
26933
|
iconURL: 'https://ipfs.io/ipfs/QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH'
|
|
25987
26934
|
},
|
|
26935
|
+
59902: {
|
|
26936
|
+
name: 'Metis Sepolia Testnet',
|
|
26937
|
+
chain: 'ETH',
|
|
26938
|
+
rpc: ['https://sepolia.metisdevops.link'],
|
|
26939
|
+
faucets: ['https://sepolia.faucet.metisdevops.link'],
|
|
26940
|
+
nativeCurrency: { name: 'tMetis', symbol: 'tMETIS', decimals: 18 },
|
|
26941
|
+
infoURL: 'https://www.metis.io',
|
|
26942
|
+
shortName: 'metis-sepolia',
|
|
26943
|
+
chainId: 59902,
|
|
26944
|
+
networkId: 59902,
|
|
26945
|
+
explorers: [
|
|
26946
|
+
{
|
|
26947
|
+
name: 'blockscout',
|
|
26948
|
+
url: 'https://sepolia-explorer.metisdevops.link',
|
|
26949
|
+
standard: 'EIP3091'
|
|
26950
|
+
}
|
|
26951
|
+
],
|
|
26952
|
+
parent: {
|
|
26953
|
+
type: 'L2',
|
|
26954
|
+
chain: 'eip155-11155111',
|
|
26955
|
+
bridges: [{ url: 'https://bridge.metis.io' }]
|
|
26956
|
+
}
|
|
26957
|
+
},
|
|
25988
26958
|
59971: {
|
|
25989
26959
|
name: 'Genesys Code Mainnet',
|
|
25990
26960
|
chain: 'GCODE',
|
|
@@ -26114,6 +27084,28 @@ exports.chains = {
|
|
|
26114
27084
|
},
|
|
26115
27085
|
iconURL: 'https://ipfs.io/ipfs/QmaX5iqQTrJD8TBuvoT97xPMG6LYamjPCPnZUUMh12jc99'
|
|
26116
27086
|
},
|
|
27087
|
+
61022: {
|
|
27088
|
+
name: 'Orange Chain Mainnet',
|
|
27089
|
+
title: 'Orange Chain Mainnet',
|
|
27090
|
+
chain: 'Orange Chain',
|
|
27091
|
+
rpc: ['https://rpc.orangechain.xyz'],
|
|
27092
|
+
faucets: [],
|
|
27093
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
27094
|
+
infoURL: 'https://orangechain.xyz',
|
|
27095
|
+
shortName: 'Orange-Chain-Mainnet',
|
|
27096
|
+
chainId: 61022,
|
|
27097
|
+
networkId: 61022,
|
|
27098
|
+
icon: 'orange',
|
|
27099
|
+
explorers: [
|
|
27100
|
+
{
|
|
27101
|
+
name: 'Blockscout',
|
|
27102
|
+
url: 'https://scan.orangechain.xyz',
|
|
27103
|
+
icon: 'orange',
|
|
27104
|
+
standard: 'EIP3091'
|
|
27105
|
+
}
|
|
27106
|
+
],
|
|
27107
|
+
iconURL: 'https://ipfs.io/ipfs/QmWcaVLcPYBxi76HYJc4qudLJwXtfNCDJieLHAs632jMEA'
|
|
27108
|
+
},
|
|
26117
27109
|
61406: {
|
|
26118
27110
|
name: 'KaiChain',
|
|
26119
27111
|
chain: 'KaiChain',
|
|
@@ -26384,6 +27376,28 @@ exports.chains = {
|
|
|
26384
27376
|
],
|
|
26385
27377
|
iconURL: 'https://ipfs.io/ipfs/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY'
|
|
26386
27378
|
},
|
|
27379
|
+
65357: {
|
|
27380
|
+
name: 'Vecno Mainnet',
|
|
27381
|
+
chain: 'VE',
|
|
27382
|
+
rpc: ['https://rpc.vecno.org'],
|
|
27383
|
+
faucets: [],
|
|
27384
|
+
nativeCurrency: { name: 'Vecno', symbol: 'VE', decimals: 18 },
|
|
27385
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
27386
|
+
infoURL: 'https://vecno.org',
|
|
27387
|
+
shortName: 've',
|
|
27388
|
+
chainId: 65357,
|
|
27389
|
+
networkId: 65357,
|
|
27390
|
+
icon: 'vecno',
|
|
27391
|
+
explorers: [
|
|
27392
|
+
{
|
|
27393
|
+
name: 'vecno',
|
|
27394
|
+
url: 'https://explorer.vecno.org',
|
|
27395
|
+
icon: 'blockscout',
|
|
27396
|
+
standard: 'EIP3091'
|
|
27397
|
+
}
|
|
27398
|
+
],
|
|
27399
|
+
iconURL: 'https://ipfs.io/ipfs/QmXPmM55AvkpEmqCvfP9YNQV1xsRdsPZDzwp6QHVThw6Wv'
|
|
27400
|
+
},
|
|
26387
27401
|
65450: {
|
|
26388
27402
|
name: 'Scolcoin Mainnet',
|
|
26389
27403
|
chain: 'SCOLWEI',
|
|
@@ -26404,6 +27418,20 @@ exports.chains = {
|
|
|
26404
27418
|
],
|
|
26405
27419
|
iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
|
|
26406
27420
|
},
|
|
27421
|
+
65536: {
|
|
27422
|
+
name: 'Automata Mainnet',
|
|
27423
|
+
chain: 'Automata Mainnet',
|
|
27424
|
+
rpc: [],
|
|
27425
|
+
faucets: [],
|
|
27426
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
27427
|
+
infoURL: 'https://ata.network',
|
|
27428
|
+
shortName: 'automatamainnet',
|
|
27429
|
+
chainId: 65536,
|
|
27430
|
+
networkId: 65536,
|
|
27431
|
+
icon: 'automata',
|
|
27432
|
+
explorers: [],
|
|
27433
|
+
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
27434
|
+
},
|
|
26407
27435
|
66988: {
|
|
26408
27436
|
name: 'Janus Testnet',
|
|
26409
27437
|
chain: 'JanusNetwork',
|
|
@@ -26836,7 +27864,7 @@ exports.chains = {
|
|
|
26836
27864
|
chain: 'GEEK',
|
|
26837
27865
|
rpc: ['https://rpc.geekout-pte.com'],
|
|
26838
27866
|
faucets: [],
|
|
26839
|
-
nativeCurrency: { name: '
|
|
27867
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
26840
27868
|
infoURL: 'https://www.geekout-pte.com',
|
|
26841
27869
|
shortName: 'GEEK',
|
|
26842
27870
|
chainId: 75512,
|
|
@@ -26854,7 +27882,7 @@ exports.chains = {
|
|
|
26854
27882
|
chain: 'GEEK Test',
|
|
26855
27883
|
rpc: ['https://rpc-testnet.geekout-pte.com'],
|
|
26856
27884
|
faucets: [],
|
|
26857
|
-
nativeCurrency: { name: '
|
|
27885
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
26858
27886
|
infoURL: 'https://www.geekout-pte.com',
|
|
26859
27887
|
shortName: 'GEEK_Test',
|
|
26860
27888
|
chainId: 75513,
|
|
@@ -26936,6 +27964,19 @@ exports.chains = {
|
|
|
26936
27964
|
],
|
|
26937
27965
|
iconURL: 'https://ipfs.io/ipfs/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4'
|
|
26938
27966
|
},
|
|
27967
|
+
77677: {
|
|
27968
|
+
name: 'Cycle Network Mainnet Sailboat',
|
|
27969
|
+
chain: 'ETH',
|
|
27970
|
+
rpc: ['https://sailboat-rpc-mainnet.cyclenetwork.io'],
|
|
27971
|
+
faucets: [],
|
|
27972
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
27973
|
+
infoURL: 'https://www.cyclenetwork.io/',
|
|
27974
|
+
shortName: 'cycles',
|
|
27975
|
+
chainId: 77677,
|
|
27976
|
+
networkId: 77677,
|
|
27977
|
+
icon: 'cycle',
|
|
27978
|
+
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
27979
|
+
},
|
|
26939
27980
|
77777: {
|
|
26940
27981
|
name: 'Toronet Mainnet',
|
|
26941
27982
|
chain: 'Toronet',
|
|
@@ -28234,7 +29275,7 @@ exports.chains = {
|
|
|
28234
29275
|
100009: {
|
|
28235
29276
|
name: 'VeChain',
|
|
28236
29277
|
chain: 'VeChain',
|
|
28237
|
-
rpc: [],
|
|
29278
|
+
rpc: ['https://rpc-mainnet.vechain.energy'],
|
|
28238
29279
|
faucets: [],
|
|
28239
29280
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
|
28240
29281
|
infoURL: 'https://vechain.org',
|
|
@@ -28257,7 +29298,7 @@ exports.chains = {
|
|
|
28257
29298
|
100010: {
|
|
28258
29299
|
name: 'VeChain Testnet',
|
|
28259
29300
|
chain: 'VeChain',
|
|
28260
|
-
rpc: [],
|
|
29301
|
+
rpc: ['https://rpc-testnet.vechain.energy'],
|
|
28261
29302
|
faucets: ['https://faucet.vecha.in'],
|
|
28262
29303
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
|
28263
29304
|
infoURL: 'https://vechain.org',
|
|
@@ -28772,6 +29813,25 @@ exports.chains = {
|
|
|
28772
29813
|
],
|
|
28773
29814
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
28774
29815
|
},
|
|
29816
|
+
123321: {
|
|
29817
|
+
name: 'Gemchain',
|
|
29818
|
+
chain: 'Gemchain',
|
|
29819
|
+
rpc: ['https://evm-rpc.gemchain.org'],
|
|
29820
|
+
faucets: [],
|
|
29821
|
+
nativeCurrency: { name: 'GEM', symbol: 'GEM', decimals: 18 },
|
|
29822
|
+
infoURL: 'https://gemchain.org',
|
|
29823
|
+
shortName: 'gemchain',
|
|
29824
|
+
chainId: 123321,
|
|
29825
|
+
networkId: 123321,
|
|
29826
|
+
slip44: 1,
|
|
29827
|
+
explorers: [
|
|
29828
|
+
{
|
|
29829
|
+
name: 'Gemchain Scan',
|
|
29830
|
+
url: 'https://scan.gemchain.org',
|
|
29831
|
+
standard: 'EIP3091'
|
|
29832
|
+
}
|
|
29833
|
+
]
|
|
29834
|
+
},
|
|
28775
29835
|
123456: {
|
|
28776
29836
|
name: 'ADIL Devnet',
|
|
28777
29837
|
chain: 'ADIL',
|
|
@@ -29110,6 +30170,48 @@ exports.chains = {
|
|
|
29110
30170
|
],
|
|
29111
30171
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
29112
30172
|
},
|
|
30173
|
+
175177: {
|
|
30174
|
+
name: 'Chronicle - Lit Protocol Testnet',
|
|
30175
|
+
chain: 'LPC',
|
|
30176
|
+
icon: 'lit',
|
|
30177
|
+
rpc: ['https://chain-rpc.litprotocol.com/http'],
|
|
30178
|
+
faucets: ['https://faucet.litprotocol.com'],
|
|
30179
|
+
nativeCurrency: { name: 'Test LIT', symbol: 'tstLIT', decimals: 18 },
|
|
30180
|
+
infoURL: 'https://developer.litprotocol.com/v3/network/rollup',
|
|
30181
|
+
shortName: 'lpc',
|
|
30182
|
+
chainId: 175177,
|
|
30183
|
+
networkId: 175177,
|
|
30184
|
+
explorers: [
|
|
30185
|
+
{
|
|
30186
|
+
name: 'Lit Chronicle Explorer',
|
|
30187
|
+
url: 'https://chain.litprotocol.com',
|
|
30188
|
+
icon: 'lit',
|
|
30189
|
+
standard: 'EIP3091'
|
|
30190
|
+
}
|
|
30191
|
+
],
|
|
30192
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
30193
|
+
},
|
|
30194
|
+
175188: {
|
|
30195
|
+
name: 'Chronicle Yellowstone - Lit Protocol Testnet',
|
|
30196
|
+
chain: 'LPY',
|
|
30197
|
+
icon: 'lit',
|
|
30198
|
+
rpc: ['https://yellowstone-rpc.litprotocol.com'],
|
|
30199
|
+
faucets: ['https://developer.litprotocol.com/support/intro'],
|
|
30200
|
+
nativeCurrency: { name: 'Test LPX', symbol: 'tstLPX', decimals: 18 },
|
|
30201
|
+
infoURL: 'https://litprotocol.com',
|
|
30202
|
+
shortName: 'lpy',
|
|
30203
|
+
chainId: 175188,
|
|
30204
|
+
networkId: 175188,
|
|
30205
|
+
explorers: [
|
|
30206
|
+
{
|
|
30207
|
+
name: 'Lit Chronicle Yellowstone Explorer',
|
|
30208
|
+
url: 'https://yellowstone-explorer.litprotocol.com',
|
|
30209
|
+
icon: 'lit',
|
|
30210
|
+
standard: 'EIP3091'
|
|
30211
|
+
}
|
|
30212
|
+
],
|
|
30213
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
30214
|
+
},
|
|
29113
30215
|
188710: {
|
|
29114
30216
|
name: 'Bitica Chain Mainnet',
|
|
29115
30217
|
chain: 'BDCC',
|
|
@@ -29168,6 +30270,26 @@ exports.chains = {
|
|
|
29168
30270
|
chainId: 192940,
|
|
29169
30271
|
networkId: 192940
|
|
29170
30272
|
},
|
|
30273
|
+
199991: {
|
|
30274
|
+
name: 'MAZZE Testnet',
|
|
30275
|
+
chain: 'MAZZE Testnet',
|
|
30276
|
+
icon: 'mazze',
|
|
30277
|
+
rpc: ['https://testnet-rpc.mazze.io/'],
|
|
30278
|
+
faucets: ['https://faucet.mazze.io/'],
|
|
30279
|
+
nativeCurrency: { name: 'MAZZE Testnet', symbol: 'MAZZE', decimals: 18 },
|
|
30280
|
+
infoURL: 'https://mazze.io/',
|
|
30281
|
+
shortName: 'MAZZE',
|
|
30282
|
+
chainId: 199991,
|
|
30283
|
+
networkId: 199991,
|
|
30284
|
+
explorers: [
|
|
30285
|
+
{
|
|
30286
|
+
name: 'MAZZE Testnet Explorer',
|
|
30287
|
+
url: 'https://mazzescan.io',
|
|
30288
|
+
standard: 'none'
|
|
30289
|
+
}
|
|
30290
|
+
],
|
|
30291
|
+
iconURL: 'https://ipfs.io/ipfs/QmaR9Ud3aD7RaHYdsi3TdC1qx4zVusM76nd91s3Ghaz5fa'
|
|
30292
|
+
},
|
|
29171
30293
|
200000: {
|
|
29172
30294
|
name: 'xFair.AI Testnet',
|
|
29173
30295
|
chain: 'FAIT',
|
|
@@ -29933,6 +31055,28 @@ exports.chains = {
|
|
|
29933
31055
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
29934
31056
|
iconURL: 'https://ipfs.io/ipfs/QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn'
|
|
29935
31057
|
},
|
|
31058
|
+
292003: {
|
|
31059
|
+
name: 'Cipherem Testnet',
|
|
31060
|
+
chain: 'Cipherem',
|
|
31061
|
+
rpc: ['https://testnet.cipherem.com'],
|
|
31062
|
+
faucets: [],
|
|
31063
|
+
nativeCurrency: { name: 'CIP', symbol: 'CIP', decimals: 18 },
|
|
31064
|
+
infoURL: 'https://www.cipherem.com',
|
|
31065
|
+
shortName: 'CIP',
|
|
31066
|
+
chainId: 292003,
|
|
31067
|
+
networkId: 292003,
|
|
31068
|
+
slip44: 1,
|
|
31069
|
+
icon: 'cipherem',
|
|
31070
|
+
explorers: [
|
|
31071
|
+
{
|
|
31072
|
+
name: 'Cipherscan Testnet Explorer',
|
|
31073
|
+
icon: 'cipherscan',
|
|
31074
|
+
url: 'https://cipherscan.net',
|
|
31075
|
+
standard: 'EIP3091'
|
|
31076
|
+
}
|
|
31077
|
+
],
|
|
31078
|
+
iconURL: 'https://ipfs.io/ipfs/QmP8oHKtqUiSxmNcZMFMy5DSFCZQm17uF32FEHojx8HQ5z'
|
|
31079
|
+
},
|
|
29936
31080
|
309075: {
|
|
29937
31081
|
name: 'One World Chain Mainnet',
|
|
29938
31082
|
chain: 'One World Chain',
|
|
@@ -30061,6 +31205,46 @@ exports.chains = {
|
|
|
30061
31205
|
],
|
|
30062
31206
|
iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
|
|
30063
31207
|
},
|
|
31208
|
+
327126: {
|
|
31209
|
+
name: 'WABA Chain Testnet',
|
|
31210
|
+
chain: 'WABA Testnet',
|
|
31211
|
+
icon: 'waba',
|
|
31212
|
+
rpc: ['https://rpc.wabaworld.com'],
|
|
31213
|
+
faucets: [],
|
|
31214
|
+
nativeCurrency: { name: 'WABA', symbol: 'WABA', decimals: 18 },
|
|
31215
|
+
infoURL: 'https://www.wabanetwork.org',
|
|
31216
|
+
shortName: 'waba',
|
|
31217
|
+
chainId: 327126,
|
|
31218
|
+
networkId: 327126,
|
|
31219
|
+
explorers: [
|
|
31220
|
+
{
|
|
31221
|
+
name: 'blockscout',
|
|
31222
|
+
url: 'https://explorer.wabaworld.com',
|
|
31223
|
+
standard: 'none'
|
|
31224
|
+
}
|
|
31225
|
+
],
|
|
31226
|
+
iconURL: 'https://ipfs.io/ipfs/QmX3NPsVTaBQDBySzMKZLVJhN4kakkAwrfz9mrqmUhNzUU'
|
|
31227
|
+
},
|
|
31228
|
+
328527: {
|
|
31229
|
+
name: 'Nal Mainnet',
|
|
31230
|
+
chain: 'ETH',
|
|
31231
|
+
icon: 'nal',
|
|
31232
|
+
rpc: ['https://rpc.nal.network', 'wss://wss.nal.network'],
|
|
31233
|
+
faucets: [],
|
|
31234
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31235
|
+
infoURL: 'https://www.nal.network',
|
|
31236
|
+
shortName: 'nal',
|
|
31237
|
+
chainId: 328527,
|
|
31238
|
+
networkId: 328527,
|
|
31239
|
+
explorers: [
|
|
31240
|
+
{
|
|
31241
|
+
name: 'Nal Network Explorer',
|
|
31242
|
+
url: 'https://scan.nal.network',
|
|
31243
|
+
standard: 'EIP3091'
|
|
31244
|
+
}
|
|
31245
|
+
],
|
|
31246
|
+
iconURL: 'https://ipfs.io/ipfs/QmZLZHX18YUswejxo1JFNPx5EwMsVhUwBeBWEcd1JUHAK5'
|
|
31247
|
+
},
|
|
30064
31248
|
330844: {
|
|
30065
31249
|
name: 'TTcoin Smart Chain Mainnet',
|
|
30066
31250
|
chain: 'TSC',
|
|
@@ -30431,9 +31615,9 @@ exports.chains = {
|
|
|
30431
31615
|
chain: 'AIE',
|
|
30432
31616
|
rpc: ['https://rpc1-testnet.aiechain.io'],
|
|
30433
31617
|
faucets: [],
|
|
30434
|
-
nativeCurrency: { name: 'AIE', symbol: '
|
|
31618
|
+
nativeCurrency: { name: 'AIE', symbol: 'AIE', decimals: 18 },
|
|
30435
31619
|
infoURL: 'https://testnet.aiescan.io',
|
|
30436
|
-
shortName: '
|
|
31620
|
+
shortName: 'aie',
|
|
30437
31621
|
chainId: 413413,
|
|
30438
31622
|
networkId: 413413,
|
|
30439
31623
|
icon: 'aie',
|
|
@@ -30787,6 +31971,39 @@ exports.chains = {
|
|
|
30787
31971
|
}
|
|
30788
31972
|
]
|
|
30789
31973
|
},
|
|
31974
|
+
484752: {
|
|
31975
|
+
name: 'World Chain Sepolia Testnet',
|
|
31976
|
+
chain: 'ETH',
|
|
31977
|
+
rpc: [],
|
|
31978
|
+
faucets: [],
|
|
31979
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
31980
|
+
infoURL: 'https://worldcoin.org/',
|
|
31981
|
+
shortName: 'wcsep',
|
|
31982
|
+
chainId: 484752,
|
|
31983
|
+
networkId: 484752,
|
|
31984
|
+
slip44: 1,
|
|
31985
|
+
explorers: []
|
|
31986
|
+
},
|
|
31987
|
+
486487: {
|
|
31988
|
+
name: 'Gobbl Testnet',
|
|
31989
|
+
chain: 'Gobbl Testnet',
|
|
31990
|
+
rpc: ['https://rpc.gobbl.io'],
|
|
31991
|
+
faucets: ['https://faucet.gobbl.io'],
|
|
31992
|
+
nativeCurrency: { name: 'Gobbl Token', symbol: 'GOBBL', decimals: 18 },
|
|
31993
|
+
infoURL: 'https://www.gobbl.io/',
|
|
31994
|
+
shortName: 'gbl-testnet',
|
|
31995
|
+
chainId: 486487,
|
|
31996
|
+
networkId: 486487,
|
|
31997
|
+
icon: 'gobbl',
|
|
31998
|
+
explorers: [
|
|
31999
|
+
{
|
|
32000
|
+
name: 'Gobbl Testnet Explorer',
|
|
32001
|
+
url: 'https://explorer.gobbl.io',
|
|
32002
|
+
standard: 'EIP3091'
|
|
32003
|
+
}
|
|
32004
|
+
],
|
|
32005
|
+
iconURL: 'https://ipfs.io/ipfs/QmQbJTFnUfWf31d16beZfqM4Fo5NRJjryNrDMyNfj9YQnS'
|
|
32006
|
+
},
|
|
30790
32007
|
490000: {
|
|
30791
32008
|
name: 'Autonomys Testnet Nova Domain',
|
|
30792
32009
|
chain: 'TATC',
|
|
@@ -32299,15 +33516,21 @@ exports.chains = {
|
|
|
32299
33516
|
1398243: {
|
|
32300
33517
|
name: 'Automata Testnet',
|
|
32301
33518
|
chain: 'Automata Testnet',
|
|
32302
|
-
rpc: [],
|
|
33519
|
+
rpc: ['https://automata-testnet.alt.technology'],
|
|
32303
33520
|
faucets: [],
|
|
32304
|
-
nativeCurrency: { name: '
|
|
33521
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
32305
33522
|
infoURL: 'https://ata.network',
|
|
32306
33523
|
shortName: 'automatatest',
|
|
32307
33524
|
chainId: 1398243,
|
|
32308
33525
|
networkId: 1398243,
|
|
32309
33526
|
icon: 'automata',
|
|
32310
|
-
explorers: [
|
|
33527
|
+
explorers: [
|
|
33528
|
+
{
|
|
33529
|
+
name: 'Automata Testnet Explorer',
|
|
33530
|
+
url: 'https://automata-testnet-explorer.alt.technology',
|
|
33531
|
+
standard: 'EIP3091'
|
|
33532
|
+
}
|
|
33533
|
+
],
|
|
32311
33534
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
32312
33535
|
},
|
|
32313
33536
|
1612127: {
|
|
@@ -32462,6 +33685,24 @@ exports.chains = {
|
|
|
32462
33685
|
chainId: 2611555,
|
|
32463
33686
|
networkId: 2611555
|
|
32464
33687
|
},
|
|
33688
|
+
2702128: {
|
|
33689
|
+
name: 'Xterio Chain',
|
|
33690
|
+
chain: 'Xterio',
|
|
33691
|
+
rpc: ['https://xterio-eth.alt.technology'],
|
|
33692
|
+
faucets: [],
|
|
33693
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
33694
|
+
infoURL: 'https://xter.io',
|
|
33695
|
+
shortName: 'xterio',
|
|
33696
|
+
chainId: 2702128,
|
|
33697
|
+
networkId: 2702128,
|
|
33698
|
+
explorers: [
|
|
33699
|
+
{
|
|
33700
|
+
name: 'Xterio Chain Explorer',
|
|
33701
|
+
url: 'https://eth.xterscan.io',
|
|
33702
|
+
standard: 'EIP3091'
|
|
33703
|
+
}
|
|
33704
|
+
]
|
|
33705
|
+
},
|
|
32465
33706
|
3132023: {
|
|
32466
33707
|
name: 'SaharaAI Network',
|
|
32467
33708
|
chain: 'Sahara',
|
|
@@ -32598,6 +33839,62 @@ exports.chains = {
|
|
|
32598
33839
|
explorers: [],
|
|
32599
33840
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
32600
33841
|
},
|
|
33842
|
+
4444444: {
|
|
33843
|
+
name: 'Altar Testnet',
|
|
33844
|
+
chain: 'Altar',
|
|
33845
|
+
rpc: ['https://altar-rpc.ceremonies.ai/'],
|
|
33846
|
+
faucets: ['https://sepoliafaucet.com/'],
|
|
33847
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
33848
|
+
infoURL: 'https://ceremonies.gitbook.io',
|
|
33849
|
+
shortName: 'altarTestnet',
|
|
33850
|
+
chainId: 4444444,
|
|
33851
|
+
networkId: 4444444,
|
|
33852
|
+
slip44: 1,
|
|
33853
|
+
icon: 'altarTestnet',
|
|
33854
|
+
explorers: [
|
|
33855
|
+
{
|
|
33856
|
+
name: 'altar testnet explorer',
|
|
33857
|
+
url: 'https://altar-explorer.ceremonies.ai',
|
|
33858
|
+
standard: 'none'
|
|
33859
|
+
}
|
|
33860
|
+
],
|
|
33861
|
+
parent: {
|
|
33862
|
+
type: 'L2',
|
|
33863
|
+
chain: 'eip155-11155111',
|
|
33864
|
+
bridges: [
|
|
33865
|
+
{
|
|
33866
|
+
url: 'https://altar-testnet-yzxhzk61ck-b7590e4db247a680.testnets.rollbridge.app/'
|
|
33867
|
+
}
|
|
33868
|
+
]
|
|
33869
|
+
},
|
|
33870
|
+
iconURL: 'https://ipfs.io/ipfs/QmZiJLjciV6KiuxwDebi7CwRhDzei6KKDuStppzsUGtNfN'
|
|
33871
|
+
},
|
|
33872
|
+
4457845: {
|
|
33873
|
+
name: 'ZERO Testnet (Sepolia)',
|
|
33874
|
+
chain: 'ETH',
|
|
33875
|
+
icon: 'zero-sepolia',
|
|
33876
|
+
rpc: ['https://rpc.zerion.io/v1/zero-sepolia'],
|
|
33877
|
+
parent: {
|
|
33878
|
+
type: 'L2',
|
|
33879
|
+
chain: 'eip155-11155111',
|
|
33880
|
+
bridges: [{ url: 'https://bridge.zero.network' }]
|
|
33881
|
+
},
|
|
33882
|
+
faucets: [],
|
|
33883
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
33884
|
+
infoURL: 'https://docs.zero.network',
|
|
33885
|
+
shortName: 'zero-sepolia',
|
|
33886
|
+
chainId: 4457845,
|
|
33887
|
+
networkId: 4457845,
|
|
33888
|
+
slip44: 1,
|
|
33889
|
+
explorers: [
|
|
33890
|
+
{
|
|
33891
|
+
name: 'ZERO Testnet Explorer',
|
|
33892
|
+
url: 'https://explorer.zero.network',
|
|
33893
|
+
standard: 'EIP3091'
|
|
33894
|
+
}
|
|
33895
|
+
],
|
|
33896
|
+
iconURL: 'https://ipfs.io/ipfs/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X'
|
|
33897
|
+
},
|
|
32601
33898
|
5112023: {
|
|
32602
33899
|
name: 'NumBlock Chain',
|
|
32603
33900
|
chain: 'NumBlock',
|
|
@@ -33157,6 +34454,26 @@ exports.chains = {
|
|
|
33157
34454
|
],
|
|
33158
34455
|
iconURL: 'https://ipfs.io/ipfs/QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi'
|
|
33159
34456
|
},
|
|
34457
|
+
10241024: {
|
|
34458
|
+
name: 'AlienX Mainnet',
|
|
34459
|
+
chain: 'AlienX Mainnet',
|
|
34460
|
+
rpc: ['https://rpc.alienxchain.io/http'],
|
|
34461
|
+
faucets: [],
|
|
34462
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
34463
|
+
infoURL: 'https://alienxchain.io/home',
|
|
34464
|
+
shortName: 'AlienX',
|
|
34465
|
+
chainId: 10241024,
|
|
34466
|
+
networkId: 10241024,
|
|
34467
|
+
icon: 'alienx',
|
|
34468
|
+
explorers: [
|
|
34469
|
+
{
|
|
34470
|
+
name: 'AlienXChain Explorer',
|
|
34471
|
+
url: 'https://explorer.alienxchain.io',
|
|
34472
|
+
standard: 'EIP3091'
|
|
34473
|
+
}
|
|
34474
|
+
],
|
|
34475
|
+
iconURL: 'https://ipfs.io/ipfs/QmWAa7JayD8HCtAMXezzUNcUoi2Rikqpu2WmrHpFBmDEez'
|
|
34476
|
+
},
|
|
33160
34477
|
10241025: {
|
|
33161
34478
|
name: 'ALIENX Hal Testnet',
|
|
33162
34479
|
chain: 'ALIENX Hal',
|
|
@@ -33243,6 +34560,48 @@ exports.chains = {
|
|
|
33243
34560
|
}
|
|
33244
34561
|
]
|
|
33245
34562
|
},
|
|
34563
|
+
12227331: {
|
|
34564
|
+
name: 'NeoX Testnet T3',
|
|
34565
|
+
chain: 'NeoX',
|
|
34566
|
+
rpc: ['https://neoxseed1.ngd.network/'],
|
|
34567
|
+
faucets: [],
|
|
34568
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
34569
|
+
infoURL: 'https://neo.org/',
|
|
34570
|
+
shortName: 'neox',
|
|
34571
|
+
chainId: 12227331,
|
|
34572
|
+
networkId: 12227331,
|
|
34573
|
+
icon: 'neox',
|
|
34574
|
+
explorers: [
|
|
34575
|
+
{
|
|
34576
|
+
name: 'neox-scan',
|
|
34577
|
+
url: 'https://testnet.scan.banelabs.org',
|
|
34578
|
+
standard: 'EIP3091'
|
|
34579
|
+
}
|
|
34580
|
+
],
|
|
34581
|
+
status: 'deprecated',
|
|
34582
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
|
|
34583
|
+
},
|
|
34584
|
+
12227332: {
|
|
34585
|
+
name: 'NeoX Testnet T4',
|
|
34586
|
+
chain: 'NeoX',
|
|
34587
|
+
rpc: ['https://testnet.rpc.banelabs.org/'],
|
|
34588
|
+
faucets: [],
|
|
34589
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
|
34590
|
+
infoURL: 'https://neo.org/',
|
|
34591
|
+
shortName: 'neox-t4',
|
|
34592
|
+
chainId: 12227332,
|
|
34593
|
+
networkId: 12227332,
|
|
34594
|
+
icon: 'neox',
|
|
34595
|
+
explorers: [
|
|
34596
|
+
{
|
|
34597
|
+
name: 'neox-scan',
|
|
34598
|
+
url: 'https://testnet.scan.banelabs.org',
|
|
34599
|
+
standard: 'EIP3091'
|
|
34600
|
+
}
|
|
34601
|
+
],
|
|
34602
|
+
status: 'active',
|
|
34603
|
+
iconURL: 'https://ipfs.io/ipfs/QmR3iCrjrW814fyv79UeVimDT4fTeBQcpYgMYxv1U6W15u'
|
|
34604
|
+
},
|
|
33246
34605
|
13068200: {
|
|
33247
34606
|
name: 'COTI Devnet',
|
|
33248
34607
|
title: 'COTI Devnet',
|
|
@@ -33343,6 +34702,27 @@ exports.chains = {
|
|
|
33343
34702
|
],
|
|
33344
34703
|
iconURL: 'https://ipfs.io/ipfs/QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp'
|
|
33345
34704
|
},
|
|
34705
|
+
18071918: {
|
|
34706
|
+
name: 'Mande Network Mainnet',
|
|
34707
|
+
chain: 'Mande',
|
|
34708
|
+
rpc: ['https://mande-mainnet.public.blastapi.io'],
|
|
34709
|
+
faucets: [],
|
|
34710
|
+
nativeCurrency: { name: 'Mand', symbol: 'MAND', decimals: 18 },
|
|
34711
|
+
infoURL: 'https://mande.network/',
|
|
34712
|
+
shortName: 'Mande',
|
|
34713
|
+
chainId: 18071918,
|
|
34714
|
+
networkId: 18071918,
|
|
34715
|
+
icon: 'mande',
|
|
34716
|
+
explorers: [
|
|
34717
|
+
{
|
|
34718
|
+
name: 'FYI',
|
|
34719
|
+
url: 'https://dym.fyi/r/mande',
|
|
34720
|
+
icon: 'fyi',
|
|
34721
|
+
standard: 'EIP3091'
|
|
34722
|
+
}
|
|
34723
|
+
],
|
|
34724
|
+
iconURL: 'https://ipfs.io/ipfs/QmbySJWaSQxzL3F4zvpKYaNvMjHsX2qUyWTv2kpitq9dW8'
|
|
34725
|
+
},
|
|
33346
34726
|
18289463: {
|
|
33347
34727
|
name: 'IOLite',
|
|
33348
34728
|
chain: 'ILT',
|
|
@@ -33354,6 +34734,50 @@ exports.chains = {
|
|
|
33354
34734
|
chainId: 18289463,
|
|
33355
34735
|
networkId: 18289463
|
|
33356
34736
|
},
|
|
34737
|
+
19850818: {
|
|
34738
|
+
name: 'DeepBrainChain Testnet',
|
|
34739
|
+
chain: 'DeepBrainChain',
|
|
34740
|
+
rpc: ['https://rpc-testnet.dbcwallet.io'],
|
|
34741
|
+
faucets: [],
|
|
34742
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
|
|
34743
|
+
infoURL: 'https://www.deepbrainchain.org',
|
|
34744
|
+
shortName: 'tDBC',
|
|
34745
|
+
chainId: 19850818,
|
|
34746
|
+
icon: 'dbc',
|
|
34747
|
+
networkId: 19850818,
|
|
34748
|
+
slip44: 1,
|
|
34749
|
+
explorers: [
|
|
34750
|
+
{
|
|
34751
|
+
name: 'DeepBrainChain Testnet',
|
|
34752
|
+
url: 'https://blockscout-testnet.dbcscan.io',
|
|
34753
|
+
icon: 'dbc',
|
|
34754
|
+
standard: 'EIP3091'
|
|
34755
|
+
}
|
|
34756
|
+
],
|
|
34757
|
+
iconURL: 'https://ipfs.io/ipfs/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG'
|
|
34758
|
+
},
|
|
34759
|
+
19880818: {
|
|
34760
|
+
name: 'DeepBrainChain Mainnet',
|
|
34761
|
+
chain: 'DeepBrainChain',
|
|
34762
|
+
rpc: ['https://rpc.dbcwallet.io'],
|
|
34763
|
+
faucets: [],
|
|
34764
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
|
|
34765
|
+
infoURL: 'https://www.deepbrainchain.org',
|
|
34766
|
+
shortName: 'DBC',
|
|
34767
|
+
chainId: 19880818,
|
|
34768
|
+
networkId: 19880818,
|
|
34769
|
+
icon: 'dbc',
|
|
34770
|
+
slip44: 1,
|
|
34771
|
+
explorers: [
|
|
34772
|
+
{
|
|
34773
|
+
name: 'DeepBrainChain Mainnet',
|
|
34774
|
+
url: 'https://blockscout.dbcscan.io',
|
|
34775
|
+
icon: 'dbc',
|
|
34776
|
+
standard: 'EIP3091'
|
|
34777
|
+
}
|
|
34778
|
+
],
|
|
34779
|
+
iconURL: 'https://ipfs.io/ipfs/QmXxRtZnrvzckKVwbRLpKpP9E9vGgQCUPkLroQDCYTmQdG'
|
|
34780
|
+
},
|
|
33357
34781
|
20180427: {
|
|
33358
34782
|
name: 'Stability Testnet',
|
|
33359
34783
|
chain: 'stabilityTestnet',
|
|
@@ -33442,6 +34866,29 @@ exports.chains = {
|
|
|
33442
34866
|
],
|
|
33443
34867
|
iconURL: 'https://ipfs.io/ipfs/QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx'
|
|
33444
34868
|
},
|
|
34869
|
+
20230825: {
|
|
34870
|
+
name: 'Vcity Testnet',
|
|
34871
|
+
chain: 'VCITY',
|
|
34872
|
+
rpc: ['https://testnet.vcity.app'],
|
|
34873
|
+
faucets: [],
|
|
34874
|
+
nativeCurrency: {
|
|
34875
|
+
name: 'Testnet Vcity Token',
|
|
34876
|
+
symbol: 'VCITY',
|
|
34877
|
+
decimals: 18
|
|
34878
|
+
},
|
|
34879
|
+
features: [],
|
|
34880
|
+
infoURL: 'https://vcity.app',
|
|
34881
|
+
shortName: 'Vcity',
|
|
34882
|
+
chainId: 20230825,
|
|
34883
|
+
networkId: 20230825,
|
|
34884
|
+
explorers: [
|
|
34885
|
+
{
|
|
34886
|
+
name: 'Vcity Explorer',
|
|
34887
|
+
url: 'https://scan.vcity.app',
|
|
34888
|
+
standard: 'EIP3091'
|
|
34889
|
+
}
|
|
34890
|
+
]
|
|
34891
|
+
},
|
|
33445
34892
|
20240324: {
|
|
33446
34893
|
name: 'DeBank Sepolia Testnet',
|
|
33447
34894
|
chain: 'DeBank',
|
|
@@ -33463,6 +34910,26 @@ exports.chains = {
|
|
|
33463
34910
|
],
|
|
33464
34911
|
iconURL: 'https://ipfs.io/ipfs/QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN'
|
|
33465
34912
|
},
|
|
34913
|
+
20240603: {
|
|
34914
|
+
name: 'DBK Chain',
|
|
34915
|
+
chain: 'DBK Chain',
|
|
34916
|
+
rpc: ['https://rpc.mainnet.dbkchain.io'],
|
|
34917
|
+
icon: 'dbkchain',
|
|
34918
|
+
faucets: [],
|
|
34919
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34920
|
+
infoURL: 'https://docs.dbkchain.io',
|
|
34921
|
+
shortName: 'dbkchain',
|
|
34922
|
+
chainId: 20240603,
|
|
34923
|
+
networkId: 20240603,
|
|
34924
|
+
explorers: [
|
|
34925
|
+
{
|
|
34926
|
+
name: 'DBK Chain Explorer',
|
|
34927
|
+
url: 'https://scan.dbkchain.io',
|
|
34928
|
+
standard: 'EIP3091'
|
|
34929
|
+
}
|
|
34930
|
+
],
|
|
34931
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeib7ovny3xkl4nr4a5oqvoqwf7dcjtqavydysclfmbavbl2oekhxty'
|
|
34932
|
+
},
|
|
33466
34933
|
20241133: {
|
|
33467
34934
|
name: 'Swan Proxima Testnet',
|
|
33468
34935
|
chain: 'SWAN',
|
|
@@ -33768,6 +35235,28 @@ exports.chains = {
|
|
|
33768
35235
|
},
|
|
33769
35236
|
65010002: {
|
|
33770
35237
|
name: 'Autonity Bakerloo (Sumida) Testnet',
|
|
35238
|
+
status: 'deprecated',
|
|
35239
|
+
chain: 'AUT',
|
|
35240
|
+
rpc: [],
|
|
35241
|
+
faucets: ['https://faucet.autonity.org/'],
|
|
35242
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
35243
|
+
infoURL: 'https://autonity.org/',
|
|
35244
|
+
shortName: 'bakerloo-02',
|
|
35245
|
+
chainId: 65010002,
|
|
35246
|
+
networkId: 65010002,
|
|
35247
|
+
slip44: 1,
|
|
35248
|
+
icon: 'autonity',
|
|
35249
|
+
explorers: [
|
|
35250
|
+
{
|
|
35251
|
+
name: 'autonity-blockscout',
|
|
35252
|
+
url: 'https://bakerloo.autonity.org',
|
|
35253
|
+
standard: 'EIP3091'
|
|
35254
|
+
}
|
|
35255
|
+
],
|
|
35256
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
35257
|
+
},
|
|
35258
|
+
65010003: {
|
|
35259
|
+
name: 'Autonity Bakerloo (Yamuna) Testnet',
|
|
33771
35260
|
chain: 'AUT',
|
|
33772
35261
|
rpc: [
|
|
33773
35262
|
'https://rpc1.bakerloo.autonity.org/',
|
|
@@ -33776,9 +35265,9 @@ exports.chains = {
|
|
|
33776
35265
|
faucets: ['https://faucet.autonity.org/'],
|
|
33777
35266
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
33778
35267
|
infoURL: 'https://autonity.org/',
|
|
33779
|
-
shortName: 'bakerloo-
|
|
33780
|
-
chainId:
|
|
33781
|
-
networkId:
|
|
35268
|
+
shortName: 'bakerloo-03',
|
|
35269
|
+
chainId: 65010003,
|
|
35270
|
+
networkId: 65010003,
|
|
33782
35271
|
slip44: 1,
|
|
33783
35272
|
icon: 'autonity',
|
|
33784
35273
|
explorers: [
|
|
@@ -33836,6 +35325,28 @@ exports.chains = {
|
|
|
33836
35325
|
},
|
|
33837
35326
|
65100002: {
|
|
33838
35327
|
name: 'Autonity Piccadilly (Sumida) Testnet',
|
|
35328
|
+
status: 'deprecated',
|
|
35329
|
+
chain: 'AUT',
|
|
35330
|
+
rpc: [],
|
|
35331
|
+
faucets: [],
|
|
35332
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
35333
|
+
infoURL: 'https://autonity.org/',
|
|
35334
|
+
shortName: 'piccadilly-02',
|
|
35335
|
+
chainId: 65100002,
|
|
35336
|
+
networkId: 65100002,
|
|
35337
|
+
slip44: 1,
|
|
35338
|
+
icon: 'autonity',
|
|
35339
|
+
explorers: [
|
|
35340
|
+
{
|
|
35341
|
+
name: 'autonity-blockscout',
|
|
35342
|
+
url: 'https://piccadilly.autonity.org',
|
|
35343
|
+
standard: 'EIP3091'
|
|
35344
|
+
}
|
|
35345
|
+
],
|
|
35346
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
35347
|
+
},
|
|
35348
|
+
65100003: {
|
|
35349
|
+
name: 'Autonity Piccadilly (Yamuna) Testnet',
|
|
33839
35350
|
chain: 'AUT',
|
|
33840
35351
|
rpc: [
|
|
33841
35352
|
'https://rpc1.piccadilly.autonity.org/',
|
|
@@ -33844,9 +35355,9 @@ exports.chains = {
|
|
|
33844
35355
|
faucets: [],
|
|
33845
35356
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
33846
35357
|
infoURL: 'https://autonity.org/',
|
|
33847
|
-
shortName: 'piccadilly-
|
|
33848
|
-
chainId:
|
|
33849
|
-
networkId:
|
|
35358
|
+
shortName: 'piccadilly-03',
|
|
35359
|
+
chainId: 65100003,
|
|
35360
|
+
networkId: 65100003,
|
|
33850
35361
|
slip44: 1,
|
|
33851
35362
|
icon: 'autonity',
|
|
33852
35363
|
explorers: [
|
|
@@ -33907,6 +35418,24 @@ exports.chains = {
|
|
|
33907
35418
|
},
|
|
33908
35419
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
33909
35420
|
},
|
|
35421
|
+
88558801: {
|
|
35422
|
+
name: 'Backstop Testnet',
|
|
35423
|
+
chain: 'backstopTestnet',
|
|
35424
|
+
icon: 'backstop',
|
|
35425
|
+
rpc: ['https://testnet.rpc.backstop.technology'],
|
|
35426
|
+
faucets: [],
|
|
35427
|
+
nativeCurrency: { name: 'Backstop Testnet 1', symbol: 'ZBS', decimals: 18 },
|
|
35428
|
+
infoURL: 'https://backstop.technology/testnet',
|
|
35429
|
+
shortName: 'backstop-testnet',
|
|
35430
|
+
chainId: 88558801,
|
|
35431
|
+
networkId: 88558801,
|
|
35432
|
+
parent: {
|
|
35433
|
+
type: 'L2',
|
|
35434
|
+
chain: 'eip155-11155111',
|
|
35435
|
+
bridges: [{ url: 'https://testnet.bridge.backstop.technology' }]
|
|
35436
|
+
},
|
|
35437
|
+
iconURL: 'https://ipfs.io/ipfs/QmaWH5iWif22gtYVizWvuPoEHZ3qZjYc8nXnEgPh9rLMiY'
|
|
35438
|
+
},
|
|
33910
35439
|
88888888: {
|
|
33911
35440
|
name: 'T.E.A.M Blockchain',
|
|
33912
35441
|
chain: 'TEAM',
|
|
@@ -34193,6 +35722,20 @@ exports.chains = {
|
|
|
34193
35722
|
],
|
|
34194
35723
|
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
34195
35724
|
},
|
|
35725
|
+
245022929: {
|
|
35726
|
+
name: 'Neon EVM Devnet Rollup',
|
|
35727
|
+
chain: 'Solana',
|
|
35728
|
+
rpc: ['https://devnet.rollup.neonevm.org/'],
|
|
35729
|
+
faucets: [],
|
|
35730
|
+
icon: 'neon',
|
|
35731
|
+
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|
|
35732
|
+
infoURL: 'https://neonevm.org/',
|
|
35733
|
+
shortName: 'neonevm-devnet-rollup',
|
|
35734
|
+
chainId: 245022929,
|
|
35735
|
+
networkId: 245022929,
|
|
35736
|
+
explorers: [],
|
|
35737
|
+
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
35738
|
+
},
|
|
34196
35739
|
245022934: {
|
|
34197
35740
|
name: 'Neon EVM Mainnet',
|
|
34198
35741
|
chain: 'Solana',
|
|
@@ -35073,7 +36616,30 @@ exports.chains = {
|
|
|
35073
36616
|
}
|
|
35074
36617
|
],
|
|
35075
36618
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
35076
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
36619
|
+
iconURL: 'https://ipfs.io/ipfs/QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW'
|
|
36620
|
+
},
|
|
36621
|
+
1903648807: {
|
|
36622
|
+
name: 'Gemuchain Testnet',
|
|
36623
|
+
chain: 'Gemuchain',
|
|
36624
|
+
rpc: ['https://gemutest-rpc.gemuchain.io'],
|
|
36625
|
+
faucets: ['https://faucet.gemuchain.io/'],
|
|
36626
|
+
nativeCurrency: { name: 'Gemuchain', symbol: 'GEMU', decimals: 18 },
|
|
36627
|
+
infoURL: 'https://gemuchain.io/',
|
|
36628
|
+
shortName: 'Gemuchain',
|
|
36629
|
+
chainId: 1903648807,
|
|
36630
|
+
networkId: 1903648807,
|
|
36631
|
+
explorers: [
|
|
36632
|
+
{
|
|
36633
|
+
name: 'Gemuchain Explorer (Blockscout)',
|
|
36634
|
+
url: 'https://gemutest-explorer.gemuchain.io',
|
|
36635
|
+
standard: 'EIP3091'
|
|
36636
|
+
}
|
|
36637
|
+
],
|
|
36638
|
+
parent: {
|
|
36639
|
+
type: 'L2',
|
|
36640
|
+
chain: 'eip155-1',
|
|
36641
|
+
bridges: [{ url: 'https://gemutest-bridge.gemuchain.io/login' }]
|
|
36642
|
+
}
|
|
35077
36643
|
},
|
|
35078
36644
|
1918988905: {
|
|
35079
36645
|
name: 'RARI Chain Testnet',
|
|
@@ -35325,7 +36891,7 @@ exports.chains = {
|
|
|
35325
36891
|
networkId: 107107114116,
|
|
35326
36892
|
explorers: [],
|
|
35327
36893
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
35328
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
36894
|
+
iconURL: 'https://ipfs.io/ipfs/QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW'
|
|
35329
36895
|
},
|
|
35330
36896
|
111222333444: {
|
|
35331
36897
|
name: 'Alphabet Mainnet',
|