@revoke.cash/chains 54.0.0 → 55.1.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 +1190 -87
- package/dist/src/enums.d.ts +104 -8
- package/dist/src/enums.js +104 -8
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -3059,16 +3059,17 @@ exports.chains = {
|
|
|
3059
3059
|
},
|
|
3060
3060
|
140: {
|
|
3061
3061
|
name: 'Eternal Mainnet',
|
|
3062
|
-
chain: '
|
|
3062
|
+
chain: 'ETE',
|
|
3063
3063
|
icon: 'eternal',
|
|
3064
3064
|
rpc: [
|
|
3065
3065
|
'https://mainnet.eternalcoin.io/v1',
|
|
3066
3066
|
'ws://mainnet.eternalcoin.io/v1/ws'
|
|
3067
3067
|
],
|
|
3068
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3068
3069
|
faucets: [],
|
|
3069
|
-
nativeCurrency: { name: 'Eternal', symbol: '
|
|
3070
|
+
nativeCurrency: { name: 'Eternal', symbol: 'ETE', decimals: 18 },
|
|
3070
3071
|
infoURL: 'https://eternalcoin.io',
|
|
3071
|
-
shortName: '
|
|
3072
|
+
shortName: 'ETE',
|
|
3072
3073
|
chainId: 140,
|
|
3073
3074
|
networkId: 140,
|
|
3074
3075
|
iconURL: 'https://ipfs.io/ipfs/bafybeibexfskndvhn5xtrcmpjoifp2ufnzgwiwbfrjcxat55alergskkve'
|
|
@@ -3105,6 +3106,22 @@ exports.chains = {
|
|
|
3105
3106
|
chainId: 142,
|
|
3106
3107
|
networkId: 142
|
|
3107
3108
|
},
|
|
3109
|
+
143: {
|
|
3110
|
+
name: 'Monad Mainnet',
|
|
3111
|
+
chain: 'MON',
|
|
3112
|
+
icon: 'monad',
|
|
3113
|
+
rpc: [],
|
|
3114
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
3115
|
+
faucets: [],
|
|
3116
|
+
nativeCurrency: { name: 'MON Token', symbol: 'MON', decimals: 18 },
|
|
3117
|
+
infoURL: 'https://monad.xyz',
|
|
3118
|
+
shortName: 'mon',
|
|
3119
|
+
chainId: 143,
|
|
3120
|
+
networkId: 143,
|
|
3121
|
+
slip44: 1,
|
|
3122
|
+
explorers: [],
|
|
3123
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
|
|
3124
|
+
},
|
|
3108
3125
|
144: {
|
|
3109
3126
|
name: 'PHI Network v2',
|
|
3110
3127
|
chain: 'PHI',
|
|
@@ -3475,13 +3492,15 @@ exports.chains = {
|
|
|
3475
3492
|
chainId: 164,
|
|
3476
3493
|
networkId: 164,
|
|
3477
3494
|
slip44: 1,
|
|
3495
|
+
icon: 'omni',
|
|
3478
3496
|
explorers: [
|
|
3479
3497
|
{
|
|
3480
3498
|
name: 'Omni EVM and cross-chain Explorer',
|
|
3481
3499
|
url: 'https://omega.omniscan.network',
|
|
3482
3500
|
standard: 'EIP3091'
|
|
3483
3501
|
}
|
|
3484
|
-
]
|
|
3502
|
+
],
|
|
3503
|
+
iconURL: 'https://ipfs.io/ipfs/QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos'
|
|
3485
3504
|
},
|
|
3486
3505
|
165: {
|
|
3487
3506
|
name: 'Omni Testnet (Deprecated)',
|
|
@@ -3501,16 +3520,25 @@ exports.chains = {
|
|
|
3501
3520
|
166: {
|
|
3502
3521
|
name: 'Omni',
|
|
3503
3522
|
chain: 'Omni',
|
|
3504
|
-
status: '
|
|
3505
|
-
rpc: [],
|
|
3523
|
+
status: 'active',
|
|
3524
|
+
rpc: ['https://mainnet.omni.network', 'wss://wss.mainnet.omni.network'],
|
|
3506
3525
|
features: [{ name: 'EIP155' }],
|
|
3507
3526
|
faucets: [],
|
|
3508
3527
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
3509
|
-
infoURL: 'https://docs.omni.network
|
|
3528
|
+
infoURL: 'https://docs.omni.network',
|
|
3510
3529
|
shortName: 'omni',
|
|
3511
3530
|
chainId: 166,
|
|
3512
3531
|
networkId: 166,
|
|
3513
|
-
slip44: 1
|
|
3532
|
+
slip44: 1,
|
|
3533
|
+
icon: 'omni',
|
|
3534
|
+
explorers: [
|
|
3535
|
+
{
|
|
3536
|
+
name: 'Omni EVM and cross-chain Explorer',
|
|
3537
|
+
url: 'https://omniscan.network',
|
|
3538
|
+
standard: 'EIP3091'
|
|
3539
|
+
}
|
|
3540
|
+
],
|
|
3541
|
+
iconURL: 'https://ipfs.io/ipfs/QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos'
|
|
3514
3542
|
},
|
|
3515
3543
|
167: {
|
|
3516
3544
|
name: 'Atoshi Testnet',
|
|
@@ -3628,6 +3656,20 @@ exports.chains = {
|
|
|
3628
3656
|
networkId: 172,
|
|
3629
3657
|
slip44: 1
|
|
3630
3658
|
},
|
|
3659
|
+
175: {
|
|
3660
|
+
name: 'OTC',
|
|
3661
|
+
chain: 'OTC',
|
|
3662
|
+
faucets: [],
|
|
3663
|
+
icon: 'otc',
|
|
3664
|
+
rpc: ['https://rpc.otc.run', 'wss://rpc.otc.run'],
|
|
3665
|
+
nativeCurrency: { name: 'OTC', symbol: 'OTC', decimals: 18 },
|
|
3666
|
+
infoURL: 'https://otc.network',
|
|
3667
|
+
shortName: 'OTC',
|
|
3668
|
+
chainId: 175,
|
|
3669
|
+
networkId: 175,
|
|
3670
|
+
slip44: 511,
|
|
3671
|
+
iconURL: 'https://ipfs.io/ipfs/QmfC9nTyEUPTXeqhDTpAcqHtLphHFyvZYj2tyoWiMu46H1'
|
|
3672
|
+
},
|
|
3631
3673
|
176: {
|
|
3632
3674
|
name: 'DC Mainnet',
|
|
3633
3675
|
chain: 'dcchain',
|
|
@@ -4584,6 +4626,29 @@ exports.chains = {
|
|
|
4584
4626
|
],
|
|
4585
4627
|
iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
|
|
4586
4628
|
},
|
|
4629
|
+
240: {
|
|
4630
|
+
name: 'Cronos zkEVM Testnet',
|
|
4631
|
+
chain: 'CronosZkEVMTestnet',
|
|
4632
|
+
rpc: ['https://testnet.zkevm.cronos.org'],
|
|
4633
|
+
faucets: ['https://zkevm.cronos.org/faucet'],
|
|
4634
|
+
nativeCurrency: {
|
|
4635
|
+
name: 'Cronos zkEVM Test Coin',
|
|
4636
|
+
symbol: 'zkTCRO',
|
|
4637
|
+
decimals: 18
|
|
4638
|
+
},
|
|
4639
|
+
infoURL: 'https://docs-zkevm.cronos.org',
|
|
4640
|
+
shortName: 'zkTCRO',
|
|
4641
|
+
chainId: 240,
|
|
4642
|
+
networkId: 240,
|
|
4643
|
+
slip44: 1,
|
|
4644
|
+
explorers: [
|
|
4645
|
+
{
|
|
4646
|
+
name: 'Cronos zkEVM Testnet Explorer',
|
|
4647
|
+
url: 'https://explorer.zkevm.cronos.org/testnet',
|
|
4648
|
+
standard: 'none'
|
|
4649
|
+
}
|
|
4650
|
+
]
|
|
4651
|
+
},
|
|
4587
4652
|
242: {
|
|
4588
4653
|
name: 'Plinga Mainnet',
|
|
4589
4654
|
chain: 'Plinga',
|
|
@@ -4753,7 +4818,9 @@ exports.chains = {
|
|
|
4753
4818
|
rpc: [
|
|
4754
4819
|
'https://mainnet-rpc.swanchain.org',
|
|
4755
4820
|
'https://mainnet-rpc-01.swanchain.org',
|
|
4756
|
-
'https://mainnet-rpc-02.swanchain.org'
|
|
4821
|
+
'https://mainnet-rpc-02.swanchain.org',
|
|
4822
|
+
'https://mainnet-rpc-03.swanchain.org',
|
|
4823
|
+
'https://mainnet-rpc-04.swanchain.org'
|
|
4757
4824
|
],
|
|
4758
4825
|
faucets: [],
|
|
4759
4826
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -5034,16 +5101,24 @@ exports.chains = {
|
|
|
5034
5101
|
networkId: 278
|
|
5035
5102
|
},
|
|
5036
5103
|
279: {
|
|
5037
|
-
name: 'BPX
|
|
5104
|
+
name: 'BPX Chain',
|
|
5038
5105
|
chain: 'BPX',
|
|
5039
5106
|
icon: 'bpx',
|
|
5040
|
-
rpc: ['https://rpc.
|
|
5107
|
+
rpc: ['https://rpc.bpxchain.cc'],
|
|
5108
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5041
5109
|
faucets: [],
|
|
5042
5110
|
nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
|
|
5043
5111
|
infoURL: 'https://bpxchain.cc',
|
|
5044
5112
|
shortName: 'bpx',
|
|
5045
5113
|
chainId: 279,
|
|
5046
5114
|
networkId: 279,
|
|
5115
|
+
explorers: [
|
|
5116
|
+
{
|
|
5117
|
+
name: 'BPX Chain Block Explorer',
|
|
5118
|
+
url: 'https://explorer.bpxchain.cc',
|
|
5119
|
+
standard: 'EIP3091'
|
|
5120
|
+
}
|
|
5121
|
+
],
|
|
5047
5122
|
iconURL: 'https://ipfs.io/ipfs/bafkreiatcu42wbjlo24mr35jou4awvsqpaqys6iv4kxgkjhno3haovsiaq'
|
|
5048
5123
|
},
|
|
5049
5124
|
280: {
|
|
@@ -5298,7 +5373,7 @@ exports.chains = {
|
|
|
5298
5373
|
],
|
|
5299
5374
|
parent: {
|
|
5300
5375
|
type: 'L2',
|
|
5301
|
-
chain: 'eip155-
|
|
5376
|
+
chain: 'eip155-11155111',
|
|
5302
5377
|
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
5303
5378
|
},
|
|
5304
5379
|
redFlags: ['reusedChainId'],
|
|
@@ -5461,7 +5536,7 @@ exports.chains = {
|
|
|
5461
5536
|
311: {
|
|
5462
5537
|
name: 'Omax Mainnet',
|
|
5463
5538
|
chain: 'OMAX Chain',
|
|
5464
|
-
rpc: ['https://mainapi.omaxray.com'],
|
|
5539
|
+
rpc: ['https://mainapi.omaxray.com', 'https://mainapi.omaxscan.com'],
|
|
5465
5540
|
faucets: ['https://faucet.omaxray.com/'],
|
|
5466
5541
|
nativeCurrency: { name: 'OMAX COIN', symbol: 'OMAX', decimals: 18 },
|
|
5467
5542
|
infoURL: 'https://www.omaxcoin.com/',
|
|
@@ -10980,6 +11055,7 @@ exports.chains = {
|
|
|
10980
11055
|
1284: {
|
|
10981
11056
|
name: 'Moonbeam',
|
|
10982
11057
|
chain: 'MOON',
|
|
11058
|
+
icon: 'moonbeam',
|
|
10983
11059
|
rpc: [
|
|
10984
11060
|
'https://rpc.api.moonbeam.network',
|
|
10985
11061
|
'wss://wss.api.moonbeam.network',
|
|
@@ -11008,11 +11084,13 @@ exports.chains = {
|
|
|
11008
11084
|
url: 'https://moonbeam.moonscan.io',
|
|
11009
11085
|
standard: 'none'
|
|
11010
11086
|
}
|
|
11011
|
-
]
|
|
11087
|
+
],
|
|
11088
|
+
iconURL: 'https://ipfs.io/ipfs/QmNR7kbBew61cVxbwBf8EWCiYbUCqVhoJDLL6u3rQy9FrZ'
|
|
11012
11089
|
},
|
|
11013
11090
|
1285: {
|
|
11014
11091
|
name: 'Moonriver',
|
|
11015
11092
|
chain: 'MOON',
|
|
11093
|
+
icon: 'moonriver',
|
|
11016
11094
|
rpc: [
|
|
11017
11095
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
11018
11096
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
@@ -11041,7 +11119,8 @@ exports.chains = {
|
|
|
11041
11119
|
url: 'https://moonriver.moonscan.io',
|
|
11042
11120
|
standard: 'none'
|
|
11043
11121
|
}
|
|
11044
|
-
]
|
|
11122
|
+
],
|
|
11123
|
+
iconURL: 'https://ipfs.io/ipfs/QmcyP14ZLD6m6j7rYUgty9uuk9e82kUMTQDdqi2dKmZqjz'
|
|
11045
11124
|
},
|
|
11046
11125
|
1286: {
|
|
11047
11126
|
name: 'Moonrock old',
|
|
@@ -11058,6 +11137,7 @@ exports.chains = {
|
|
|
11058
11137
|
1287: {
|
|
11059
11138
|
name: 'Moonbase Alpha',
|
|
11060
11139
|
chain: 'MOON',
|
|
11140
|
+
icon: 'moonbasealpha',
|
|
11061
11141
|
rpc: [
|
|
11062
11142
|
'https://rpc.api.moonbase.moonbeam.network',
|
|
11063
11143
|
'wss://wss.api.moonbase.moonbeam.network',
|
|
@@ -11072,7 +11152,7 @@ exports.chains = {
|
|
|
11072
11152
|
'https://moonbase-alpha.drpc.org',
|
|
11073
11153
|
'wss://moonbase-alpha.drpc.org'
|
|
11074
11154
|
],
|
|
11075
|
-
faucets: [],
|
|
11155
|
+
faucets: ['https://faucet.moonbeam.network/'],
|
|
11076
11156
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
|
11077
11157
|
infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
|
|
11078
11158
|
shortName: 'mbase',
|
|
@@ -11085,7 +11165,8 @@ exports.chains = {
|
|
|
11085
11165
|
url: 'https://moonbase.moonscan.io',
|
|
11086
11166
|
standard: 'none'
|
|
11087
11167
|
}
|
|
11088
|
-
]
|
|
11168
|
+
],
|
|
11169
|
+
iconURL: 'https://ipfs.io/ipfs/QmVydzWtkyatFgi8zTVR7X6g8SpeHANwKNceRm4nKFoF6o'
|
|
11089
11170
|
},
|
|
11090
11171
|
1288: {
|
|
11091
11172
|
name: 'Moonrock',
|
|
@@ -11172,6 +11253,26 @@ exports.chains = {
|
|
|
11172
11253
|
}
|
|
11173
11254
|
]
|
|
11174
11255
|
},
|
|
11256
|
+
1299: {
|
|
11257
|
+
name: 'Argochain',
|
|
11258
|
+
chain: 'Argochain',
|
|
11259
|
+
icon: 'argochain',
|
|
11260
|
+
rpc: ['https://rpc.devolvedai.com', 'https://rpc-mainnet.devolvedai.com'],
|
|
11261
|
+
faucets: [],
|
|
11262
|
+
nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
|
|
11263
|
+
infoURL: 'https://devolvedai.com',
|
|
11264
|
+
shortName: 'AGC',
|
|
11265
|
+
chainId: 1299,
|
|
11266
|
+
networkId: 1299,
|
|
11267
|
+
explorers: [
|
|
11268
|
+
{
|
|
11269
|
+
name: 'Argochain Scanner',
|
|
11270
|
+
url: 'https://scanner.argoscan.net',
|
|
11271
|
+
standard: 'EIP3091'
|
|
11272
|
+
}
|
|
11273
|
+
],
|
|
11274
|
+
iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
|
|
11275
|
+
},
|
|
11175
11276
|
1301: {
|
|
11176
11277
|
name: 'Unichain Sepolia Testnet',
|
|
11177
11278
|
chain: 'ETH',
|
|
@@ -11784,6 +11885,18 @@ exports.chains = {
|
|
|
11784
11885
|
redFlags: ['reusedChainId'],
|
|
11785
11886
|
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
11786
11887
|
},
|
|
11888
|
+
1480: {
|
|
11889
|
+
name: 'Islander',
|
|
11890
|
+
chain: 'Islander',
|
|
11891
|
+
rpc: [],
|
|
11892
|
+
nativeCurrency: { name: 'Islander', symbol: 'ISL', decimals: 18 },
|
|
11893
|
+
faucets: [],
|
|
11894
|
+
infoURL: '',
|
|
11895
|
+
shortName: 'isl',
|
|
11896
|
+
chainId: 1480,
|
|
11897
|
+
networkId: 1480,
|
|
11898
|
+
explorers: []
|
|
11899
|
+
},
|
|
11787
11900
|
1490: {
|
|
11788
11901
|
name: 'Vitruveo Mainnet',
|
|
11789
11902
|
title: 'Vitruveo is a blockchain for Creators',
|
|
@@ -11939,14 +12052,14 @@ exports.chains = {
|
|
|
11939
12052
|
]
|
|
11940
12053
|
},
|
|
11941
12054
|
1555: {
|
|
11942
|
-
name: '
|
|
11943
|
-
chain: '
|
|
12055
|
+
name: 'Datacore Smart Chain',
|
|
12056
|
+
chain: 'Datacore Smart Chain',
|
|
11944
12057
|
icon: 'dscscan',
|
|
11945
12058
|
rpc: ['https://rpc01.dscscan.io'],
|
|
11946
12059
|
faucets: [],
|
|
11947
12060
|
nativeCurrency: {
|
|
11948
|
-
name: '
|
|
11949
|
-
symbol: '
|
|
12061
|
+
name: 'Datacore Smart Chain',
|
|
12062
|
+
symbol: 'DSC',
|
|
11950
12063
|
decimals: 18
|
|
11951
12064
|
},
|
|
11952
12065
|
infoURL: 'https://rpc01.dscscan.io',
|
|
@@ -11955,8 +12068,8 @@ exports.chains = {
|
|
|
11955
12068
|
networkId: 1555,
|
|
11956
12069
|
explorers: [
|
|
11957
12070
|
{
|
|
11958
|
-
name: '
|
|
11959
|
-
url: 'https://
|
|
12071
|
+
name: 'Datacore Smart Chain',
|
|
12072
|
+
url: 'https://dscscan.io',
|
|
11960
12073
|
standard: 'EIP3091'
|
|
11961
12074
|
}
|
|
11962
12075
|
],
|
|
@@ -12188,6 +12301,7 @@ exports.chains = {
|
|
|
12188
12301
|
shortName: 'minttest',
|
|
12189
12302
|
chainId: 1686,
|
|
12190
12303
|
networkId: 1686,
|
|
12304
|
+
status: 'deprecated',
|
|
12191
12305
|
icon: 'mintTestnet',
|
|
12192
12306
|
explorers: [
|
|
12193
12307
|
{
|
|
@@ -12649,6 +12763,59 @@ exports.chains = {
|
|
|
12649
12763
|
],
|
|
12650
12764
|
iconURL: 'https://ipfs.io/ipfs/QmXGJevyPHHKT28hDfsJ9Cq2DQ2bAavdie37MEwFQUVCQz'
|
|
12651
12765
|
},
|
|
12766
|
+
1829: {
|
|
12767
|
+
name: 'PlayBlock',
|
|
12768
|
+
chain: 'playblock',
|
|
12769
|
+
rpc: ['https://rpc.playblock.io', 'wss://ws.playblock.io'],
|
|
12770
|
+
faucets: [],
|
|
12771
|
+
nativeCurrency: { name: 'PlayBlock', symbol: 'PBG', decimals: 18 },
|
|
12772
|
+
infoURL: 'https://www.playnance.com',
|
|
12773
|
+
shortName: 'playblock',
|
|
12774
|
+
chainId: 1829,
|
|
12775
|
+
slip44: 60,
|
|
12776
|
+
networkId: 1829,
|
|
12777
|
+
explorers: [
|
|
12778
|
+
{
|
|
12779
|
+
name: 'PlayBlock',
|
|
12780
|
+
url: 'https://explorer.playblock.io',
|
|
12781
|
+
standard: 'none'
|
|
12782
|
+
}
|
|
12783
|
+
],
|
|
12784
|
+
parent: {
|
|
12785
|
+
type: 'L2',
|
|
12786
|
+
chain: 'eip155-42161',
|
|
12787
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/playblock' }]
|
|
12788
|
+
}
|
|
12789
|
+
},
|
|
12790
|
+
1833: {
|
|
12791
|
+
name: 'Verify testnet',
|
|
12792
|
+
title: 'Verify Testnet',
|
|
12793
|
+
chain: 'verify-testnet',
|
|
12794
|
+
rpc: [
|
|
12795
|
+
'https://rpc.verify-testnet.gelato.digital',
|
|
12796
|
+
'wss://ws.verify-testnet.gelato.digital'
|
|
12797
|
+
],
|
|
12798
|
+
nativeCurrency: { name: 'Matic', symbol: 'MATIC', decimals: 18 },
|
|
12799
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/verify-testnet',
|
|
12800
|
+
faucets: [],
|
|
12801
|
+
shortName: 'verify-testnet',
|
|
12802
|
+
chainId: 1833,
|
|
12803
|
+
networkId: 1833,
|
|
12804
|
+
slip44: 60,
|
|
12805
|
+
explorers: [
|
|
12806
|
+
{
|
|
12807
|
+
name: 'blockscout',
|
|
12808
|
+
url: 'https://verify-testnet.blockscout.com',
|
|
12809
|
+
icon: 'blockscout',
|
|
12810
|
+
standard: 'EIP3091'
|
|
12811
|
+
}
|
|
12812
|
+
],
|
|
12813
|
+
parent: {
|
|
12814
|
+
type: 'L2',
|
|
12815
|
+
chain: 'eip155-80002',
|
|
12816
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/verify-testnet' }]
|
|
12817
|
+
}
|
|
12818
|
+
},
|
|
12652
12819
|
1853: {
|
|
12653
12820
|
name: 'HighOctane Subnet',
|
|
12654
12821
|
chain: 'HighOctane Subnet',
|
|
@@ -12950,6 +13117,72 @@ exports.chains = {
|
|
|
12950
13117
|
networkId: 1918,
|
|
12951
13118
|
explorers: []
|
|
12952
13119
|
},
|
|
13120
|
+
1923: {
|
|
13121
|
+
name: 'Swell Network',
|
|
13122
|
+
chain: 'Swell L2',
|
|
13123
|
+
rpc: ['https://swell-mainnet.alt.technology'],
|
|
13124
|
+
faucets: [],
|
|
13125
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13126
|
+
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13127
|
+
shortName: 'swell-l2',
|
|
13128
|
+
chainId: 1923,
|
|
13129
|
+
networkId: 1923,
|
|
13130
|
+
explorers: [
|
|
13131
|
+
{
|
|
13132
|
+
name: 'swell-l2',
|
|
13133
|
+
icon: 'swell',
|
|
13134
|
+
url: 'https://swell-mainnet-explorer.alt.technology',
|
|
13135
|
+
standard: 'none'
|
|
13136
|
+
}
|
|
13137
|
+
]
|
|
13138
|
+
},
|
|
13139
|
+
1924: {
|
|
13140
|
+
name: 'Swell Network Testnet',
|
|
13141
|
+
chain: 'Swell L2 Testnet',
|
|
13142
|
+
rpc: ['https://swell-testnet.alt.technology'],
|
|
13143
|
+
faucets: [],
|
|
13144
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13145
|
+
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13146
|
+
shortName: 'swell-l2-testnet',
|
|
13147
|
+
chainId: 1924,
|
|
13148
|
+
networkId: 1924,
|
|
13149
|
+
explorers: [
|
|
13150
|
+
{
|
|
13151
|
+
name: 'swell-l2-testnet',
|
|
13152
|
+
icon: 'swell',
|
|
13153
|
+
url: 'https://swell-testnet-explorer.alt.technology',
|
|
13154
|
+
standard: 'none'
|
|
13155
|
+
}
|
|
13156
|
+
]
|
|
13157
|
+
},
|
|
13158
|
+
1927: {
|
|
13159
|
+
name: 'Arvix Testnet',
|
|
13160
|
+
chain: 'Arvix',
|
|
13161
|
+
rpc: [
|
|
13162
|
+
'https://rpc-testnet-market.arvix.network',
|
|
13163
|
+
'https://rpc-dev-testnet.arvix.network'
|
|
13164
|
+
],
|
|
13165
|
+
faucets: ['https://claim-faucet.arvix.network'],
|
|
13166
|
+
nativeCurrency: {
|
|
13167
|
+
name: 'Arvix Testnet Native Token',
|
|
13168
|
+
symbol: 'tARV',
|
|
13169
|
+
decimals: 18
|
|
13170
|
+
},
|
|
13171
|
+
infoURL: 'https://arvix.network',
|
|
13172
|
+
shortName: 'arvix',
|
|
13173
|
+
chainId: 1927,
|
|
13174
|
+
networkId: 1927,
|
|
13175
|
+
icon: 'arvix',
|
|
13176
|
+
explorers: [
|
|
13177
|
+
{
|
|
13178
|
+
name: 'Arvix Explorer Testnet',
|
|
13179
|
+
url: 'https://testnet.arvixscan.com',
|
|
13180
|
+
standard: 'EIP3091',
|
|
13181
|
+
icon: 'arvix'
|
|
13182
|
+
}
|
|
13183
|
+
],
|
|
13184
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwGGWyemrFUZPriS3PqxLUoT7vdtS7FqNY5fAaoTG27Q'
|
|
13185
|
+
},
|
|
12953
13186
|
1945: {
|
|
12954
13187
|
name: 'ONUS Chain Testnet',
|
|
12955
13188
|
title: 'ONUS Chain Testnet',
|
|
@@ -12992,7 +13225,7 @@ exports.chains = {
|
|
|
12992
13225
|
],
|
|
12993
13226
|
parent: {
|
|
12994
13227
|
type: 'L2',
|
|
12995
|
-
chain: 'eip155-
|
|
13228
|
+
chain: 'eip155-11155111',
|
|
12996
13229
|
bridges: [{ url: 'https://bridge.soneium.org/testnet' }]
|
|
12997
13230
|
},
|
|
12998
13231
|
iconURL: 'https://ipfs.io/ipfs/bafybeighhofhlz3qi5yv6ukqw6gthkuedhmgs5xcej4iibwan4dnvghnvi'
|
|
@@ -13367,10 +13600,7 @@ exports.chains = {
|
|
|
13367
13600
|
1995: {
|
|
13368
13601
|
name: 'edeXa Testnet',
|
|
13369
13602
|
chain: 'edeXa TestNetwork',
|
|
13370
|
-
rpc: [
|
|
13371
|
-
'https://testnet.edexa.network/rpc',
|
|
13372
|
-
'https://io-dataseed1.testnet.edexa.io-market.com/rpc'
|
|
13373
|
-
],
|
|
13603
|
+
rpc: ['https://testnet.edexa.network/rpc', 'https://testnet.edexa.com/rpc'],
|
|
13374
13604
|
faucets: ['https://faucet.edexa.com/'],
|
|
13375
13605
|
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
|
13376
13606
|
infoURL: 'https://edexa.network/',
|
|
@@ -15152,7 +15382,7 @@ exports.chains = {
|
|
|
15152
15382
|
}
|
|
15153
15383
|
],
|
|
15154
15384
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
15155
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15385
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
|
|
15156
15386
|
},
|
|
15157
15387
|
2415: {
|
|
15158
15388
|
name: 'XODEX',
|
|
@@ -15349,7 +15579,21 @@ exports.chains = {
|
|
|
15349
15579
|
}
|
|
15350
15580
|
],
|
|
15351
15581
|
parent: { type: 'L2', chain: 'eip155-5' },
|
|
15352
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15582
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
|
|
15583
|
+
},
|
|
15584
|
+
2512: {
|
|
15585
|
+
name: 'K2 Testnet',
|
|
15586
|
+
chain: 'K2',
|
|
15587
|
+
icon: 'karak',
|
|
15588
|
+
rpc: [],
|
|
15589
|
+
faucets: [],
|
|
15590
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15591
|
+
infoURL: 'https://karak.network',
|
|
15592
|
+
shortName: 'K2-testnet',
|
|
15593
|
+
chainId: 2512,
|
|
15594
|
+
networkId: 2512,
|
|
15595
|
+
status: 'incubating',
|
|
15596
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
|
|
15353
15597
|
},
|
|
15354
15598
|
2522: {
|
|
15355
15599
|
name: 'Fraxtal Testnet',
|
|
@@ -15388,6 +15632,28 @@ exports.chains = {
|
|
|
15388
15632
|
status: 'active',
|
|
15389
15633
|
iconURL: 'https://ipfs.io/ipfs/QmU9KU1qgReJR7vyVxN5zwWB3nkhSs658ViArUjT7GCh4r'
|
|
15390
15634
|
},
|
|
15635
|
+
2552: {
|
|
15636
|
+
name: 'Bahamut horizon',
|
|
15637
|
+
title: 'Bahamut horizon',
|
|
15638
|
+
chain: 'Bahamut',
|
|
15639
|
+
icon: 'bahamut',
|
|
15640
|
+
rpc: ['https://horizon-fastex-testnet.zeeve.net'],
|
|
15641
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15642
|
+
faucets: [],
|
|
15643
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
|
15644
|
+
shortName: 'horizon',
|
|
15645
|
+
infoURL: 'https://bahamut.io',
|
|
15646
|
+
chainId: 2552,
|
|
15647
|
+
networkId: 2552,
|
|
15648
|
+
explorers: [
|
|
15649
|
+
{
|
|
15650
|
+
name: 'blockscout',
|
|
15651
|
+
url: 'https://horizon.ftnscan.com',
|
|
15652
|
+
standard: 'none'
|
|
15653
|
+
}
|
|
15654
|
+
],
|
|
15655
|
+
iconURL: 'https://ipfs.io/ipfs/QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP'
|
|
15656
|
+
},
|
|
15391
15657
|
2559: {
|
|
15392
15658
|
name: 'Kortho Mainnet',
|
|
15393
15659
|
chain: 'Kortho Chain',
|
|
@@ -15687,6 +15953,21 @@ exports.chains = {
|
|
|
15687
15953
|
],
|
|
15688
15954
|
iconURL: 'https://ipfs.io/ipfs/bafkreidoudwo453gr3hoxpreleguga73rm55yl6vuedxrfmhknljppqbiu'
|
|
15689
15955
|
},
|
|
15956
|
+
2741: {
|
|
15957
|
+
name: 'Abstract',
|
|
15958
|
+
chain: 'Abstract',
|
|
15959
|
+
rpc: [],
|
|
15960
|
+
faucets: [],
|
|
15961
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15962
|
+
infoURL: 'https://abs.xyz',
|
|
15963
|
+
shortName: 'abstract',
|
|
15964
|
+
chainId: 2741,
|
|
15965
|
+
networkId: 2741,
|
|
15966
|
+
icon: 'abstract',
|
|
15967
|
+
explorers: [],
|
|
15968
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
15969
|
+
iconURL: 'https://ipfs.io/ipfs/QmSRp5BGvwW9xmNNiRwZkJiTnjkyeQFU8Fy2BYwaBVJn58'
|
|
15970
|
+
},
|
|
15690
15971
|
2748: {
|
|
15691
15972
|
name: 'Nanon',
|
|
15692
15973
|
title: 'Nanon Rollup',
|
|
@@ -15766,7 +16047,12 @@ exports.chains = {
|
|
|
15766
16047
|
name: 'Morph',
|
|
15767
16048
|
title: 'Morph Mainnet',
|
|
15768
16049
|
chain: 'ETH',
|
|
15769
|
-
rpc: [
|
|
16050
|
+
rpc: [
|
|
16051
|
+
'https://rpc.morphl2.io',
|
|
16052
|
+
'wss://rpc.morphl2.io:8443',
|
|
16053
|
+
'https://rpc-quicknode.morphl2.io',
|
|
16054
|
+
'wss://rpc-quicknode.morphl2.io'
|
|
16055
|
+
],
|
|
15770
16056
|
faucets: [],
|
|
15771
16057
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15772
16058
|
infoURL: 'https://morphl2.io',
|
|
@@ -17680,6 +17966,25 @@ exports.chains = {
|
|
|
17680
17966
|
],
|
|
17681
17967
|
iconURL: 'https://ipfs.io/ipfs/QmTMbwvGznhMwxWbX28FWtj4Me8ayGQjUQG7zrXPCJzLTa'
|
|
17682
17968
|
},
|
|
17969
|
+
4321: {
|
|
17970
|
+
name: 'Echos Chain',
|
|
17971
|
+
chain: 'Echos',
|
|
17972
|
+
rpc: [],
|
|
17973
|
+
features: [],
|
|
17974
|
+
faucets: [],
|
|
17975
|
+
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
|
17976
|
+
infoURL: 'https://www.echos.fun/',
|
|
17977
|
+
shortName: 'echos',
|
|
17978
|
+
chainId: 4321,
|
|
17979
|
+
networkId: 4321,
|
|
17980
|
+
explorers: [
|
|
17981
|
+
{
|
|
17982
|
+
name: 'Echos Explorer',
|
|
17983
|
+
url: 'https://explorer.echos.fun',
|
|
17984
|
+
standard: 'none'
|
|
17985
|
+
}
|
|
17986
|
+
]
|
|
17987
|
+
},
|
|
17683
17988
|
4328: {
|
|
17684
17989
|
name: 'Bobafuji Testnet',
|
|
17685
17990
|
chain: 'Bobafuji Testnet',
|
|
@@ -17757,6 +18062,21 @@ exports.chains = {
|
|
|
17757
18062
|
],
|
|
17758
18063
|
iconURL: 'https://ipfs.io/ipfs/bafkreifbso3gd4wu5wxl27xyurxctmuae2jyuy37guqtzx23nga6ba4ag4'
|
|
17759
18064
|
},
|
|
18065
|
+
4422: {
|
|
18066
|
+
name: 'Testnet Pika',
|
|
18067
|
+
chain: 'tPKA',
|
|
18068
|
+
rpc: ['https://testnet-rpc1.pikascan.com'],
|
|
18069
|
+
faucets: [],
|
|
18070
|
+
icon: 'testnetpsc',
|
|
18071
|
+
nativeCurrency: { name: 'Testnet Pika', symbol: 'tPKA', decimals: 18 },
|
|
18072
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18073
|
+
infoURL: 'https://pikaminter.com',
|
|
18074
|
+
shortName: 'PikaMinter',
|
|
18075
|
+
chainId: 4422,
|
|
18076
|
+
networkId: 4422,
|
|
18077
|
+
explorers: [],
|
|
18078
|
+
iconURL: 'https://ipfs.io/ipfs/QmXmBxoHWyPfpYP3gLfVB2d5DfVKT4FXKb4Bt6m7nf19wL'
|
|
18079
|
+
},
|
|
17760
18080
|
4444: {
|
|
17761
18081
|
name: 'Htmlcoin Mainnet',
|
|
17762
18082
|
chain: 'mainnet',
|
|
@@ -18630,6 +18950,28 @@ exports.chains = {
|
|
|
18630
18950
|
}
|
|
18631
18951
|
]
|
|
18632
18952
|
},
|
|
18953
|
+
5330: {
|
|
18954
|
+
name: 'Superseed',
|
|
18955
|
+
chain: 'ETH',
|
|
18956
|
+
rpc: ['https://mainnet.superseed.xyz', 'wss://mainnet.superseed.xyz'],
|
|
18957
|
+
faucets: [],
|
|
18958
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18959
|
+
infoURL: 'https://www.superseed.xyz',
|
|
18960
|
+
shortName: 'sseed',
|
|
18961
|
+
chainId: 5330,
|
|
18962
|
+
networkId: 5330,
|
|
18963
|
+
slip44: 1,
|
|
18964
|
+
icon: 'superseed',
|
|
18965
|
+
explorers: [
|
|
18966
|
+
{
|
|
18967
|
+
name: 'seedscout',
|
|
18968
|
+
url: 'https://explorer.superseed.xyz',
|
|
18969
|
+
standard: 'EIP3091'
|
|
18970
|
+
}
|
|
18971
|
+
],
|
|
18972
|
+
status: 'active',
|
|
18973
|
+
iconURL: 'https://ipfs.io/ipfs/QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg'
|
|
18974
|
+
},
|
|
18633
18975
|
5333: {
|
|
18634
18976
|
name: 'Netsbo',
|
|
18635
18977
|
chain: 'NETSBO',
|
|
@@ -18701,11 +19043,7 @@ exports.chains = {
|
|
|
18701
19043
|
5424: {
|
|
18702
19044
|
name: 'edeXa Mainnet',
|
|
18703
19045
|
chain: 'edeXa Network',
|
|
18704
|
-
rpc: [
|
|
18705
|
-
'https://mainnet.edexa.network/rpc',
|
|
18706
|
-
'https://mainnet.edexa.com/rpc',
|
|
18707
|
-
'https://io-dataseed1.mainnet.edexa.io-market.com/rpc'
|
|
18708
|
-
],
|
|
19046
|
+
rpc: ['https://mainnet.edexa.network/rpc', 'https://mainnet.edexa.com/rpc'],
|
|
18709
19047
|
faucets: [],
|
|
18710
19048
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18711
19049
|
nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 },
|
|
@@ -19887,6 +20225,20 @@ exports.chains = {
|
|
|
19887
20225
|
],
|
|
19888
20226
|
iconURL: 'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
|
|
19889
20227
|
},
|
|
20228
|
+
6900: {
|
|
20229
|
+
name: 'Nibiru Mainnet',
|
|
20230
|
+
chain: 'Nibiru',
|
|
20231
|
+
rpc: ['https://evm-rpc.nibiru.fi'],
|
|
20232
|
+
faucets: [],
|
|
20233
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
|
20234
|
+
infoURL: 'https://nibiru.fi',
|
|
20235
|
+
shortName: 'cataclysm-1',
|
|
20236
|
+
chainId: 6900,
|
|
20237
|
+
networkId: 6900,
|
|
20238
|
+
icon: 'nibiru',
|
|
20239
|
+
explorers: [],
|
|
20240
|
+
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
20241
|
+
},
|
|
19890
20242
|
6942: {
|
|
19891
20243
|
name: 'Laika Mainnet',
|
|
19892
20244
|
chain: 'LAIKA',
|
|
@@ -20537,6 +20889,27 @@ exports.chains = {
|
|
|
20537
20889
|
}
|
|
20538
20890
|
]
|
|
20539
20891
|
},
|
|
20892
|
+
7744: {
|
|
20893
|
+
name: 'Phron Testnet',
|
|
20894
|
+
chain: 'PHR',
|
|
20895
|
+
icon: 'phron',
|
|
20896
|
+
rpc: ['https://testnet.phron.ai', 'wss://testnet.phron.ai'],
|
|
20897
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20898
|
+
faucets: ['https://faucet.phron.ai'],
|
|
20899
|
+
nativeCurrency: { name: 'Phron', symbol: 'TPHR', decimals: 18 },
|
|
20900
|
+
infoURL: 'https://phron.ai',
|
|
20901
|
+
shortName: 'phr',
|
|
20902
|
+
chainId: 7744,
|
|
20903
|
+
networkId: 7744,
|
|
20904
|
+
explorers: [
|
|
20905
|
+
{
|
|
20906
|
+
name: 'phronscan',
|
|
20907
|
+
url: 'https://testnet.phronscan.io',
|
|
20908
|
+
standard: 'EIP3091'
|
|
20909
|
+
}
|
|
20910
|
+
],
|
|
20911
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY'
|
|
20912
|
+
},
|
|
20540
20913
|
7771: {
|
|
20541
20914
|
name: 'Bitrock Testnet',
|
|
20542
20915
|
chain: 'Bitrock',
|
|
@@ -21068,7 +21441,7 @@ exports.chains = {
|
|
|
21068
21441
|
}
|
|
21069
21442
|
],
|
|
21070
21443
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
21071
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
21444
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeic3dihuytvtm2hnfo7lvsqf43eqbzobtkxn3o3pxptktifsefy7su'
|
|
21072
21445
|
},
|
|
21073
21446
|
8080: {
|
|
21074
21447
|
name: 'Shardeum Liberty 1.X',
|
|
@@ -21554,7 +21927,11 @@ exports.chains = {
|
|
|
21554
21927
|
networkId: 8453,
|
|
21555
21928
|
icon: 'base',
|
|
21556
21929
|
explorers: [
|
|
21557
|
-
{
|
|
21930
|
+
{
|
|
21931
|
+
name: 'basescan',
|
|
21932
|
+
url: 'https://basescan.org',
|
|
21933
|
+
standard: 'EIP3091'
|
|
21934
|
+
},
|
|
21558
21935
|
{
|
|
21559
21936
|
name: 'basescout',
|
|
21560
21937
|
url: 'https://base.blockscout.com',
|
|
@@ -22448,6 +22825,30 @@ exports.chains = {
|
|
|
22448
22825
|
],
|
|
22449
22826
|
iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
|
|
22450
22827
|
},
|
|
22828
|
+
9091: {
|
|
22829
|
+
name: 'KPA Smart Chain Testnet',
|
|
22830
|
+
chain: 'KSC',
|
|
22831
|
+
rpc: [
|
|
22832
|
+
'https://testnet-rpc1.koppachain.com/',
|
|
22833
|
+
'https://testnet-rpc2.koppachain.com/',
|
|
22834
|
+
'https://testnet-rpc3.koppachain.com/',
|
|
22835
|
+
'https://testnet-rpc4.koppachain.com/'
|
|
22836
|
+
],
|
|
22837
|
+
faucets: ['https://mint.koppachain.com'],
|
|
22838
|
+
nativeCurrency: {
|
|
22839
|
+
name: 'KPA Smart Chain Testnet',
|
|
22840
|
+
symbol: 'tKPA',
|
|
22841
|
+
decimals: 18
|
|
22842
|
+
},
|
|
22843
|
+
features: [],
|
|
22844
|
+
infoURL: 'https://koppachain.com',
|
|
22845
|
+
shortName: 'KPA',
|
|
22846
|
+
chainId: 9091,
|
|
22847
|
+
networkId: 9091,
|
|
22848
|
+
icon: 'koppa',
|
|
22849
|
+
explorers: [],
|
|
22850
|
+
iconURL: 'https://ipfs.io/ipfs/QmbEzU7QQ4uJR2XTmkGAW9GNEsTMt6o8oYshPVeWVbSGaC'
|
|
22851
|
+
},
|
|
22451
22852
|
9100: {
|
|
22452
22853
|
name: 'Genesis Coin',
|
|
22453
22854
|
chain: 'Genesis',
|
|
@@ -22743,7 +23144,7 @@ exports.chains = {
|
|
|
22743
23144
|
],
|
|
22744
23145
|
parent: {
|
|
22745
23146
|
type: 'L2',
|
|
22746
|
-
chain: 'eip155-
|
|
23147
|
+
chain: 'eip155-28882',
|
|
22747
23148
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
22748
23149
|
}
|
|
22749
23150
|
},
|
|
@@ -23020,6 +23421,26 @@ exports.chains = {
|
|
|
23020
23421
|
],
|
|
23021
23422
|
iconURL: 'https://ipfs.io/ipfs/QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ'
|
|
23022
23423
|
},
|
|
23424
|
+
9901: {
|
|
23425
|
+
name: 'Zytron Linea Mainnet',
|
|
23426
|
+
chain: 'ETH',
|
|
23427
|
+
icon: 'zytron',
|
|
23428
|
+
rpc: ['https://rpc.zypher.network/'],
|
|
23429
|
+
faucets: [],
|
|
23430
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
23431
|
+
infoURL: 'https://zytron.zypher.network/',
|
|
23432
|
+
shortName: 'zytron-linea',
|
|
23433
|
+
chainId: 9901,
|
|
23434
|
+
networkId: 9901,
|
|
23435
|
+
explorers: [
|
|
23436
|
+
{
|
|
23437
|
+
name: 'blockscout',
|
|
23438
|
+
url: 'https://explorer.zypher.network',
|
|
23439
|
+
standard: 'EIP3091'
|
|
23440
|
+
}
|
|
23441
|
+
],
|
|
23442
|
+
iconURL: 'https://ipfs.io/ipfs/QmY9cfmkCxJfPwKfCv6aF6CNiMWM5aN3jUSTf4rMfxaaJd'
|
|
23443
|
+
},
|
|
23023
23444
|
9911: {
|
|
23024
23445
|
name: 'Espento Mainnet',
|
|
23025
23446
|
chain: 'SPENT',
|
|
@@ -23287,6 +23708,22 @@ exports.chains = {
|
|
|
23287
23708
|
networkId: 10001,
|
|
23288
23709
|
slip44: 1
|
|
23289
23710
|
},
|
|
23711
|
+
10010: {
|
|
23712
|
+
name: 'Warden Testnet',
|
|
23713
|
+
chain: 'WARD',
|
|
23714
|
+
rpc: [
|
|
23715
|
+
'https://evm.chiado.wardenprotocol.org',
|
|
23716
|
+
'wss://evm-ws.chiado.wardenprotocol.org'
|
|
23717
|
+
],
|
|
23718
|
+
faucets: ['https://faucet.chiado.wardenprotocol.org'],
|
|
23719
|
+
nativeCurrency: { name: 'WARD', symbol: 'WARD', decimals: 18 },
|
|
23720
|
+
infoURL: 'https://wardenprotocol.org',
|
|
23721
|
+
icon: 'warden',
|
|
23722
|
+
shortName: 'ward',
|
|
23723
|
+
chainId: 10010,
|
|
23724
|
+
networkId: 10010,
|
|
23725
|
+
iconURL: 'https://ipfs.io/ipfs/Qmdz49xumH5yHb9jXKLR69Liv4STJQq5xW1g9xCQ9vJ3fB'
|
|
23726
|
+
},
|
|
23290
23727
|
10024: {
|
|
23291
23728
|
name: 'Gon Chain',
|
|
23292
23729
|
chain: 'GonChain',
|
|
@@ -23410,6 +23847,22 @@ exports.chains = {
|
|
|
23410
23847
|
chainId: 10101,
|
|
23411
23848
|
networkId: 10101
|
|
23412
23849
|
},
|
|
23850
|
+
10143: {
|
|
23851
|
+
name: 'Monad Testnet',
|
|
23852
|
+
chain: 'MON',
|
|
23853
|
+
icon: 'monad',
|
|
23854
|
+
rpc: [],
|
|
23855
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23856
|
+
faucets: [],
|
|
23857
|
+
nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
|
|
23858
|
+
infoURL: 'https://monad.xyz',
|
|
23859
|
+
shortName: 'mon-testnet',
|
|
23860
|
+
chainId: 10143,
|
|
23861
|
+
networkId: 10143,
|
|
23862
|
+
slip44: 1,
|
|
23863
|
+
explorers: [],
|
|
23864
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
|
|
23865
|
+
},
|
|
23413
23866
|
10200: {
|
|
23414
23867
|
name: 'Gnosis Chiado Testnet',
|
|
23415
23868
|
chain: 'GNO',
|
|
@@ -23722,6 +24175,35 @@ exports.chains = {
|
|
|
23722
24175
|
}
|
|
23723
24176
|
]
|
|
23724
24177
|
},
|
|
24178
|
+
10888: {
|
|
24179
|
+
name: 'GameSwift Chain Testnet',
|
|
24180
|
+
title: 'GameSwift Chain Testnet',
|
|
24181
|
+
chain: 'gameswift-chain-testnet',
|
|
24182
|
+
rpc: ['https://rpc-testnet.gameswift.io', 'wss://ws-testnet.gameswift.io'],
|
|
24183
|
+
nativeCurrency: { name: 'TGameSwift', symbol: 'tGS', decimals: 18 },
|
|
24184
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/gameswift-chain-testnet',
|
|
24185
|
+
faucets: [],
|
|
24186
|
+
shortName: 'gameswift-chain-testnet',
|
|
24187
|
+
chainId: 10888,
|
|
24188
|
+
networkId: 10888,
|
|
24189
|
+
slip44: 60,
|
|
24190
|
+
explorers: [
|
|
24191
|
+
{
|
|
24192
|
+
name: 'blockscout',
|
|
24193
|
+
url: 'https://testnet.gameswift.io',
|
|
24194
|
+
standard: 'EIP3091'
|
|
24195
|
+
}
|
|
24196
|
+
],
|
|
24197
|
+
parent: {
|
|
24198
|
+
type: 'L2',
|
|
24199
|
+
chain: 'eip155-11155111',
|
|
24200
|
+
bridges: [
|
|
24201
|
+
{
|
|
24202
|
+
url: 'https://testnet-bridge-gelato.gameswift.io/bridge/gameswift-chain-testnet'
|
|
24203
|
+
}
|
|
24204
|
+
]
|
|
24205
|
+
}
|
|
24206
|
+
},
|
|
23725
24207
|
10946: {
|
|
23726
24208
|
name: 'Quadrans Blockchain',
|
|
23727
24209
|
chain: 'QDC',
|
|
@@ -23919,7 +24401,7 @@ exports.chains = {
|
|
|
23919
24401
|
networkId: 11124,
|
|
23920
24402
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
23921
24403
|
infoURL: 'https://abs.xyz/',
|
|
23922
|
-
shortName: '
|
|
24404
|
+
shortName: 'abstract-sepolia',
|
|
23923
24405
|
parent: {
|
|
23924
24406
|
type: 'L2',
|
|
23925
24407
|
chain: 'eip155-11155111',
|
|
@@ -24123,6 +24605,11 @@ exports.chains = {
|
|
|
24123
24605
|
name: 'ArtelaScan',
|
|
24124
24606
|
url: 'https://betanet-scan.artela.network',
|
|
24125
24607
|
standard: 'EIP3091'
|
|
24608
|
+
},
|
|
24609
|
+
{
|
|
24610
|
+
name: 'OKXExplorer',
|
|
24611
|
+
url: 'https://www.okx.com/web3/explorer/artela-testnet',
|
|
24612
|
+
standard: 'EIP3091'
|
|
24126
24613
|
}
|
|
24127
24614
|
]
|
|
24128
24615
|
},
|
|
@@ -25090,11 +25577,6 @@ exports.chains = {
|
|
|
25090
25577
|
standard: 'EIP3091'
|
|
25091
25578
|
}
|
|
25092
25579
|
],
|
|
25093
|
-
parent: {
|
|
25094
|
-
type: 'L2',
|
|
25095
|
-
chain: 'eip155-1',
|
|
25096
|
-
bridges: [{ url: 'https://bridge.testnet.evm.eosnetwork.com' }]
|
|
25097
|
-
},
|
|
25098
25580
|
iconURL: 'https://ipfs.io/ipfs/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb'
|
|
25099
25581
|
},
|
|
25100
25582
|
16000: {
|
|
@@ -25184,6 +25666,36 @@ exports.chains = {
|
|
|
25184
25666
|
],
|
|
25185
25667
|
iconURL: 'https://ipfs.io/ipfs/QmVhG7xeTc78ibQunQ5sBJ4533r9FDM2xUCQKV72DPd1ux'
|
|
25186
25668
|
},
|
|
25669
|
+
16182: {
|
|
25670
|
+
name: 'Eventum Testnet',
|
|
25671
|
+
title: 'Eventum Testnet',
|
|
25672
|
+
chain: 'eventum-testnet',
|
|
25673
|
+
rpc: ['https://testnet-rpc.eh-dev.app', 'wss://testnet-ws.eh-dev.app'],
|
|
25674
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25675
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/event-horizon-eventum-testnet',
|
|
25676
|
+
faucets: [],
|
|
25677
|
+
shortName: 'eventum-testnet',
|
|
25678
|
+
chainId: 16182,
|
|
25679
|
+
networkId: 16182,
|
|
25680
|
+
slip44: 60,
|
|
25681
|
+
explorers: [
|
|
25682
|
+
{
|
|
25683
|
+
name: 'blockscout',
|
|
25684
|
+
url: 'https://testnet-blockscout.eh-dev.app',
|
|
25685
|
+
standard: 'EIP3091'
|
|
25686
|
+
}
|
|
25687
|
+
],
|
|
25688
|
+
parent: {
|
|
25689
|
+
type: 'L2',
|
|
25690
|
+
chain: 'eip155-421614',
|
|
25691
|
+
bridges: [
|
|
25692
|
+
{
|
|
25693
|
+
url: 'https://testnet-bridge.eh-dev.app/bridge/event-horizon-eventum-testnet'
|
|
25694
|
+
}
|
|
25695
|
+
]
|
|
25696
|
+
},
|
|
25697
|
+
status: 'active'
|
|
25698
|
+
},
|
|
25187
25699
|
16350: {
|
|
25188
25700
|
name: 'Incentiv Devnet',
|
|
25189
25701
|
chain: 'Incentiv',
|
|
@@ -25564,14 +26076,6 @@ exports.chains = {
|
|
|
25564
26076
|
standard: 'EIP3091'
|
|
25565
26077
|
}
|
|
25566
26078
|
],
|
|
25567
|
-
parent: {
|
|
25568
|
-
type: 'L2',
|
|
25569
|
-
chain: 'eip155-1',
|
|
25570
|
-
bridges: [
|
|
25571
|
-
{ url: 'https://bridge.evm.eosnetwork.com' },
|
|
25572
|
-
{ url: 'https://app.multichain.org' }
|
|
25573
|
-
]
|
|
25574
|
-
},
|
|
25575
26079
|
iconURL: 'https://ipfs.io/ipfs/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb'
|
|
25576
26080
|
},
|
|
25577
26081
|
18000: {
|
|
@@ -25842,6 +26346,27 @@ exports.chains = {
|
|
|
25842
26346
|
}
|
|
25843
26347
|
]
|
|
25844
26348
|
},
|
|
26349
|
+
19180: {
|
|
26350
|
+
name: 'LocaChain Mainnet',
|
|
26351
|
+
chain: 'LocaChain',
|
|
26352
|
+
rpc: ['https://tgrpntwm.locachain.io'],
|
|
26353
|
+
faucets: [],
|
|
26354
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26355
|
+
nativeCurrency: { name: 'LocaCoin', symbol: 'LCC', decimals: 18 },
|
|
26356
|
+
infoURL: 'https://locachain.io',
|
|
26357
|
+
shortName: 'locachain',
|
|
26358
|
+
chainId: 19180,
|
|
26359
|
+
networkId: 19180,
|
|
26360
|
+
icon: 'locacoin',
|
|
26361
|
+
explorers: [
|
|
26362
|
+
{
|
|
26363
|
+
name: 'Locachain Explorer',
|
|
26364
|
+
url: 'https://explorer.locachain.io',
|
|
26365
|
+
standard: 'EIP3091'
|
|
26366
|
+
}
|
|
26367
|
+
],
|
|
26368
|
+
iconURL: 'https://ipfs.io/ipfs/QmSk1Kf6UyA5NxXfBUV4xqxDgpsZnsggWGb7hXhz6to1fz'
|
|
26369
|
+
},
|
|
25845
26370
|
19191: {
|
|
25846
26371
|
name: 'BlockX Mainnet',
|
|
25847
26372
|
chain: 'blockx',
|
|
@@ -25942,6 +26467,26 @@ exports.chains = {
|
|
|
25942
26467
|
networkId: 19527,
|
|
25943
26468
|
explorers: []
|
|
25944
26469
|
},
|
|
26470
|
+
19546: {
|
|
26471
|
+
name: 'Zytron Linea Testnet',
|
|
26472
|
+
chain: 'ETH',
|
|
26473
|
+
icon: 'zytron',
|
|
26474
|
+
rpc: ['https://linea-testnet-zytron.zypher.game/'],
|
|
26475
|
+
faucets: [],
|
|
26476
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
26477
|
+
infoURL: 'https://zytron.zypher.network/',
|
|
26478
|
+
shortName: 'zytron-linea-testnet',
|
|
26479
|
+
chainId: 19546,
|
|
26480
|
+
networkId: 19546,
|
|
26481
|
+
explorers: [
|
|
26482
|
+
{
|
|
26483
|
+
name: 'blockscout',
|
|
26484
|
+
url: 'https://linea-testnet-zytron-blockscout.zypher.game',
|
|
26485
|
+
standard: 'EIP3091'
|
|
26486
|
+
}
|
|
26487
|
+
],
|
|
26488
|
+
iconURL: 'https://ipfs.io/ipfs/QmY9cfmkCxJfPwKfCv6aF6CNiMWM5aN3jUSTf4rMfxaaJd'
|
|
26489
|
+
},
|
|
25945
26490
|
19600: {
|
|
25946
26491
|
name: 'LBRY Mainnet',
|
|
25947
26492
|
chain: 'LBRY',
|
|
@@ -26064,6 +26609,22 @@ exports.chains = {
|
|
|
26064
26609
|
],
|
|
26065
26610
|
iconURL: 'https://ipfs.io/ipfs/QmPh2FdjoPWBaCKNrknv6HjruxdUCr8AvJYvhpgHZP6e2C'
|
|
26066
26611
|
},
|
|
26612
|
+
20143: {
|
|
26613
|
+
name: 'Monad Devnet',
|
|
26614
|
+
chain: 'MON',
|
|
26615
|
+
icon: 'monad',
|
|
26616
|
+
rpc: [],
|
|
26617
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26618
|
+
faucets: [],
|
|
26619
|
+
nativeCurrency: { name: 'Devnet MON Token', symbol: 'MON', decimals: 18 },
|
|
26620
|
+
infoURL: 'https://monad.xyz',
|
|
26621
|
+
shortName: 'mon-devnet',
|
|
26622
|
+
chainId: 20143,
|
|
26623
|
+
networkId: 20143,
|
|
26624
|
+
slip44: 1,
|
|
26625
|
+
explorers: [],
|
|
26626
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
|
|
26627
|
+
},
|
|
26067
26628
|
20729: {
|
|
26068
26629
|
name: 'Callisto Testnet',
|
|
26069
26630
|
chain: 'CLO',
|
|
@@ -27008,11 +27569,7 @@ exports.chains = {
|
|
|
27008
27569
|
standard: 'none'
|
|
27009
27570
|
}
|
|
27010
27571
|
],
|
|
27011
|
-
parent: {
|
|
27012
|
-
type: 'L2',
|
|
27013
|
-
chain: 'eip155-1',
|
|
27014
|
-
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
27015
|
-
}
|
|
27572
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
27016
27573
|
},
|
|
27017
27574
|
29112: {
|
|
27018
27575
|
name: 'HYCHAIN Testnet',
|
|
@@ -27058,6 +27615,28 @@ exports.chains = {
|
|
|
27058
27615
|
],
|
|
27059
27616
|
iconURL: 'https://ipfs.io/ipfs/bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni'
|
|
27060
27617
|
},
|
|
27618
|
+
29225: {
|
|
27619
|
+
name: 'Nexa MetaTest',
|
|
27620
|
+
chain: 'NEXA',
|
|
27621
|
+
rpc: ['https://nexa.sh/metatest'],
|
|
27622
|
+
faucets: [],
|
|
27623
|
+
nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
|
|
27624
|
+
infoURL: 'https://nexa.sh/meta',
|
|
27625
|
+
shortName: 'nexatest',
|
|
27626
|
+
chainId: 29225,
|
|
27627
|
+
networkId: 29225,
|
|
27628
|
+
slip44: 29225,
|
|
27629
|
+
icon: 'nexameta',
|
|
27630
|
+
explorers: [
|
|
27631
|
+
{
|
|
27632
|
+
name: 'NexaShell',
|
|
27633
|
+
url: 'https://nexa.sh',
|
|
27634
|
+
standard: 'none',
|
|
27635
|
+
icon: 'nexashell'
|
|
27636
|
+
}
|
|
27637
|
+
],
|
|
27638
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni'
|
|
27639
|
+
},
|
|
27061
27640
|
29536: {
|
|
27062
27641
|
name: 'KaiChain Testnet',
|
|
27063
27642
|
chain: 'KaiChain',
|
|
@@ -27793,7 +28372,7 @@ exports.chains = {
|
|
|
27793
28372
|
standard: 'none'
|
|
27794
28373
|
}
|
|
27795
28374
|
],
|
|
27796
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
28375
|
+
iconURL: 'https://ipfs.io/ipfs/QmQnQZ2YUuJMDYoKWhiA1KqY67VFjvMLSXTww46pnrS8js'
|
|
27797
28376
|
},
|
|
27798
28377
|
34443: {
|
|
27799
28378
|
name: 'Mode',
|
|
@@ -28225,7 +28804,7 @@ exports.chains = {
|
|
|
28225
28804
|
'wss://testnet.emerald.oasis.io/ws'
|
|
28226
28805
|
],
|
|
28227
28806
|
faucets: ['https://faucet.testnet.oasis.io/'],
|
|
28228
|
-
nativeCurrency: { name: 'Emerald Rose', symbol: '
|
|
28807
|
+
nativeCurrency: { name: 'Emerald Test Rose', symbol: 'TEST', decimals: 18 },
|
|
28229
28808
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
|
28230
28809
|
shortName: 'emerald-testnet',
|
|
28231
28810
|
chainId: 42261,
|
|
@@ -28452,6 +29031,11 @@ exports.chains = {
|
|
|
28452
29031
|
networkId: 1,
|
|
28453
29032
|
slip44: 1,
|
|
28454
29033
|
explorers: [
|
|
29034
|
+
{
|
|
29035
|
+
name: 'snowscan-testnet',
|
|
29036
|
+
url: 'https://testnet.snowscan.xyz',
|
|
29037
|
+
standard: 'EIP3091'
|
|
29038
|
+
},
|
|
28455
29039
|
{
|
|
28456
29040
|
name: 'snowtrace',
|
|
28457
29041
|
url: 'https://testnet.snowtrace.io',
|
|
@@ -28478,6 +29062,11 @@ exports.chains = {
|
|
|
28478
29062
|
networkId: 43114,
|
|
28479
29063
|
slip44: 9005,
|
|
28480
29064
|
explorers: [
|
|
29065
|
+
{
|
|
29066
|
+
name: 'snowscan',
|
|
29067
|
+
url: 'https://snowscan.xyz',
|
|
29068
|
+
standard: 'EIP3091'
|
|
29069
|
+
},
|
|
28481
29070
|
{
|
|
28482
29071
|
name: 'snowtrace',
|
|
28483
29072
|
url: 'https://snowtrace.io',
|
|
@@ -29284,6 +29873,27 @@ exports.chains = {
|
|
|
29284
29873
|
}
|
|
29285
29874
|
]
|
|
29286
29875
|
},
|
|
29876
|
+
55007: {
|
|
29877
|
+
name: 'Titan Sepolia',
|
|
29878
|
+
chain: 'ETH',
|
|
29879
|
+
rpc: [
|
|
29880
|
+
'https://rpc.titan-sepolia.tokamak.network',
|
|
29881
|
+
'wss://rpc.titan-sepolia.tokamak.network/ws'
|
|
29882
|
+
],
|
|
29883
|
+
faucets: [],
|
|
29884
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29885
|
+
infoURL: 'https://tokamak.network',
|
|
29886
|
+
shortName: 'titan-sepolia',
|
|
29887
|
+
chainId: 55007,
|
|
29888
|
+
networkId: 55007,
|
|
29889
|
+
explorers: [
|
|
29890
|
+
{
|
|
29891
|
+
name: 'blockscout',
|
|
29892
|
+
url: 'https://explorer.titan-sepolia.tokamak.network',
|
|
29893
|
+
standard: 'EIP3091'
|
|
29894
|
+
}
|
|
29895
|
+
]
|
|
29896
|
+
},
|
|
29287
29897
|
55244: {
|
|
29288
29898
|
name: 'Superposition',
|
|
29289
29899
|
chain: 'Superposition',
|
|
@@ -29427,7 +30037,7 @@ exports.chains = {
|
|
|
29427
30037
|
],
|
|
29428
30038
|
parent: {
|
|
29429
30039
|
type: 'L2',
|
|
29430
|
-
chain: 'eip155-
|
|
30040
|
+
chain: 'eip155-56',
|
|
29431
30041
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
29432
30042
|
}
|
|
29433
30043
|
},
|
|
@@ -29658,7 +30268,7 @@ exports.chains = {
|
|
|
29658
30268
|
icon: 'linea',
|
|
29659
30269
|
parent: {
|
|
29660
30270
|
type: 'L2',
|
|
29661
|
-
chain: 'eip155-
|
|
30271
|
+
chain: 'eip155-11155111',
|
|
29662
30272
|
bridges: [{ url: 'https://bridge.linea.build/' }]
|
|
29663
30273
|
},
|
|
29664
30274
|
explorers: [
|
|
@@ -30171,25 +30781,26 @@ exports.chains = {
|
|
|
30171
30781
|
]
|
|
30172
30782
|
},
|
|
30173
30783
|
63000: {
|
|
30174
|
-
name: '
|
|
30784
|
+
name: 'eSync Network Mainnet',
|
|
30785
|
+
title: 'eSync Network Mainnet',
|
|
30175
30786
|
chain: 'ECS',
|
|
30176
|
-
rpc: ['https://rpc.ecredits.com'],
|
|
30787
|
+
rpc: ['https://rpc.esync.network', 'https://rpc.ecredits.com'],
|
|
30177
30788
|
faucets: [],
|
|
30178
30789
|
nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
|
|
30179
|
-
infoURL: 'https://
|
|
30180
|
-
shortName: '
|
|
30790
|
+
infoURL: 'https://esync.network',
|
|
30791
|
+
shortName: 'esync-mainnet',
|
|
30181
30792
|
chainId: 63000,
|
|
30182
30793
|
networkId: 63000,
|
|
30183
|
-
icon: '
|
|
30794
|
+
icon: 'esync',
|
|
30184
30795
|
explorers: [
|
|
30185
30796
|
{
|
|
30186
|
-
name: '
|
|
30187
|
-
url: 'https://explorer.
|
|
30188
|
-
icon: '
|
|
30797
|
+
name: 'eSync Network Mainnet Explorer',
|
|
30798
|
+
url: 'https://explorer.esync.network',
|
|
30799
|
+
icon: 'esync',
|
|
30189
30800
|
standard: 'EIP3091'
|
|
30190
30801
|
}
|
|
30191
30802
|
],
|
|
30192
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
30803
|
+
iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
|
|
30193
30804
|
},
|
|
30194
30805
|
63001: {
|
|
30195
30806
|
name: 'eCredits Testnet',
|
|
@@ -30240,7 +30851,7 @@ exports.chains = {
|
|
|
30240
30851
|
63157: {
|
|
30241
30852
|
name: 'Geist Mainnet',
|
|
30242
30853
|
chain: 'Geist',
|
|
30243
|
-
rpc: [],
|
|
30854
|
+
rpc: ['https://geist-mainnet.g.alchemy.com/public'],
|
|
30244
30855
|
faucets: [],
|
|
30245
30856
|
nativeCurrency: {
|
|
30246
30857
|
name: 'Aavegotchi GHST Token',
|
|
@@ -30249,12 +30860,18 @@ exports.chains = {
|
|
|
30249
30860
|
},
|
|
30250
30861
|
features: [],
|
|
30251
30862
|
infoURL: 'https://playongeist.com',
|
|
30252
|
-
shortName: '
|
|
30863
|
+
shortName: 'geist',
|
|
30253
30864
|
chainId: 63157,
|
|
30254
30865
|
networkId: 63157,
|
|
30255
|
-
status: '
|
|
30866
|
+
status: 'active',
|
|
30256
30867
|
icon: 'geist',
|
|
30257
|
-
explorers: [
|
|
30868
|
+
explorers: [
|
|
30869
|
+
{
|
|
30870
|
+
name: 'Geist Explorer',
|
|
30871
|
+
url: 'https://geist-mainnet.explorer.alchemy.com',
|
|
30872
|
+
standard: 'EIP3091'
|
|
30873
|
+
}
|
|
30874
|
+
],
|
|
30258
30875
|
iconURL: 'https://ipfs.io/ipfs/QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8'
|
|
30259
30876
|
},
|
|
30260
30877
|
65349: {
|
|
@@ -31195,6 +31812,11 @@ exports.chains = {
|
|
|
31195
31812
|
networkId: 80002,
|
|
31196
31813
|
slip44: 1,
|
|
31197
31814
|
explorers: [
|
|
31815
|
+
{
|
|
31816
|
+
name: 'polygonscan-amoy',
|
|
31817
|
+
url: 'https://amoy.polygonscan.com',
|
|
31818
|
+
standard: 'EIP3091'
|
|
31819
|
+
},
|
|
31198
31820
|
{
|
|
31199
31821
|
name: 'polygonamoy',
|
|
31200
31822
|
url: 'https://www.oklink.com/amoy',
|
|
@@ -31626,6 +32248,11 @@ exports.chains = {
|
|
|
31626
32248
|
slip44: 1,
|
|
31627
32249
|
icon: 'baseTestnet',
|
|
31628
32250
|
explorers: [
|
|
32251
|
+
{
|
|
32252
|
+
name: 'basescan-sepolia',
|
|
32253
|
+
url: 'https://sepolia.basescan.org',
|
|
32254
|
+
standard: 'EIP3091'
|
|
32255
|
+
},
|
|
31629
32256
|
{
|
|
31630
32257
|
name: 'basescout',
|
|
31631
32258
|
url: 'https://base-sepolia.blockscout.com',
|
|
@@ -31745,11 +32372,27 @@ exports.chains = {
|
|
|
31745
32372
|
}
|
|
31746
32373
|
]
|
|
31747
32374
|
},
|
|
32375
|
+
88811: {
|
|
32376
|
+
name: 'Unit Zero Mainnet',
|
|
32377
|
+
chain: 'Unit Zero',
|
|
32378
|
+
icon: 'unitzero',
|
|
32379
|
+
rpc: ['https://rpc.unit0.dev'],
|
|
32380
|
+
faucets: [],
|
|
32381
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
32382
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32383
|
+
infoURL: 'https://units.network',
|
|
32384
|
+
shortName: 'unit0-mainnet',
|
|
32385
|
+
chainId: 88811,
|
|
32386
|
+
networkId: 88811,
|
|
32387
|
+
explorers: [],
|
|
32388
|
+
iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
|
|
32389
|
+
},
|
|
31748
32390
|
88817: {
|
|
31749
32391
|
name: 'Unit Zero Testnet',
|
|
31750
32392
|
chain: 'Unit Zero',
|
|
32393
|
+
icon: 'unitzero',
|
|
31751
32394
|
rpc: ['https://rpc-testnet.unit0.dev'],
|
|
31752
|
-
faucets: [],
|
|
32395
|
+
faucets: ['https://faucet-testnet.unit0.dev'],
|
|
31753
32396
|
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
31754
32397
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31755
32398
|
infoURL: 'https://units.network',
|
|
@@ -31762,11 +32405,13 @@ exports.chains = {
|
|
|
31762
32405
|
url: 'https://explorer-testnet.unit0.dev',
|
|
31763
32406
|
standard: 'EIP3091'
|
|
31764
32407
|
}
|
|
31765
|
-
]
|
|
32408
|
+
],
|
|
32409
|
+
iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
|
|
31766
32410
|
},
|
|
31767
32411
|
88819: {
|
|
31768
32412
|
name: 'Unit Zero Stagenet',
|
|
31769
32413
|
chain: 'Unit Zero',
|
|
32414
|
+
icon: 'unitzero',
|
|
31770
32415
|
rpc: ['https://rpc-stagenet.unit0.dev'],
|
|
31771
32416
|
faucets: [],
|
|
31772
32417
|
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
@@ -31781,7 +32426,8 @@ exports.chains = {
|
|
|
31781
32426
|
url: 'https://explorer-stagenet.unit0.dev',
|
|
31782
32427
|
standard: 'EIP3091'
|
|
31783
32428
|
}
|
|
31784
|
-
]
|
|
32429
|
+
],
|
|
32430
|
+
iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
|
|
31785
32431
|
},
|
|
31786
32432
|
88880: {
|
|
31787
32433
|
name: 'Chiliz Scoville Testnet',
|
|
@@ -32281,6 +32927,25 @@ exports.chains = {
|
|
|
32281
32927
|
networkId: 98881,
|
|
32282
32928
|
status: 'incubating'
|
|
32283
32929
|
},
|
|
32930
|
+
98985: {
|
|
32931
|
+
name: 'Superposition Testnet',
|
|
32932
|
+
title: 'Sperposition Testnet',
|
|
32933
|
+
chain: 'SPN',
|
|
32934
|
+
rpc: ['https://testnet-rpc.superposition.so'],
|
|
32935
|
+
faucets: ['https://faucet.superposition.so'],
|
|
32936
|
+
nativeCurrency: { name: 'SPN', symbol: 'SPN', decimals: 18 },
|
|
32937
|
+
infoURL: 'https://superposition.so',
|
|
32938
|
+
shortName: 'superposition-testnet',
|
|
32939
|
+
chainId: 98985,
|
|
32940
|
+
networkId: 98985,
|
|
32941
|
+
explorers: [
|
|
32942
|
+
{
|
|
32943
|
+
name: 'Superposition Explorer',
|
|
32944
|
+
url: 'https://testnet-explorer.superposition.so',
|
|
32945
|
+
standard: 'EIP3091'
|
|
32946
|
+
}
|
|
32947
|
+
]
|
|
32948
|
+
},
|
|
32284
32949
|
99099: {
|
|
32285
32950
|
name: 'eLiberty Testnet',
|
|
32286
32951
|
chain: '$EL',
|
|
@@ -33218,7 +33883,7 @@ exports.chains = {
|
|
|
33218
33883
|
networkId: 131313,
|
|
33219
33884
|
icon: 'odyssey',
|
|
33220
33885
|
nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 },
|
|
33221
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
33886
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiabuopswwczdqb7kbncgdpqzatpxyyx3qg4oixikalj47oluyrjmu'
|
|
33222
33887
|
},
|
|
33223
33888
|
131419: {
|
|
33224
33889
|
name: 'ETND Chain Mainnets',
|
|
@@ -33312,6 +33977,27 @@ exports.chains = {
|
|
|
33312
33977
|
],
|
|
33313
33978
|
iconURL: 'https://ipfs.io/ipfs/QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX'
|
|
33314
33979
|
},
|
|
33980
|
+
153153: {
|
|
33981
|
+
name: 'Odyssey Chain Mainnet',
|
|
33982
|
+
chain: 'DIONE',
|
|
33983
|
+
rpc: ['https://node.dioneprotocol.com/ext/bc/D/rpc'],
|
|
33984
|
+
faucets: [],
|
|
33985
|
+
features: [{ name: 'EIP155' }],
|
|
33986
|
+
infoURL: 'https://www.dioneprotocol.com',
|
|
33987
|
+
shortName: 'Odyssey',
|
|
33988
|
+
chainId: 153153,
|
|
33989
|
+
networkId: 153153,
|
|
33990
|
+
icon: 'odysseyChain',
|
|
33991
|
+
nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 },
|
|
33992
|
+
explorers: [
|
|
33993
|
+
{
|
|
33994
|
+
name: 'Odyssey Scan',
|
|
33995
|
+
url: 'https://odysseyscan.com',
|
|
33996
|
+
standard: 'EIP3091'
|
|
33997
|
+
}
|
|
33998
|
+
],
|
|
33999
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiabuopswwczdqb7kbncgdpqzatpxyyx3qg4oixikalj47oluyrjmu'
|
|
34000
|
+
},
|
|
33315
34001
|
158245: {
|
|
33316
34002
|
name: 'CryptoX',
|
|
33317
34003
|
chain: 'XCOIN',
|
|
@@ -34455,6 +35141,39 @@ exports.chains = {
|
|
|
34455
35141
|
],
|
|
34456
35142
|
iconURL: 'https://ipfs.io/ipfs/QmWcaVLcPYBxi76HYJc4qudLJwXtfNCDJieLHAs632jMEA'
|
|
34457
35143
|
},
|
|
35144
|
+
241120: {
|
|
35145
|
+
name: 'Anomaly Andromeda Testnet',
|
|
35146
|
+
title: 'Anomaly Andromeda Testnet',
|
|
35147
|
+
chain: 'anomaly-andromeda-testnet',
|
|
35148
|
+
rpc: [
|
|
35149
|
+
'https://rpc.anomaly-andromeda.anomalygames.io',
|
|
35150
|
+
'wss://ws.anomaly-andromeda.anomalygames.io'
|
|
35151
|
+
],
|
|
35152
|
+
nativeCurrency: { name: 'TestNom', symbol: 'tNOM', decimals: 18 },
|
|
35153
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/anomaly-andromeda-testnet',
|
|
35154
|
+
faucets: [],
|
|
35155
|
+
shortName: 'anomaly-andromeda-testnet',
|
|
35156
|
+
chainId: 241120,
|
|
35157
|
+
networkId: 241120,
|
|
35158
|
+
slip44: 60,
|
|
35159
|
+
explorers: [
|
|
35160
|
+
{
|
|
35161
|
+
name: 'blockscout',
|
|
35162
|
+
url: 'https://andromeda.anomalyscan.io',
|
|
35163
|
+
icon: 'blockscout',
|
|
35164
|
+
standard: 'EIP3091'
|
|
35165
|
+
}
|
|
35166
|
+
],
|
|
35167
|
+
parent: {
|
|
35168
|
+
type: 'L2',
|
|
35169
|
+
chain: 'eip155-421614',
|
|
35170
|
+
bridges: [
|
|
35171
|
+
{
|
|
35172
|
+
url: 'https://bridge.gelato.network/bridge/anomaly-andromeda-testnet'
|
|
35173
|
+
}
|
|
35174
|
+
]
|
|
35175
|
+
}
|
|
35176
|
+
},
|
|
34458
35177
|
246529: {
|
|
34459
35178
|
name: 'ARTIS sigma1',
|
|
34460
35179
|
chain: 'ARTIS',
|
|
@@ -34579,6 +35298,50 @@ exports.chains = {
|
|
|
34579
35298
|
],
|
|
34580
35299
|
iconURL: 'https://ipfs.io/ipfs/QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg'
|
|
34581
35300
|
},
|
|
35301
|
+
272247: {
|
|
35302
|
+
name: 'Nxy Area 51',
|
|
35303
|
+
chain: 'NXY',
|
|
35304
|
+
rpc: ['https://nxy.social/testnet'],
|
|
35305
|
+
faucets: [],
|
|
35306
|
+
nativeCurrency: { name: 'Nxy', symbol: 'NXY', decimals: 18 },
|
|
35307
|
+
infoURL: 'https://nxy.social/l1',
|
|
35308
|
+
shortName: 'nxytest',
|
|
35309
|
+
chainId: 272247,
|
|
35310
|
+
networkId: 272247,
|
|
35311
|
+
slip44: 272247,
|
|
35312
|
+
icon: 'nxy',
|
|
35313
|
+
explorers: [
|
|
35314
|
+
{
|
|
35315
|
+
name: 'Nxy Explorer',
|
|
35316
|
+
url: 'https://explorer.nxy.social',
|
|
35317
|
+
standard: 'none',
|
|
35318
|
+
icon: 'nxy'
|
|
35319
|
+
}
|
|
35320
|
+
],
|
|
35321
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
35322
|
+
},
|
|
35323
|
+
272520: {
|
|
35324
|
+
name: 'Nxy Oasis',
|
|
35325
|
+
chain: 'NXY',
|
|
35326
|
+
rpc: ['https://nxy.social/mainnet'],
|
|
35327
|
+
faucets: [],
|
|
35328
|
+
nativeCurrency: { name: 'Nxy', symbol: 'NXY', decimals: 18 },
|
|
35329
|
+
infoURL: 'https://nxy.social/l1',
|
|
35330
|
+
shortName: 'nxy',
|
|
35331
|
+
chainId: 272520,
|
|
35332
|
+
networkId: 272520,
|
|
35333
|
+
slip44: 272520,
|
|
35334
|
+
icon: 'nxy',
|
|
35335
|
+
explorers: [
|
|
35336
|
+
{
|
|
35337
|
+
name: 'Nxy Explorer',
|
|
35338
|
+
url: 'https://explorer.nxy.social',
|
|
35339
|
+
standard: 'none',
|
|
35340
|
+
icon: 'nxy'
|
|
35341
|
+
}
|
|
35342
|
+
],
|
|
35343
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
35344
|
+
},
|
|
34582
35345
|
281121: {
|
|
34583
35346
|
name: 'Social Smart Chain Mainnet',
|
|
34584
35347
|
chain: 'SoChain',
|
|
@@ -35062,11 +35825,11 @@ exports.chains = {
|
|
|
35062
35825
|
},
|
|
35063
35826
|
355110: {
|
|
35064
35827
|
name: 'Bitfinity Network Mainnet',
|
|
35065
|
-
chain: '
|
|
35828
|
+
chain: 'BTF',
|
|
35066
35829
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
35067
35830
|
rpc: ['https://mainnet.bitfinity.network'],
|
|
35068
35831
|
faucets: [],
|
|
35069
|
-
nativeCurrency: { name: 'Bitfinity Token', symbol: '
|
|
35832
|
+
nativeCurrency: { name: 'Bitfinity Token', symbol: 'BTF', decimals: 18 },
|
|
35070
35833
|
infoURL: 'https://bitfinity.network',
|
|
35071
35834
|
shortName: 'bitfinity-mainnet',
|
|
35072
35835
|
chainId: 355110,
|
|
@@ -35082,11 +35845,11 @@ exports.chains = {
|
|
|
35082
35845
|
},
|
|
35083
35846
|
355113: {
|
|
35084
35847
|
name: 'Bitfinity Network Testnet',
|
|
35085
|
-
chain: '
|
|
35848
|
+
chain: 'BTF',
|
|
35086
35849
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
35087
35850
|
rpc: ['https://testnet.bitfinity.network'],
|
|
35088
35851
|
faucets: ['https://bitfinity.network/faucet'],
|
|
35089
|
-
nativeCurrency: { name: 'Bitfinity Token', symbol: '
|
|
35852
|
+
nativeCurrency: { name: 'Bitfinity Token', symbol: 'BTF', decimals: 18 },
|
|
35090
35853
|
infoURL: 'https://bitfinity.network',
|
|
35091
35854
|
shortName: 'bitfinity-testnet',
|
|
35092
35855
|
chainId: 355113,
|
|
@@ -35414,6 +36177,11 @@ exports.chains = {
|
|
|
35414
36177
|
networkId: 421614,
|
|
35415
36178
|
slip44: 1,
|
|
35416
36179
|
explorers: [
|
|
36180
|
+
{
|
|
36181
|
+
name: 'arbiscan-sepolia',
|
|
36182
|
+
url: 'https://sepolia.arbiscan.io',
|
|
36183
|
+
standard: 'EIP3091'
|
|
36184
|
+
},
|
|
35417
36185
|
{
|
|
35418
36186
|
name: 'Arbitrum Sepolia Rollup Testnet Explorer',
|
|
35419
36187
|
url: 'https://sepolia-explorer.arbitrum.io',
|
|
@@ -35899,6 +36667,32 @@ exports.chains = {
|
|
|
35899
36667
|
],
|
|
35900
36668
|
iconURL: 'https://ipfs.io/ipfs/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs'
|
|
35901
36669
|
},
|
|
36670
|
+
543210: {
|
|
36671
|
+
name: 'ZERO Network',
|
|
36672
|
+
chain: 'ZERONetwork',
|
|
36673
|
+
icon: 'zero',
|
|
36674
|
+
rpc: ['https://rpc.zerion.io/v1/zero'],
|
|
36675
|
+
parent: {
|
|
36676
|
+
type: 'L2',
|
|
36677
|
+
chain: 'eip155-1',
|
|
36678
|
+
bridges: [{ url: 'https://bridge.zero.network' }]
|
|
36679
|
+
},
|
|
36680
|
+
faucets: [],
|
|
36681
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36682
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
36683
|
+
infoURL: 'https://docs.zero.network',
|
|
36684
|
+
shortName: 'zero-network',
|
|
36685
|
+
chainId: 543210,
|
|
36686
|
+
networkId: 543210,
|
|
36687
|
+
explorers: [
|
|
36688
|
+
{
|
|
36689
|
+
name: 'ZERO Network Explorer',
|
|
36690
|
+
url: 'https://explorer.zero.network',
|
|
36691
|
+
standard: 'EIP3091'
|
|
36692
|
+
}
|
|
36693
|
+
],
|
|
36694
|
+
iconURL: 'https://ipfs.io/ipfs/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X'
|
|
36695
|
+
},
|
|
35902
36696
|
552981: {
|
|
35903
36697
|
name: 'One World Chain Testnet',
|
|
35904
36698
|
chain: 'One World Chain',
|
|
@@ -36046,7 +36840,7 @@ exports.chains = {
|
|
|
36046
36840
|
shortName: 'poltergeist',
|
|
36047
36841
|
chainId: 631571,
|
|
36048
36842
|
networkId: 631571,
|
|
36049
|
-
status: '
|
|
36843
|
+
status: 'active',
|
|
36050
36844
|
icon: 'polterGeist',
|
|
36051
36845
|
explorers: [
|
|
36052
36846
|
{
|
|
@@ -36411,6 +37205,28 @@ exports.chains = {
|
|
|
36411
37205
|
],
|
|
36412
37206
|
iconURL: 'https://ipfs.io/ipfs/bafkreic6tcc6swh5kzljwqnswj6rlemcm7n6ra7xkgttwv5v3fv7ozj5zu'
|
|
36413
37207
|
},
|
|
37208
|
+
763373: {
|
|
37209
|
+
name: 'Ink Sepolia',
|
|
37210
|
+
chain: 'ETH',
|
|
37211
|
+
rpc: [
|
|
37212
|
+
'https://rpc-gel-sepolia.inkonchain.com',
|
|
37213
|
+
'wss://ws-gel-sepolia.inkonchain.com'
|
|
37214
|
+
],
|
|
37215
|
+
faucets: [],
|
|
37216
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37217
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
37218
|
+
infoURL: 'https://inkonchain.com/',
|
|
37219
|
+
shortName: 'inksepolia',
|
|
37220
|
+
chainId: 763373,
|
|
37221
|
+
networkId: 763373,
|
|
37222
|
+
explorers: [
|
|
37223
|
+
{
|
|
37224
|
+
name: 'Ink Sepolia Explorer',
|
|
37225
|
+
url: 'https://explorer-sepolia.inkonchain.com',
|
|
37226
|
+
standard: 'EIP3091'
|
|
37227
|
+
}
|
|
37228
|
+
]
|
|
37229
|
+
},
|
|
36414
37230
|
764984: {
|
|
36415
37231
|
name: 'Lamina1 Testnet',
|
|
36416
37232
|
chain: 'Lamina1 Testnet',
|
|
@@ -37535,6 +38351,21 @@ exports.chains = {
|
|
|
37535
38351
|
chainId: 1731313,
|
|
37536
38352
|
networkId: 1731313
|
|
37537
38353
|
},
|
|
38354
|
+
1998991: {
|
|
38355
|
+
name: 'Xphere Testnet',
|
|
38356
|
+
chain: 'Xphere Testnet',
|
|
38357
|
+
icon: 'xphere',
|
|
38358
|
+
rpc: ['http://testnet.x-phere.com'],
|
|
38359
|
+
features: [{ name: 'EIP1559' }],
|
|
38360
|
+
faucets: [],
|
|
38361
|
+
nativeCurrency: { name: 'Xphere Testnet', symbol: 'XPT', decimals: 18 },
|
|
38362
|
+
infoURL: 'https://x-phere.com/',
|
|
38363
|
+
shortName: 'xp-test',
|
|
38364
|
+
chainId: 1998991,
|
|
38365
|
+
networkId: 1998991,
|
|
38366
|
+
explorers: [],
|
|
38367
|
+
iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
|
|
38368
|
+
},
|
|
37538
38369
|
2021398: {
|
|
37539
38370
|
name: 'DeBank Testnet',
|
|
37540
38371
|
chain: 'DeBank',
|
|
@@ -37623,6 +38454,26 @@ exports.chains = {
|
|
|
37623
38454
|
],
|
|
37624
38455
|
iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
|
|
37625
38456
|
},
|
|
38457
|
+
2222222: {
|
|
38458
|
+
name: 'Coinweb BNB shard',
|
|
38459
|
+
title: 'Coinweb BNB shard',
|
|
38460
|
+
chain: 'CWEB BNB',
|
|
38461
|
+
rpc: ['https://api-cloud.coinweb.io/eth-rpc-service/bnb'],
|
|
38462
|
+
faucets: [],
|
|
38463
|
+
nativeCurrency: { name: 'CWEB', symbol: 'CWEB', decimals: 18 },
|
|
38464
|
+
infoURL: 'https://coinweb.io',
|
|
38465
|
+
shortName: 'cweb-bnb',
|
|
38466
|
+
chainId: 2222222,
|
|
38467
|
+
networkId: 2222222,
|
|
38468
|
+
slip44: 1,
|
|
38469
|
+
explorers: [
|
|
38470
|
+
{
|
|
38471
|
+
name: 'Coinweb block explorer',
|
|
38472
|
+
url: 'https://explorer.coinweb.io',
|
|
38473
|
+
standard: 'none'
|
|
38474
|
+
}
|
|
38475
|
+
]
|
|
38476
|
+
},
|
|
37626
38477
|
2611555: {
|
|
37627
38478
|
name: 'DPU Chain',
|
|
37628
38479
|
chain: 'DPU',
|
|
@@ -37684,24 +38535,29 @@ exports.chains = {
|
|
|
37684
38535
|
iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
|
|
37685
38536
|
},
|
|
37686
38537
|
3397901: {
|
|
37687
|
-
name: 'Funki Sepolia
|
|
38538
|
+
name: 'Funki Sepolia Testnet',
|
|
37688
38539
|
chain: 'ETH',
|
|
37689
38540
|
icon: 'funki',
|
|
37690
38541
|
rpc: ['https://funki-testnet.alt.technology'],
|
|
37691
|
-
faucets: [],
|
|
38542
|
+
faucets: ['https://funkichain.com/portfolio'],
|
|
37692
38543
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
37693
38544
|
infoURL: 'https://funkichain.com',
|
|
37694
38545
|
shortName: 'funkisepolia',
|
|
37695
38546
|
chainId: 3397901,
|
|
37696
38547
|
networkId: 3397901,
|
|
37697
38548
|
explorers: [
|
|
38549
|
+
{
|
|
38550
|
+
name: 'Funki Sepolia Testnet Explorer',
|
|
38551
|
+
url: 'https://testnet.funkiscan.io',
|
|
38552
|
+
standard: 'none'
|
|
38553
|
+
},
|
|
37698
38554
|
{
|
|
37699
38555
|
name: 'Funki Sepolia Sandbox Explorer',
|
|
37700
38556
|
url: 'https://sepolia-sandbox.funkichain.com',
|
|
37701
38557
|
standard: 'none'
|
|
37702
38558
|
}
|
|
37703
38559
|
],
|
|
37704
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
38560
|
+
iconURL: 'https://ipfs.io/ipfs/QmQnQZ2YUuJMDYoKWhiA1KqY67VFjvMLSXTww46pnrS8js'
|
|
37705
38561
|
},
|
|
37706
38562
|
3441005: {
|
|
37707
38563
|
name: 'Manta Pacific Testnet',
|
|
@@ -38596,6 +39452,11 @@ exports.chains = {
|
|
|
38596
39452
|
networkId: 11155420,
|
|
38597
39453
|
slip44: 1,
|
|
38598
39454
|
explorers: [
|
|
39455
|
+
{
|
|
39456
|
+
name: 'etherscan-sepolia-optimism',
|
|
39457
|
+
url: 'https://sepolia-optimism.etherscan.io',
|
|
39458
|
+
standard: 'EIP3091'
|
|
39459
|
+
},
|
|
38599
39460
|
{
|
|
38600
39461
|
name: 'opscout',
|
|
38601
39462
|
url: 'https://optimism-sepolia.blockscout.com',
|
|
@@ -39267,6 +40128,40 @@ exports.chains = {
|
|
|
39267
40128
|
}
|
|
39268
40129
|
]
|
|
39269
40130
|
},
|
|
40131
|
+
34949059: {
|
|
40132
|
+
name: 'citronus-citro',
|
|
40133
|
+
title: 'Citronus-Citro',
|
|
40134
|
+
chain: 'citronus-citro',
|
|
40135
|
+
rpc: [
|
|
40136
|
+
'https://rpc.citro-testnet.t.raas.gelato.cloud',
|
|
40137
|
+
'wss://testnet-ws.eh-dev.app'
|
|
40138
|
+
],
|
|
40139
|
+
nativeCurrency: { name: 'Citronus', symbol: 'CITRO', decimals: 18 },
|
|
40140
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/citronus-citro',
|
|
40141
|
+
faucets: [],
|
|
40142
|
+
shortName: 'citronus-citro',
|
|
40143
|
+
chainId: 34949059,
|
|
40144
|
+
networkId: 34949059,
|
|
40145
|
+
slip44: 60,
|
|
40146
|
+
explorers: [
|
|
40147
|
+
{
|
|
40148
|
+
name: 'blockscout',
|
|
40149
|
+
url: 'https://test.citronus.com',
|
|
40150
|
+
icon: 'blockscout',
|
|
40151
|
+
standard: 'EIP3091'
|
|
40152
|
+
}
|
|
40153
|
+
],
|
|
40154
|
+
parent: {
|
|
40155
|
+
type: 'L2',
|
|
40156
|
+
chain: 'eip155-11155111',
|
|
40157
|
+
bridges: [
|
|
40158
|
+
{
|
|
40159
|
+
url: 'https://testnet-bridge.gelato.network/bridge/citronus-citro'
|
|
40160
|
+
}
|
|
40161
|
+
]
|
|
40162
|
+
},
|
|
40163
|
+
status: 'active'
|
|
40164
|
+
},
|
|
39270
40165
|
35855456: {
|
|
39271
40166
|
name: 'Joys Digital Mainnet',
|
|
39272
40167
|
chain: 'JOYS',
|
|
@@ -39694,6 +40589,34 @@ exports.chains = {
|
|
|
39694
40589
|
],
|
|
39695
40590
|
iconURL: 'https://ipfs.io/ipfs/QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt'
|
|
39696
40591
|
},
|
|
40592
|
+
89346162: {
|
|
40593
|
+
name: 'Reya Cronos',
|
|
40594
|
+
title: 'Reya Cronos',
|
|
40595
|
+
chain: 'reya-cronos',
|
|
40596
|
+
rpc: [
|
|
40597
|
+
'https://rpc.reya-cronos.gelato.digital',
|
|
40598
|
+
'wss://ws.reya-cronos.gelato.digital'
|
|
40599
|
+
],
|
|
40600
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
40601
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/reya-cronos',
|
|
40602
|
+
faucets: [],
|
|
40603
|
+
shortName: 'reya-cronos',
|
|
40604
|
+
chainId: 89346162,
|
|
40605
|
+
networkId: 89346162,
|
|
40606
|
+
slip44: 60,
|
|
40607
|
+
explorers: [
|
|
40608
|
+
{
|
|
40609
|
+
name: 'blockscout',
|
|
40610
|
+
url: 'https://reya-cronos.blockscout.com',
|
|
40611
|
+
standard: 'EIP3091'
|
|
40612
|
+
}
|
|
40613
|
+
],
|
|
40614
|
+
parent: {
|
|
40615
|
+
type: 'L2',
|
|
40616
|
+
chain: 'eip155-11155111',
|
|
40617
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/reya-cronos' }]
|
|
40618
|
+
}
|
|
40619
|
+
},
|
|
39697
40620
|
94204209: {
|
|
39698
40621
|
name: 'Polygon Blackberry',
|
|
39699
40622
|
title: 'Polygon Blackberry Testnet',
|
|
@@ -40076,6 +40999,28 @@ exports.chains = {
|
|
|
40076
40999
|
],
|
|
40077
41000
|
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
40078
41001
|
},
|
|
41002
|
+
253368190: {
|
|
41003
|
+
name: 'Flame',
|
|
41004
|
+
chain: 'Flame',
|
|
41005
|
+
rpc: ['https://rpc.flame.astria.org'],
|
|
41006
|
+
faucets: [],
|
|
41007
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
41008
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41009
|
+
infoURL: 'https://astria.org',
|
|
41010
|
+
shortName: 'flame',
|
|
41011
|
+
chainId: 253368190,
|
|
41012
|
+
networkId: 253368190,
|
|
41013
|
+
icon: 'flame',
|
|
41014
|
+
explorers: [
|
|
41015
|
+
{
|
|
41016
|
+
name: 'blockscout',
|
|
41017
|
+
url: 'https://explorer.flame.astria.org',
|
|
41018
|
+
icon: 'blockscout',
|
|
41019
|
+
standard: 'EIP3091'
|
|
41020
|
+
}
|
|
41021
|
+
],
|
|
41022
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw'
|
|
41023
|
+
},
|
|
40079
41024
|
278611351: {
|
|
40080
41025
|
name: 'Razor Skale Chain',
|
|
40081
41026
|
chain: 'Razor Schain',
|
|
@@ -40210,6 +41155,26 @@ exports.chains = {
|
|
|
40210
41155
|
],
|
|
40211
41156
|
iconURL: 'https://ipfs.io/ipfs/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz'
|
|
40212
41157
|
},
|
|
41158
|
+
420420421: {
|
|
41159
|
+
name: 'Westend Asset Hub',
|
|
41160
|
+
chain: 'WST',
|
|
41161
|
+
rpc: ['https://westend-asset-hub-eth-rpc.polkadot.io'],
|
|
41162
|
+
faucets: ['https://faucet.polkadot.io/westend'],
|
|
41163
|
+
nativeCurrency: { name: 'Westies', symbol: 'WND', decimals: 18 },
|
|
41164
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41165
|
+
infoURL: 'https://polkadot.network',
|
|
41166
|
+
shortName: 'wst',
|
|
41167
|
+
chainId: 420420421,
|
|
41168
|
+
networkId: 420420421,
|
|
41169
|
+
explorers: [
|
|
41170
|
+
{
|
|
41171
|
+
name: 'subscan',
|
|
41172
|
+
icon: 'subscan',
|
|
41173
|
+
url: 'https://assethub-westend.subscan.io',
|
|
41174
|
+
standard: 'EIP3091'
|
|
41175
|
+
}
|
|
41176
|
+
]
|
|
41177
|
+
},
|
|
40213
41178
|
476158412: {
|
|
40214
41179
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
40215
41180
|
title: 'Deprecated Europa Hub Testnet',
|
|
@@ -41270,6 +42235,28 @@ exports.chains = {
|
|
|
41270
42235
|
],
|
|
41271
42236
|
iconURL: 'https://ipfs.io/ipfs/QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC'
|
|
41272
42237
|
},
|
|
42238
|
+
7078815900: {
|
|
42239
|
+
name: 'Mekong',
|
|
42240
|
+
chain: 'ETH',
|
|
42241
|
+
rpc: ['https://rpc.mekong.ethpandaops.io'],
|
|
42242
|
+
faucets: ['https://faucet.mekong.ethpandaops.io'],
|
|
42243
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
|
42244
|
+
infoURL: 'https://mekong.ethpandaops.io',
|
|
42245
|
+
shortName: 'mekong',
|
|
42246
|
+
chainId: 7078815900,
|
|
42247
|
+
networkId: 7078815900,
|
|
42248
|
+
icon: 'ethereum',
|
|
42249
|
+
status: 'incubating',
|
|
42250
|
+
explorers: [
|
|
42251
|
+
{
|
|
42252
|
+
name: 'Holesky Dora Explorer',
|
|
42253
|
+
url: 'https://explorer.mekong.ethpandaops.io',
|
|
42254
|
+
icon: 'ethereum',
|
|
42255
|
+
standard: 'EIP3091'
|
|
42256
|
+
}
|
|
42257
|
+
],
|
|
42258
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
42259
|
+
},
|
|
41273
42260
|
11297108099: {
|
|
41274
42261
|
name: 'Palm Testnet',
|
|
41275
42262
|
chain: 'Palm',
|
|
@@ -41472,6 +42459,100 @@ exports.chains = {
|
|
|
41472
42459
|
],
|
|
41473
42460
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
41474
42461
|
},
|
|
42462
|
+
123420000558: {
|
|
42463
|
+
name: 'PIN',
|
|
42464
|
+
title: 'PIN',
|
|
42465
|
+
chain: 'PIN',
|
|
42466
|
+
rpc: [
|
|
42467
|
+
'https://rpc.pin.t.raas.gelato.cloud',
|
|
42468
|
+
'wss://ws.pin.t.raas.gelato.cloud'
|
|
42469
|
+
],
|
|
42470
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42471
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/pin',
|
|
42472
|
+
faucets: [],
|
|
42473
|
+
shortName: 'PIN',
|
|
42474
|
+
chainId: 123420000558,
|
|
42475
|
+
networkId: 123420000558,
|
|
42476
|
+
slip44: 60,
|
|
42477
|
+
explorers: [
|
|
42478
|
+
{
|
|
42479
|
+
name: 'blockscout',
|
|
42480
|
+
url: 'https://explorer.pin.t.raas.gelato.cloud',
|
|
42481
|
+
icon: 'blockscout',
|
|
42482
|
+
standard: 'EIP3091'
|
|
42483
|
+
}
|
|
42484
|
+
],
|
|
42485
|
+
parent: {
|
|
42486
|
+
type: 'L2',
|
|
42487
|
+
chain: 'eip155-11155111',
|
|
42488
|
+
bridges: [
|
|
42489
|
+
{
|
|
42490
|
+
url: 'https://testnet-bridge.gelato.network/bridge/pin/bridge/pin'
|
|
42491
|
+
}
|
|
42492
|
+
]
|
|
42493
|
+
}
|
|
42494
|
+
},
|
|
42495
|
+
123420000586: {
|
|
42496
|
+
name: 'sivo-defi-testnet',
|
|
42497
|
+
title: 'Sivo Defi Testnet',
|
|
42498
|
+
chain: 'sivo-defi-testnet',
|
|
42499
|
+
rpc: [
|
|
42500
|
+
'https://rpc.sivo-defi-testnet.t.raas.gelato.cloud',
|
|
42501
|
+
'wss://ws.sivo-defi-testnet.t.raas.gelato.cloud'
|
|
42502
|
+
],
|
|
42503
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42504
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/sivo-defi-testnet',
|
|
42505
|
+
faucets: [],
|
|
42506
|
+
shortName: 'sivo-defi-testnet',
|
|
42507
|
+
chainId: 123420000586,
|
|
42508
|
+
networkId: 123420000586,
|
|
42509
|
+
slip44: 60,
|
|
42510
|
+
explorers: [
|
|
42511
|
+
{
|
|
42512
|
+
name: 'blockscout',
|
|
42513
|
+
url: 'https://sivo-defi-testnet.cloud.blockscout.com',
|
|
42514
|
+
icon: 'blockscout',
|
|
42515
|
+
standard: 'EIP3091'
|
|
42516
|
+
}
|
|
42517
|
+
],
|
|
42518
|
+
parent: {
|
|
42519
|
+
type: 'L2',
|
|
42520
|
+
chain: 'eip155-11155111',
|
|
42521
|
+
bridges: [
|
|
42522
|
+
{
|
|
42523
|
+
url: 'https://testnet-bridge.gelato.network/bridge/sivo-defi-testnet'
|
|
42524
|
+
}
|
|
42525
|
+
]
|
|
42526
|
+
}
|
|
42527
|
+
},
|
|
42528
|
+
123420000588: {
|
|
42529
|
+
name: 'volmex',
|
|
42530
|
+
title: 'Volmex',
|
|
42531
|
+
chain: 'volmex',
|
|
42532
|
+
rpc: [
|
|
42533
|
+
'https://rpc.volmex.t.raas.gelato.cloud',
|
|
42534
|
+
'wss://ws.volmex.t.raas.gelato.cloud'
|
|
42535
|
+
],
|
|
42536
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42537
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/volmex',
|
|
42538
|
+
faucets: [],
|
|
42539
|
+
shortName: 'volmex',
|
|
42540
|
+
chainId: 123420000588,
|
|
42541
|
+
networkId: 123420000588,
|
|
42542
|
+
slip44: 60,
|
|
42543
|
+
explorers: [
|
|
42544
|
+
{
|
|
42545
|
+
name: 'blockscout',
|
|
42546
|
+
url: 'https://volmex.cloud.blockscout.com',
|
|
42547
|
+
standard: 'EIP3091'
|
|
42548
|
+
}
|
|
42549
|
+
],
|
|
42550
|
+
parent: {
|
|
42551
|
+
type: 'L2',
|
|
42552
|
+
chain: 'eip155-84532',
|
|
42553
|
+
bridges: [{ url: 'https://testnet-bridge.gelato.network/bridge/volmex' }]
|
|
42554
|
+
}
|
|
42555
|
+
},
|
|
41475
42556
|
197710212030: {
|
|
41476
42557
|
name: 'Ntity Mainnet',
|
|
41477
42558
|
chain: 'Ntity',
|
|
@@ -41591,6 +42672,28 @@ exports.chains = {
|
|
|
41591
42672
|
chainId: 6022140761023,
|
|
41592
42673
|
networkId: 6022140761023
|
|
41593
42674
|
},
|
|
42675
|
+
16604737732183: {
|
|
42676
|
+
name: 'Flame Testnet',
|
|
42677
|
+
chain: 'Flame',
|
|
42678
|
+
rpc: ['https://rpc.flame.dawn-1.astria.org'],
|
|
42679
|
+
faucets: [],
|
|
42680
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
42681
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42682
|
+
infoURL: 'https://astria.org',
|
|
42683
|
+
shortName: 'flame-testnet',
|
|
42684
|
+
chainId: 16604737732183,
|
|
42685
|
+
networkId: 16604737732183,
|
|
42686
|
+
icon: 'flame',
|
|
42687
|
+
explorers: [
|
|
42688
|
+
{
|
|
42689
|
+
name: 'blockscout',
|
|
42690
|
+
url: 'https://explorer.flame.dawn-1.astria.org',
|
|
42691
|
+
icon: 'blockscout',
|
|
42692
|
+
standard: 'EIP3091'
|
|
42693
|
+
}
|
|
42694
|
+
],
|
|
42695
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw'
|
|
42696
|
+
},
|
|
41594
42697
|
868455272153094: {
|
|
41595
42698
|
name: 'Godwoken Testnet (V1)',
|
|
41596
42699
|
chain: 'GWT',
|