@revoke.cash/chains 46.0.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 +1701 -60
- package/dist/src/enums.d.ts +162 -4
- package/dist/src/enums.js +162 -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',
|
|
@@ -6153,6 +6331,18 @@ exports.chains = {
|
|
|
6153
6331
|
],
|
|
6154
6332
|
iconURL: 'https://ipfs.io/ipfs/bafkreihs2nrnizpcuzjmuu2yi7wrtwd7qlqje46qnil5bnntfbfkb2roea'
|
|
6155
6333
|
},
|
|
6334
|
+
480: {
|
|
6335
|
+
name: 'World Chain',
|
|
6336
|
+
chain: 'ETH',
|
|
6337
|
+
rpc: [],
|
|
6338
|
+
faucets: [],
|
|
6339
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6340
|
+
infoURL: 'https://worldcoin.org',
|
|
6341
|
+
shortName: 'wc',
|
|
6342
|
+
chainId: 480,
|
|
6343
|
+
networkId: 480,
|
|
6344
|
+
status: 'incubating'
|
|
6345
|
+
},
|
|
6156
6346
|
499: {
|
|
6157
6347
|
name: 'Rupaya',
|
|
6158
6348
|
chain: 'RUPX',
|
|
@@ -6737,6 +6927,31 @@ exports.chains = {
|
|
|
6737
6927
|
],
|
|
6738
6928
|
iconURL: 'https://ipfs.io/ipfs/QmTPbbhH4CkQiQWm4JUh3J9o5w79vXjFZaMBW4DKNuSVU3'
|
|
6739
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
|
+
},
|
|
6740
6955
|
612: {
|
|
6741
6956
|
name: 'EIOB Mainnet',
|
|
6742
6957
|
chain: 'EIOB',
|
|
@@ -6809,9 +7024,9 @@ exports.chains = {
|
|
|
6809
7024
|
icon: 'flowevm',
|
|
6810
7025
|
explorers: [
|
|
6811
7026
|
{
|
|
6812
|
-
name: 'Flow
|
|
6813
|
-
url: 'https://
|
|
6814
|
-
standard: '
|
|
7027
|
+
name: 'EVM on Flow Block Explorer (PreviewNet)',
|
|
7028
|
+
url: 'https://eth.flowscan.io',
|
|
7029
|
+
standard: 'EIP3091'
|
|
6815
7030
|
}
|
|
6816
7031
|
],
|
|
6817
7032
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
@@ -7783,6 +7998,24 @@ exports.chains = {
|
|
|
7783
7998
|
],
|
|
7784
7999
|
iconURL: 'https://ipfs.io/ipfs/QmQhdktNyBeXmCaVuQpi1B4yXheSUKrJA17L4wpECKzG5D'
|
|
7785
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
|
+
},
|
|
7786
8019
|
859: {
|
|
7787
8020
|
name: 'Zeeth Chain Dev',
|
|
7788
8021
|
chain: 'ZeethChainDev',
|
|
@@ -7890,7 +8123,17 @@ exports.chains = {
|
|
|
7890
8123
|
shortName: 'wan',
|
|
7891
8124
|
chainId: 888,
|
|
7892
8125
|
networkId: 888,
|
|
7893
|
-
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'
|
|
7894
8137
|
},
|
|
7895
8138
|
898: {
|
|
7896
8139
|
name: 'MAXI Chain Testnet',
|
|
@@ -7911,7 +8154,7 @@ exports.chains = {
|
|
|
7911
8154
|
standard: 'EIP3091'
|
|
7912
8155
|
}
|
|
7913
8156
|
],
|
|
7914
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8157
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo'
|
|
7915
8158
|
},
|
|
7916
8159
|
899: {
|
|
7917
8160
|
name: 'MAXI Chain Mainnet',
|
|
@@ -7932,7 +8175,7 @@ exports.chains = {
|
|
|
7932
8175
|
standard: 'EIP3091'
|
|
7933
8176
|
}
|
|
7934
8177
|
],
|
|
7935
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8178
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwqTBqA8ayxizG4XwLUSyg3xkQbpzUEvqQmWzyMSjnCo'
|
|
7936
8179
|
},
|
|
7937
8180
|
900: {
|
|
7938
8181
|
name: 'Garizon Testnet Stage0',
|
|
@@ -8447,6 +8690,26 @@ exports.chains = {
|
|
|
8447
8690
|
],
|
|
8448
8691
|
iconURL: 'https://ipfs.io/ipfs/bafkreig52paynhccs4o5ew6f7mk3xoqu2bqtitmfvlgnwarh2pm33gbdrq'
|
|
8449
8692
|
},
|
|
8693
|
+
987: {
|
|
8694
|
+
name: 'BinaryChain Mainnet',
|
|
8695
|
+
chain: 'BinaryChain',
|
|
8696
|
+
icon: 'binary',
|
|
8697
|
+
rpc: ['https://rpc.binarychain.org'],
|
|
8698
|
+
faucets: [],
|
|
8699
|
+
nativeCurrency: { name: 'BINARY', symbol: 'BNRY', decimals: 18 },
|
|
8700
|
+
infoURL: 'https://binarychain.org',
|
|
8701
|
+
shortName: 'binary',
|
|
8702
|
+
chainId: 987,
|
|
8703
|
+
networkId: 987,
|
|
8704
|
+
explorers: [
|
|
8705
|
+
{
|
|
8706
|
+
name: 'BinaryChain Explorer',
|
|
8707
|
+
url: 'https://explorer.binarychain.org',
|
|
8708
|
+
standard: 'EIP3091'
|
|
8709
|
+
}
|
|
8710
|
+
],
|
|
8711
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay'
|
|
8712
|
+
},
|
|
8450
8713
|
989: {
|
|
8451
8714
|
name: 'TOP Mainnet',
|
|
8452
8715
|
chain: 'TOP',
|
|
@@ -8487,14 +8750,39 @@ exports.chains = {
|
|
|
8487
8750
|
],
|
|
8488
8751
|
iconURL: 'https://ipfs.io/ipfs/Qmcr8US1DZcK3ooiMtE8tEQPgep12abXzxPw1jCkgZhji9'
|
|
8489
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
|
+
},
|
|
8490
8774
|
997: {
|
|
8491
8775
|
name: '5ireChain Thunder',
|
|
8492
|
-
chain: '5ireChain',
|
|
8776
|
+
chain: '5ireChain Testnet',
|
|
8493
8777
|
rpc: ['https://rpc-testnet.5ire.network'],
|
|
8494
8778
|
faucets: ['https://explorer.5ire.network/faucet'],
|
|
8495
|
-
nativeCurrency: {
|
|
8779
|
+
nativeCurrency: {
|
|
8780
|
+
name: '5ire Testnet Token',
|
|
8781
|
+
symbol: 'T5IRE',
|
|
8782
|
+
decimals: 18
|
|
8783
|
+
},
|
|
8496
8784
|
infoURL: 'https://5ire.org',
|
|
8497
|
-
shortName: '
|
|
8785
|
+
shortName: 'T5ire',
|
|
8498
8786
|
chainId: 997,
|
|
8499
8787
|
networkId: 997,
|
|
8500
8788
|
icon: '5ireChain',
|
|
@@ -8543,7 +8831,17 @@ exports.chains = {
|
|
|
8543
8831
|
shortName: 'twan',
|
|
8544
8832
|
chainId: 999,
|
|
8545
8833
|
networkId: 999,
|
|
8546
|
-
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'
|
|
8547
8845
|
},
|
|
8548
8846
|
1000: {
|
|
8549
8847
|
name: 'GTON Mainnet',
|
|
@@ -9265,7 +9563,7 @@ exports.chains = {
|
|
|
9265
9563
|
standard: 'EIP3091'
|
|
9266
9564
|
}
|
|
9267
9565
|
],
|
|
9268
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
9566
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
9269
9567
|
},
|
|
9270
9568
|
1116: {
|
|
9271
9569
|
name: 'Core Blockchain Mainnet',
|
|
@@ -9295,7 +9593,7 @@ exports.chains = {
|
|
|
9295
9593
|
standard: 'EIP3091'
|
|
9296
9594
|
}
|
|
9297
9595
|
],
|
|
9298
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
9596
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
9299
9597
|
},
|
|
9300
9598
|
1117: {
|
|
9301
9599
|
name: 'Dogcoin Mainnet',
|
|
@@ -9617,7 +9915,7 @@ exports.chains = {
|
|
|
9617
9915
|
explorers: [
|
|
9618
9916
|
{
|
|
9619
9917
|
name: 'Cuckoo Chain Explorer',
|
|
9620
|
-
url: 'https://
|
|
9918
|
+
url: 'https://scan.cuckoo.network',
|
|
9621
9919
|
standard: 'EIP3091'
|
|
9622
9920
|
}
|
|
9623
9921
|
],
|
|
@@ -9754,6 +10052,19 @@ exports.chains = {
|
|
|
9754
10052
|
icon: 'cycle',
|
|
9755
10053
|
iconURL: 'https://ipfs.io/ipfs/QmeC4mKGbBpwmLfFxUSsareWkSWJomevUmex8ajjxo1zHx'
|
|
9756
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
|
+
},
|
|
9757
10068
|
1224: {
|
|
9758
10069
|
name: 'Hybrid Testnet (Deprecated)',
|
|
9759
10070
|
chain: 'HYB',
|
|
@@ -10241,6 +10552,26 @@ exports.chains = {
|
|
|
10241
10552
|
}
|
|
10242
10553
|
]
|
|
10243
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
|
+
},
|
|
10244
10575
|
1314: {
|
|
10245
10576
|
name: 'Alyx Mainnet',
|
|
10246
10577
|
chain: 'ALYX',
|
|
@@ -10764,6 +11095,34 @@ exports.chains = {
|
|
|
10764
11095
|
],
|
|
10765
11096
|
iconURL: 'https://ipfs.io/ipfs/bafkreid5evn4qovxo6msuekizv5zn7va62tea7w2zpdx5sskconebuhqle'
|
|
10766
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
|
+
},
|
|
10767
11126
|
1490: {
|
|
10768
11127
|
name: 'Vitruveo Mainnet',
|
|
10769
11128
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -10908,6 +11267,44 @@ exports.chains = {
|
|
|
10908
11267
|
],
|
|
10909
11268
|
iconURL: 'https://ipfs.io/ipfs/Qmc1gqjWTzNo4pyFSGtQuCu7kRSZZBUVybtTjHn2nNEEPA'
|
|
10910
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
|
+
},
|
|
10911
11308
|
1617: {
|
|
10912
11309
|
name: 'Ethereum Inscription Mainnet',
|
|
10913
11310
|
chain: 'ETINS',
|
|
@@ -10980,6 +11377,24 @@ exports.chains = {
|
|
|
10980
11377
|
},
|
|
10981
11378
|
iconURL: 'https://ipfs.io/ipfs/QmU5XU4S5oaGM5fj8oU1ovhWoXCzGWspwRj2zWRTuJrU4k'
|
|
10982
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
|
+
},
|
|
10983
11398
|
1657: {
|
|
10984
11399
|
name: 'Btachain',
|
|
10985
11400
|
chain: 'btachain',
|
|
@@ -11328,7 +11743,7 @@ exports.chains = {
|
|
|
11328
11743
|
parent: {
|
|
11329
11744
|
type: 'L2',
|
|
11330
11745
|
chain: 'eip155-1',
|
|
11331
|
-
bridges: [{ url: 'https://
|
|
11746
|
+
bridges: [{ url: 'https://portal.zkbase.app/' }]
|
|
11332
11747
|
},
|
|
11333
11748
|
redFlags: ['reusedChainId'],
|
|
11334
11749
|
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
@@ -11391,6 +11806,27 @@ exports.chains = {
|
|
|
11391
11806
|
],
|
|
11392
11807
|
iconURL: 'https://ipfs.io/ipfs/QmdfbjjF3ZzN2jTkH9REgrA8jDS6A6c21n7rbWSVbSnvQc'
|
|
11393
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
|
+
},
|
|
11394
11830
|
1818: {
|
|
11395
11831
|
name: 'Cube Chain Mainnet',
|
|
11396
11832
|
chain: 'Cube',
|
|
@@ -12084,6 +12520,26 @@ exports.chains = {
|
|
|
12084
12520
|
],
|
|
12085
12521
|
iconURL: 'https://ipfs.io/ipfs/QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW'
|
|
12086
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
|
+
},
|
|
12087
12543
|
1994: {
|
|
12088
12544
|
name: 'Ekta',
|
|
12089
12545
|
chain: 'EKTA',
|
|
@@ -12557,7 +13013,7 @@ exports.chains = {
|
|
|
12557
13013
|
faucets: [],
|
|
12558
13014
|
nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
|
|
12559
13015
|
infoURL: 'https://swanchain.io/',
|
|
12560
|
-
shortName: '
|
|
13016
|
+
shortName: 'saturn',
|
|
12561
13017
|
chainId: 2024,
|
|
12562
13018
|
networkId: 2024
|
|
12563
13019
|
},
|
|
@@ -13459,6 +13915,27 @@ exports.chains = {
|
|
|
13459
13915
|
explorers: [],
|
|
13460
13916
|
status: 'incubating'
|
|
13461
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
|
+
},
|
|
13462
13939
|
2323: {
|
|
13463
13940
|
name: 'SOMA Network Testnet',
|
|
13464
13941
|
chain: 'SOMA',
|
|
@@ -13797,22 +14274,22 @@ exports.chains = {
|
|
|
13797
14274
|
iconURL: 'https://ipfs.io/ipfs/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW'
|
|
13798
14275
|
},
|
|
13799
14276
|
2425: {
|
|
13800
|
-
name: 'King Of Legends
|
|
13801
|
-
title: 'King Of Legends
|
|
13802
|
-
chain: '
|
|
14277
|
+
name: 'King Of Legends Mainnet',
|
|
14278
|
+
title: 'King Of Legends Mainnet',
|
|
14279
|
+
chain: 'KCC',
|
|
13803
14280
|
icon: 'kol',
|
|
13804
|
-
rpc: ['https://rpc-
|
|
14281
|
+
rpc: ['https://rpc-mainnet.kinggamer.org/'],
|
|
13805
14282
|
faucets: [],
|
|
13806
|
-
nativeCurrency: { name: 'King Of Legends', symbol: '
|
|
14283
|
+
nativeCurrency: { name: 'King Of Legends', symbol: 'KCC', decimals: 18 },
|
|
13807
14284
|
infoURL: 'https://kingoflegends.net/',
|
|
13808
|
-
shortName: '
|
|
14285
|
+
shortName: 'kcc',
|
|
13809
14286
|
chainId: 2425,
|
|
13810
14287
|
networkId: 2425,
|
|
13811
14288
|
slip44: 1,
|
|
13812
14289
|
explorers: [
|
|
13813
14290
|
{
|
|
13814
|
-
name: 'King Of Legends
|
|
13815
|
-
url: 'https://
|
|
14291
|
+
name: 'King Of Legends Mainnet Explorer',
|
|
14292
|
+
url: 'https://kingscan.org',
|
|
13816
14293
|
icon: 'kol',
|
|
13817
14294
|
standard: 'EIP3091'
|
|
13818
14295
|
}
|
|
@@ -14814,6 +15291,34 @@ exports.chains = {
|
|
|
14814
15291
|
networkId: 3335,
|
|
14815
15292
|
slip44: 1
|
|
14816
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
|
+
},
|
|
14817
15322
|
3400: {
|
|
14818
15323
|
name: 'Paribu Net Mainnet',
|
|
14819
15324
|
chain: 'PRB',
|
|
@@ -16444,6 +16949,11 @@ exports.chains = {
|
|
|
16444
16949
|
chainId: 5000,
|
|
16445
16950
|
networkId: 5000,
|
|
16446
16951
|
explorers: [
|
|
16952
|
+
{
|
|
16953
|
+
name: 'mantlescan',
|
|
16954
|
+
url: 'https://mantlescan.xyz',
|
|
16955
|
+
standard: 'EIP3091'
|
|
16956
|
+
},
|
|
16447
16957
|
{
|
|
16448
16958
|
name: 'Mantle Explorer',
|
|
16449
16959
|
url: 'https://explorer.mantle.xyz',
|
|
@@ -16904,6 +17414,27 @@ exports.chains = {
|
|
|
16904
17414
|
}
|
|
16905
17415
|
]
|
|
16906
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
|
+
},
|
|
16907
17438
|
5353: {
|
|
16908
17439
|
name: 'Tritanium Testnet',
|
|
16909
17440
|
chain: 'TRITANIUM',
|
|
@@ -17525,6 +18056,31 @@ exports.chains = {
|
|
|
17525
18056
|
],
|
|
17526
18057
|
iconURL: 'https://ipfs.io/ipfs/Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5'
|
|
17527
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
|
+
},
|
|
17528
18084
|
6321: {
|
|
17529
18085
|
name: 'Aura Euphoria Testnet',
|
|
17530
18086
|
chain: 'Aura',
|
|
@@ -17841,6 +18397,60 @@ exports.chains = {
|
|
|
17841
18397
|
],
|
|
17842
18398
|
iconURL: 'https://ipfs.io/ipfs/QmPNuymyaKLJhCaXnyrsL8358FeTxabZFsaxMmWNU4Tzt3'
|
|
17843
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
|
+
},
|
|
17844
18454
|
6868: {
|
|
17845
18455
|
name: 'Pools Mainnet',
|
|
17846
18456
|
chain: 'Pools',
|
|
@@ -17911,7 +18521,10 @@ exports.chains = {
|
|
|
17911
18521
|
icon: 'zetachain',
|
|
17912
18522
|
rpc: [
|
|
17913
18523
|
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
|
17914
|
-
'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'
|
|
17915
18528
|
],
|
|
17916
18529
|
faucets: [],
|
|
17917
18530
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
@@ -17930,30 +18543,34 @@ exports.chains = {
|
|
|
17930
18543
|
iconURL: 'https://ipfs.io/ipfs/QmP4Gnf4Lkp8q5LQVePNjAWxSqrw8vU2JAf7amcFz4vEUy'
|
|
17931
18544
|
},
|
|
17932
18545
|
7001: {
|
|
17933
|
-
name: 'ZetaChain
|
|
18546
|
+
name: 'ZetaChain Testnet',
|
|
17934
18547
|
chain: 'ZetaChain',
|
|
17935
18548
|
icon: 'zetachain',
|
|
17936
18549
|
rpc: [
|
|
17937
18550
|
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
17938
|
-
'
|
|
17939
|
-
'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/'
|
|
17940
18558
|
],
|
|
17941
|
-
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
17942
18559
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
17943
18560
|
infoURL: 'https://zetachain.com/docs',
|
|
17944
|
-
shortName: 'zetachain-
|
|
18561
|
+
shortName: 'zetachain-testnet',
|
|
17945
18562
|
chainId: 7001,
|
|
17946
18563
|
networkId: 7001,
|
|
17947
18564
|
slip44: 1,
|
|
17948
18565
|
status: 'active',
|
|
17949
18566
|
explorers: [
|
|
17950
18567
|
{
|
|
17951
|
-
name: '
|
|
17952
|
-
url: 'https://
|
|
18568
|
+
name: 'ZetaScan',
|
|
18569
|
+
url: 'https://athens.explorer.zetachain.com',
|
|
17953
18570
|
standard: 'none'
|
|
17954
18571
|
},
|
|
17955
18572
|
{
|
|
17956
|
-
name: '
|
|
18573
|
+
name: 'Blockscout',
|
|
17957
18574
|
url: 'https://zetachain-athens-3.blockscout.com',
|
|
17958
18575
|
icon: 'blockscout',
|
|
17959
18576
|
standard: 'EIP3091'
|
|
@@ -18419,6 +19036,20 @@ exports.chains = {
|
|
|
18419
19036
|
],
|
|
18420
19037
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
18421
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
|
+
},
|
|
18422
19053
|
7775: {
|
|
18423
19054
|
name: 'GDCC TESTNET',
|
|
18424
19055
|
chain: 'GDCC',
|
|
@@ -19195,6 +19826,18 @@ exports.chains = {
|
|
|
19195
19826
|
status: 'active',
|
|
19196
19827
|
iconURL: 'https://ipfs.io/ipfs/QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv'
|
|
19197
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
|
+
},
|
|
19198
19841
|
8654: {
|
|
19199
19842
|
name: 'Toki Network',
|
|
19200
19843
|
chain: 'TOKI',
|
|
@@ -19433,6 +20076,27 @@ exports.chains = {
|
|
|
19433
20076
|
],
|
|
19434
20077
|
iconURL: 'https://ipfs.io/ipfs/QmXiatdz5WBFypfsudoDsFnsLdiHzDwcD3pWcHwBovbPiZ'
|
|
19435
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
|
+
},
|
|
19436
20100
|
8880: {
|
|
19437
20101
|
name: 'Unique',
|
|
19438
20102
|
icon: 'unique',
|
|
@@ -19535,6 +20199,31 @@ exports.chains = {
|
|
|
19535
20199
|
],
|
|
19536
20200
|
iconURL: 'https://ipfs.io/ipfs/Qmd1PGt4cDRjFbh4ihP5QKEd4XQVwN1MkebYKdF56V74pf'
|
|
19537
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
|
+
},
|
|
19538
20227
|
8888: {
|
|
19539
20228
|
name: 'XANAChain',
|
|
19540
20229
|
chain: 'XANAChain',
|
|
@@ -20022,6 +20711,26 @@ exports.chains = {
|
|
|
20022
20711
|
],
|
|
20023
20712
|
iconURL: 'https://ipfs.io/ipfs/QmZCadkExKThak3msvszZjo6UnAbUJKE61dAcg4TixuMC3'
|
|
20024
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
|
+
},
|
|
20025
20734
|
9393: {
|
|
20026
20735
|
name: 'Dela Sepolia Testnet',
|
|
20027
20736
|
chain: 'ETH',
|
|
@@ -20064,6 +20773,30 @@ exports.chains = {
|
|
|
20064
20773
|
],
|
|
20065
20774
|
iconURL: 'https://ipfs.io/ipfs/bafkreia5q26knsvxgkwxze7woepvsqat5n2hodokh4ozzphmhexqez5s34'
|
|
20066
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
|
+
},
|
|
20067
20800
|
9527: {
|
|
20068
20801
|
name: 'Rangers Protocol Testnet Robin',
|
|
20069
20802
|
chain: 'Rangers',
|
|
@@ -20345,6 +21078,26 @@ exports.chains = {
|
|
|
20345
21078
|
],
|
|
20346
21079
|
iconURL: 'https://ipfs.io/ipfs/QmcNGLzKyc7Gu2dgpBFF6t3KJwFuKC79D56DW8GTc5DWRw'
|
|
20347
21080
|
},
|
|
21081
|
+
9876: {
|
|
21082
|
+
name: 'BinaryChain Testnet',
|
|
21083
|
+
chain: 'BinaryChain',
|
|
21084
|
+
icon: 'binary',
|
|
21085
|
+
rpc: ['https://rpctestnet.binarychain.org'],
|
|
21086
|
+
faucets: ['https://faucet.testnet.binarychain.org'],
|
|
21087
|
+
nativeCurrency: { name: 'BINARY', symbol: 'BNRY', decimals: 18 },
|
|
21088
|
+
infoURL: 'https://binarychain.org',
|
|
21089
|
+
shortName: 'binarytestnet',
|
|
21090
|
+
chainId: 9876,
|
|
21091
|
+
networkId: 9876,
|
|
21092
|
+
explorers: [
|
|
21093
|
+
{
|
|
21094
|
+
name: 'BinaryChain Testnet Explorer',
|
|
21095
|
+
url: 'https://explorer.testnet.binarychain.org',
|
|
21096
|
+
standard: 'EIP3091'
|
|
21097
|
+
}
|
|
21098
|
+
],
|
|
21099
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay'
|
|
21100
|
+
},
|
|
20348
21101
|
9888: {
|
|
20349
21102
|
name: 'Dogelayer Mainnet',
|
|
20350
21103
|
chain: 'Dogelayer',
|
|
@@ -20671,6 +21424,25 @@ exports.chains = {
|
|
|
20671
21424
|
chainId: 10086,
|
|
20672
21425
|
networkId: 10086
|
|
20673
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
|
+
},
|
|
20674
21446
|
10101: {
|
|
20675
21447
|
name: 'Blockchain Genesis Mainnet',
|
|
20676
21448
|
chain: 'GEN',
|
|
@@ -21275,6 +22047,26 @@ exports.chains = {
|
|
|
21275
22047
|
],
|
|
21276
22048
|
iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
|
|
21277
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
|
+
},
|
|
21278
22070
|
11612: {
|
|
21279
22071
|
name: 'Sardis Testnet',
|
|
21280
22072
|
chain: 'SRDX',
|
|
@@ -22086,6 +22878,27 @@ exports.chains = {
|
|
|
22086
22878
|
],
|
|
22087
22879
|
iconURL: 'https://ipfs.io/ipfs/QmXfBFHHb5kJGQ3dMLnhDhfFBsgAvm9U72jBSYcfmRHL2p'
|
|
22088
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
|
+
},
|
|
22089
22902
|
15551: {
|
|
22090
22903
|
name: 'LoopNetwork Mainnet',
|
|
22091
22904
|
chain: 'LoopNetwork',
|
|
@@ -22198,6 +23011,56 @@ exports.chains = {
|
|
|
22198
23011
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
22199
23012
|
iconURL: 'https://ipfs.io/ipfs/QmaSqPELi11UepS3odwHyiwfUPkLBnE4WP4zNkwumHoPmw'
|
|
22200
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
|
+
},
|
|
22201
23064
|
16507: {
|
|
22202
23065
|
name: 'Genesys Mainnet',
|
|
22203
23066
|
chain: 'Genesys',
|
|
@@ -22218,6 +23081,26 @@ exports.chains = {
|
|
|
22218
23081
|
],
|
|
22219
23082
|
iconURL: 'https://ipfs.io/ipfs/bafkreie6nai3yhykcdlsyshn5lbcbyba5y7zwsqg6owcfek2urhoucr6rm'
|
|
22220
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
|
+
},
|
|
22221
23104
|
16688: {
|
|
22222
23105
|
name: 'IRIShub Testnet',
|
|
22223
23106
|
chain: 'IRIShub',
|
|
@@ -22381,6 +23264,31 @@ exports.chains = {
|
|
|
22381
23264
|
},
|
|
22382
23265
|
iconURL: 'https://ipfs.io/ipfs/QmWhHvjbjTiNNsHKpbEz9rxSt4CCL2Q5xVZjk8eQkp82B9'
|
|
22383
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
|
+
},
|
|
22384
23292
|
17117: {
|
|
22385
23293
|
name: 'DeFiVerse Testnet',
|
|
22386
23294
|
chain: 'DeFiVerse Testnet',
|
|
@@ -22757,6 +23665,54 @@ exports.chains = {
|
|
|
22757
23665
|
parent: { type: 'L2', chain: 'eip155-248' },
|
|
22758
23666
|
iconURL: 'https://ipfs.io/ipfs/QmeGb65zSworzoHmwK3jdkPtEsQZMUSJRxf8K8Feg56soU'
|
|
22759
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
|
+
},
|
|
22760
23716
|
19224: {
|
|
22761
23717
|
name: 'Decentraconnect Social',
|
|
22762
23718
|
chain: 'DCSM',
|
|
@@ -23347,6 +24303,27 @@ exports.chains = {
|
|
|
23347
24303
|
],
|
|
23348
24304
|
iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
|
|
23349
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
|
+
},
|
|
23350
24327
|
24484: {
|
|
23351
24328
|
name: 'Webchain',
|
|
23352
24329
|
chain: 'WEB',
|
|
@@ -24338,7 +25315,10 @@ exports.chains = {
|
|
|
24338
25315
|
name: 'Funki',
|
|
24339
25316
|
chain: 'ETH',
|
|
24340
25317
|
icon: 'funki',
|
|
24341
|
-
rpc: [
|
|
25318
|
+
rpc: [
|
|
25319
|
+
'https://rpc-mainnet.funkichain.com',
|
|
25320
|
+
'wss://rpc-mainnet.funkichain.com'
|
|
25321
|
+
],
|
|
24342
25322
|
faucets: [],
|
|
24343
25323
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
24344
25324
|
infoURL: 'https://funkichain.com',
|
|
@@ -24346,9 +25326,14 @@ exports.chains = {
|
|
|
24346
25326
|
chainId: 33979,
|
|
24347
25327
|
networkId: 33979,
|
|
24348
25328
|
explorers: [
|
|
25329
|
+
{
|
|
25330
|
+
name: 'FunkiScan',
|
|
25331
|
+
url: 'https://funkiscan.io',
|
|
25332
|
+
standard: 'none'
|
|
25333
|
+
},
|
|
24349
25334
|
{
|
|
24350
25335
|
name: 'Funki Mainnet Explorer',
|
|
24351
|
-
url: 'https://
|
|
25336
|
+
url: 'https://funki.superscan.network',
|
|
24352
25337
|
standard: 'none'
|
|
24353
25338
|
}
|
|
24354
25339
|
],
|
|
@@ -25176,6 +26161,20 @@ exports.chains = {
|
|
|
25176
26161
|
],
|
|
25177
26162
|
iconURL: 'https://ipfs.io/ipfs/QmV4nUUiRaTTZSyWubpF98ZL9jNCoXkrgg6AWR6FKqdxMk'
|
|
25178
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
|
+
},
|
|
25179
26178
|
49049: {
|
|
25180
26179
|
name: 'Wireshape Floripa Testnet',
|
|
25181
26180
|
title: 'Wireshape Floripa Testnet',
|
|
@@ -25933,6 +26932,29 @@ exports.chains = {
|
|
|
25933
26932
|
status: 'active',
|
|
25934
26933
|
iconURL: 'https://ipfs.io/ipfs/QmURjritnHL7a8TwZgsFwp3f272DJmG5paaPtWDZ98QZwH'
|
|
25935
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
|
+
},
|
|
25936
26958
|
59971: {
|
|
25937
26959
|
name: 'Genesys Code Mainnet',
|
|
25938
26960
|
chain: 'GCODE',
|
|
@@ -26062,6 +27084,28 @@ exports.chains = {
|
|
|
26062
27084
|
},
|
|
26063
27085
|
iconURL: 'https://ipfs.io/ipfs/QmaX5iqQTrJD8TBuvoT97xPMG6LYamjPCPnZUUMh12jc99'
|
|
26064
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
|
+
},
|
|
26065
27109
|
61406: {
|
|
26066
27110
|
name: 'KaiChain',
|
|
26067
27111
|
chain: 'KaiChain',
|
|
@@ -26332,6 +27376,28 @@ exports.chains = {
|
|
|
26332
27376
|
],
|
|
26333
27377
|
iconURL: 'https://ipfs.io/ipfs/QmU9H9JE1KtLh2Fxrd8EWTMjKGJBpgRWKUeEx7u6ic4kBY'
|
|
26334
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
|
+
},
|
|
26335
27401
|
65450: {
|
|
26336
27402
|
name: 'Scolcoin Mainnet',
|
|
26337
27403
|
chain: 'SCOLWEI',
|
|
@@ -26352,6 +27418,20 @@ exports.chains = {
|
|
|
26352
27418
|
],
|
|
26353
27419
|
iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
|
|
26354
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
|
+
},
|
|
26355
27435
|
66988: {
|
|
26356
27436
|
name: 'Janus Testnet',
|
|
26357
27437
|
chain: 'JanusNetwork',
|
|
@@ -26784,7 +27864,7 @@ exports.chains = {
|
|
|
26784
27864
|
chain: 'GEEK',
|
|
26785
27865
|
rpc: ['https://rpc.geekout-pte.com'],
|
|
26786
27866
|
faucets: [],
|
|
26787
|
-
nativeCurrency: { name: '
|
|
27867
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
26788
27868
|
infoURL: 'https://www.geekout-pte.com',
|
|
26789
27869
|
shortName: 'GEEK',
|
|
26790
27870
|
chainId: 75512,
|
|
@@ -26802,7 +27882,7 @@ exports.chains = {
|
|
|
26802
27882
|
chain: 'GEEK Test',
|
|
26803
27883
|
rpc: ['https://rpc-testnet.geekout-pte.com'],
|
|
26804
27884
|
faucets: [],
|
|
26805
|
-
nativeCurrency: { name: '
|
|
27885
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
26806
27886
|
infoURL: 'https://www.geekout-pte.com',
|
|
26807
27887
|
shortName: 'GEEK_Test',
|
|
26808
27888
|
chainId: 75513,
|
|
@@ -26884,6 +27964,19 @@ exports.chains = {
|
|
|
26884
27964
|
],
|
|
26885
27965
|
iconURL: 'https://ipfs.io/ipfs/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4'
|
|
26886
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
|
+
},
|
|
26887
27980
|
77777: {
|
|
26888
27981
|
name: 'Toronet Mainnet',
|
|
26889
27982
|
chain: 'Toronet',
|
|
@@ -27109,7 +28202,8 @@ exports.chains = {
|
|
|
27109
28202
|
chain: 'Berachain bArtio',
|
|
27110
28203
|
rpc: [
|
|
27111
28204
|
'https://bartio.rpc.berachain.com',
|
|
27112
|
-
'https://bera-testnet.nodeinfra.com'
|
|
28205
|
+
'https://bera-testnet.nodeinfra.com',
|
|
28206
|
+
'https://bartio.rpc.b-harvest.io'
|
|
27113
28207
|
],
|
|
27114
28208
|
faucets: ['https://bartio.faucet.berachain.com'],
|
|
27115
28209
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
|
@@ -28181,7 +29275,7 @@ exports.chains = {
|
|
|
28181
29275
|
100009: {
|
|
28182
29276
|
name: 'VeChain',
|
|
28183
29277
|
chain: 'VeChain',
|
|
28184
|
-
rpc: [],
|
|
29278
|
+
rpc: ['https://rpc-mainnet.vechain.energy'],
|
|
28185
29279
|
faucets: [],
|
|
28186
29280
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
|
28187
29281
|
infoURL: 'https://vechain.org',
|
|
@@ -28204,7 +29298,7 @@ exports.chains = {
|
|
|
28204
29298
|
100010: {
|
|
28205
29299
|
name: 'VeChain Testnet',
|
|
28206
29300
|
chain: 'VeChain',
|
|
28207
|
-
rpc: [],
|
|
29301
|
+
rpc: ['https://rpc-testnet.vechain.energy'],
|
|
28208
29302
|
faucets: ['https://faucet.vecha.in'],
|
|
28209
29303
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
|
28210
29304
|
infoURL: 'https://vechain.org',
|
|
@@ -28719,6 +29813,25 @@ exports.chains = {
|
|
|
28719
29813
|
],
|
|
28720
29814
|
iconURL: 'https://ipfs.io/ipfs/QmcCFUTStKKJKfzTwrjfMFoVaPCMsvAvWXRdDkYMvCkEs3'
|
|
28721
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
|
+
},
|
|
28722
29835
|
123456: {
|
|
28723
29836
|
name: 'ADIL Devnet',
|
|
28724
29837
|
chain: 'ADIL',
|
|
@@ -29057,6 +30170,48 @@ exports.chains = {
|
|
|
29057
30170
|
],
|
|
29058
30171
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
29059
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
|
+
},
|
|
29060
30215
|
188710: {
|
|
29061
30216
|
name: 'Bitica Chain Mainnet',
|
|
29062
30217
|
chain: 'BDCC',
|
|
@@ -29115,6 +30270,26 @@ exports.chains = {
|
|
|
29115
30270
|
chainId: 192940,
|
|
29116
30271
|
networkId: 192940
|
|
29117
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
|
+
},
|
|
29118
30293
|
200000: {
|
|
29119
30294
|
name: 'xFair.AI Testnet',
|
|
29120
30295
|
chain: 'FAIT',
|
|
@@ -29880,6 +31055,28 @@ exports.chains = {
|
|
|
29880
31055
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
29881
31056
|
iconURL: 'https://ipfs.io/ipfs/QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn'
|
|
29882
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
|
+
},
|
|
29883
31080
|
309075: {
|
|
29884
31081
|
name: 'One World Chain Mainnet',
|
|
29885
31082
|
chain: 'One World Chain',
|
|
@@ -30008,6 +31205,46 @@ exports.chains = {
|
|
|
30008
31205
|
],
|
|
30009
31206
|
iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
|
|
30010
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
|
+
},
|
|
30011
31248
|
330844: {
|
|
30012
31249
|
name: 'TTcoin Smart Chain Mainnet',
|
|
30013
31250
|
chain: 'TSC',
|
|
@@ -30378,9 +31615,9 @@ exports.chains = {
|
|
|
30378
31615
|
chain: 'AIE',
|
|
30379
31616
|
rpc: ['https://rpc1-testnet.aiechain.io'],
|
|
30380
31617
|
faucets: [],
|
|
30381
|
-
nativeCurrency: { name: 'AIE', symbol: '
|
|
31618
|
+
nativeCurrency: { name: 'AIE', symbol: 'AIE', decimals: 18 },
|
|
30382
31619
|
infoURL: 'https://testnet.aiescan.io',
|
|
30383
|
-
shortName: '
|
|
31620
|
+
shortName: 'aie',
|
|
30384
31621
|
chainId: 413413,
|
|
30385
31622
|
networkId: 413413,
|
|
30386
31623
|
icon: 'aie',
|
|
@@ -30734,6 +31971,39 @@ exports.chains = {
|
|
|
30734
31971
|
}
|
|
30735
31972
|
]
|
|
30736
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
|
+
},
|
|
30737
32007
|
490000: {
|
|
30738
32008
|
name: 'Autonomys Testnet Nova Domain',
|
|
30739
32009
|
chain: 'TATC',
|
|
@@ -32080,6 +33350,28 @@ exports.chains = {
|
|
|
32080
33350
|
}
|
|
32081
33351
|
]
|
|
32082
33352
|
},
|
|
33353
|
+
1234567: {
|
|
33354
|
+
name: 'Sharecle Mainnet',
|
|
33355
|
+
chain: 'SHARECLE',
|
|
33356
|
+
icon: 'sharecle',
|
|
33357
|
+
rpc: ['https://mainnet.sharecle.com'],
|
|
33358
|
+
faucets: [],
|
|
33359
|
+
nativeCurrency: { name: 'SHARECLE COIN', symbol: 'SHR', decimals: 18 },
|
|
33360
|
+
infoURL: 'https://sharecle.com/',
|
|
33361
|
+
shortName: 'shr',
|
|
33362
|
+
chainId: 1234567,
|
|
33363
|
+
networkId: 1234567,
|
|
33364
|
+
slip44: 1,
|
|
33365
|
+
explorers: [
|
|
33366
|
+
{
|
|
33367
|
+
name: 'Etherscan',
|
|
33368
|
+
url: 'https://etherscan.io',
|
|
33369
|
+
standard: 'none',
|
|
33370
|
+
icon: 'sharecle'
|
|
33371
|
+
}
|
|
33372
|
+
],
|
|
33373
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeiaqaphacy5swvtyxw56ma5f5iewjcqspbgxr5l6ln2433liyw2djy'
|
|
33374
|
+
},
|
|
32083
33375
|
1261120: {
|
|
32084
33376
|
name: 'zKatana',
|
|
32085
33377
|
shortName: 'azktn',
|
|
@@ -32224,15 +33516,21 @@ exports.chains = {
|
|
|
32224
33516
|
1398243: {
|
|
32225
33517
|
name: 'Automata Testnet',
|
|
32226
33518
|
chain: 'Automata Testnet',
|
|
32227
|
-
rpc: [],
|
|
33519
|
+
rpc: ['https://automata-testnet.alt.technology'],
|
|
32228
33520
|
faucets: [],
|
|
32229
|
-
nativeCurrency: { name: '
|
|
33521
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
32230
33522
|
infoURL: 'https://ata.network',
|
|
32231
33523
|
shortName: 'automatatest',
|
|
32232
33524
|
chainId: 1398243,
|
|
32233
33525
|
networkId: 1398243,
|
|
32234
33526
|
icon: 'automata',
|
|
32235
|
-
explorers: [
|
|
33527
|
+
explorers: [
|
|
33528
|
+
{
|
|
33529
|
+
name: 'Automata Testnet Explorer',
|
|
33530
|
+
url: 'https://automata-testnet-explorer.alt.technology',
|
|
33531
|
+
standard: 'EIP3091'
|
|
33532
|
+
}
|
|
33533
|
+
],
|
|
32236
33534
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
32237
33535
|
},
|
|
32238
33536
|
1612127: {
|
|
@@ -32387,6 +33685,24 @@ exports.chains = {
|
|
|
32387
33685
|
chainId: 2611555,
|
|
32388
33686
|
networkId: 2611555
|
|
32389
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
|
+
},
|
|
32390
33706
|
3132023: {
|
|
32391
33707
|
name: 'SaharaAI Network',
|
|
32392
33708
|
chain: 'Sahara',
|
|
@@ -32523,6 +33839,62 @@ exports.chains = {
|
|
|
32523
33839
|
explorers: [],
|
|
32524
33840
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
32525
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
|
+
},
|
|
32526
33898
|
5112023: {
|
|
32527
33899
|
name: 'NumBlock Chain',
|
|
32528
33900
|
chain: 'NumBlock',
|
|
@@ -33082,6 +34454,26 @@ exports.chains = {
|
|
|
33082
34454
|
],
|
|
33083
34455
|
iconURL: 'https://ipfs.io/ipfs/QmTYazUzgY9Nn2mCjWwFUSLy3dG6i2PvALpwCNQvx1zXyi'
|
|
33084
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
|
+
},
|
|
33085
34477
|
10241025: {
|
|
33086
34478
|
name: 'ALIENX Hal Testnet',
|
|
33087
34479
|
chain: 'ALIENX Hal',
|
|
@@ -33168,6 +34560,48 @@ exports.chains = {
|
|
|
33168
34560
|
}
|
|
33169
34561
|
]
|
|
33170
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
|
+
},
|
|
33171
34605
|
13068200: {
|
|
33172
34606
|
name: 'COTI Devnet',
|
|
33173
34607
|
title: 'COTI Devnet',
|
|
@@ -33268,6 +34702,27 @@ exports.chains = {
|
|
|
33268
34702
|
],
|
|
33269
34703
|
iconURL: 'https://ipfs.io/ipfs/QmXCWjWSTd6kJZKnH9aQRjgLdWRH9NTxU1wC21iBvoB4Hp'
|
|
33270
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
|
+
},
|
|
33271
34726
|
18289463: {
|
|
33272
34727
|
name: 'IOLite',
|
|
33273
34728
|
chain: 'ILT',
|
|
@@ -33279,6 +34734,50 @@ exports.chains = {
|
|
|
33279
34734
|
chainId: 18289463,
|
|
33280
34735
|
networkId: 18289463
|
|
33281
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
|
+
},
|
|
33282
34781
|
20180427: {
|
|
33283
34782
|
name: 'Stability Testnet',
|
|
33284
34783
|
chain: 'stabilityTestnet',
|
|
@@ -33367,6 +34866,29 @@ exports.chains = {
|
|
|
33367
34866
|
],
|
|
33368
34867
|
iconURL: 'https://ipfs.io/ipfs/QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx'
|
|
33369
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
|
+
},
|
|
33370
34892
|
20240324: {
|
|
33371
34893
|
name: 'DeBank Sepolia Testnet',
|
|
33372
34894
|
chain: 'DeBank',
|
|
@@ -33388,6 +34910,26 @@ exports.chains = {
|
|
|
33388
34910
|
],
|
|
33389
34911
|
iconURL: 'https://ipfs.io/ipfs/QmW9pBps8WHRRWmyXhjLZrjZJUe8F48hUu7z98bu2RVsjN'
|
|
33390
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
|
+
},
|
|
33391
34933
|
20241133: {
|
|
33392
34934
|
name: 'Swan Proxima Testnet',
|
|
33393
34935
|
chain: 'SWAN',
|
|
@@ -33693,6 +35235,28 @@ exports.chains = {
|
|
|
33693
35235
|
},
|
|
33694
35236
|
65010002: {
|
|
33695
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',
|
|
33696
35260
|
chain: 'AUT',
|
|
33697
35261
|
rpc: [
|
|
33698
35262
|
'https://rpc1.bakerloo.autonity.org/',
|
|
@@ -33701,9 +35265,9 @@ exports.chains = {
|
|
|
33701
35265
|
faucets: ['https://faucet.autonity.org/'],
|
|
33702
35266
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
33703
35267
|
infoURL: 'https://autonity.org/',
|
|
33704
|
-
shortName: 'bakerloo-
|
|
33705
|
-
chainId:
|
|
33706
|
-
networkId:
|
|
35268
|
+
shortName: 'bakerloo-03',
|
|
35269
|
+
chainId: 65010003,
|
|
35270
|
+
networkId: 65010003,
|
|
33707
35271
|
slip44: 1,
|
|
33708
35272
|
icon: 'autonity',
|
|
33709
35273
|
explorers: [
|
|
@@ -33761,6 +35325,28 @@ exports.chains = {
|
|
|
33761
35325
|
},
|
|
33762
35326
|
65100002: {
|
|
33763
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',
|
|
33764
35350
|
chain: 'AUT',
|
|
33765
35351
|
rpc: [
|
|
33766
35352
|
'https://rpc1.piccadilly.autonity.org/',
|
|
@@ -33769,9 +35355,9 @@ exports.chains = {
|
|
|
33769
35355
|
faucets: [],
|
|
33770
35356
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
33771
35357
|
infoURL: 'https://autonity.org/',
|
|
33772
|
-
shortName: 'piccadilly-
|
|
33773
|
-
chainId:
|
|
33774
|
-
networkId:
|
|
35358
|
+
shortName: 'piccadilly-03',
|
|
35359
|
+
chainId: 65100003,
|
|
35360
|
+
networkId: 65100003,
|
|
33775
35361
|
slip44: 1,
|
|
33776
35362
|
icon: 'autonity',
|
|
33777
35363
|
explorers: [
|
|
@@ -33832,6 +35418,24 @@ exports.chains = {
|
|
|
33832
35418
|
},
|
|
33833
35419
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
33834
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
|
+
},
|
|
33835
35439
|
88888888: {
|
|
33836
35440
|
name: 'T.E.A.M Blockchain',
|
|
33837
35441
|
chain: 'TEAM',
|
|
@@ -34118,6 +35722,20 @@ exports.chains = {
|
|
|
34118
35722
|
],
|
|
34119
35723
|
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
34120
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
|
+
},
|
|
34121
35739
|
245022934: {
|
|
34122
35740
|
name: 'Neon EVM Mainnet',
|
|
34123
35741
|
chain: 'Solana',
|
|
@@ -34998,7 +36616,30 @@ exports.chains = {
|
|
|
34998
36616
|
}
|
|
34999
36617
|
],
|
|
35000
36618
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
35001
|
-
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
|
+
}
|
|
35002
36643
|
},
|
|
35003
36644
|
1918988905: {
|
|
35004
36645
|
name: 'RARI Chain Testnet',
|
|
@@ -35250,7 +36891,7 @@ exports.chains = {
|
|
|
35250
36891
|
networkId: 107107114116,
|
|
35251
36892
|
explorers: [],
|
|
35252
36893
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
35253
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
36894
|
+
iconURL: 'https://ipfs.io/ipfs/QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW'
|
|
35254
36895
|
},
|
|
35255
36896
|
111222333444: {
|
|
35256
36897
|
name: 'Alphabet Mainnet',
|