@revoke.cash/chains 54.0.0 → 55.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 +1122 -68
- package/dist/src/enums.d.ts +98 -8
- package/dist/src/enums.js +98 -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',
|
|
@@ -3628,6 +3645,20 @@ exports.chains = {
|
|
|
3628
3645
|
networkId: 172,
|
|
3629
3646
|
slip44: 1
|
|
3630
3647
|
},
|
|
3648
|
+
175: {
|
|
3649
|
+
name: 'OTC',
|
|
3650
|
+
chain: 'OTC',
|
|
3651
|
+
faucets: [],
|
|
3652
|
+
icon: 'otc',
|
|
3653
|
+
rpc: ['https://rpc.otc.run', 'wss://rpc.otc.run'],
|
|
3654
|
+
nativeCurrency: { name: 'OTC', symbol: 'OTC', decimals: 18 },
|
|
3655
|
+
infoURL: 'https://otc.network',
|
|
3656
|
+
shortName: 'OTC',
|
|
3657
|
+
chainId: 175,
|
|
3658
|
+
networkId: 175,
|
|
3659
|
+
slip44: 511,
|
|
3660
|
+
iconURL: 'https://ipfs.io/ipfs/QmfC9nTyEUPTXeqhDTpAcqHtLphHFyvZYj2tyoWiMu46H1'
|
|
3661
|
+
},
|
|
3631
3662
|
176: {
|
|
3632
3663
|
name: 'DC Mainnet',
|
|
3633
3664
|
chain: 'dcchain',
|
|
@@ -4584,6 +4615,29 @@ exports.chains = {
|
|
|
4584
4615
|
],
|
|
4585
4616
|
iconURL: 'https://ipfs.io/ipfs/QmdHpjiepU2Q4bt4kR48tKHPgaQW57Sb6UVFgLh4MCyg6U'
|
|
4586
4617
|
},
|
|
4618
|
+
240: {
|
|
4619
|
+
name: 'Cronos zkEVM Testnet',
|
|
4620
|
+
chain: 'CronosZkEVMTestnet',
|
|
4621
|
+
rpc: ['https://testnet.zkevm.cronos.org'],
|
|
4622
|
+
faucets: ['https://zkevm.cronos.org/faucet'],
|
|
4623
|
+
nativeCurrency: {
|
|
4624
|
+
name: 'Cronos zkEVM Test Coin',
|
|
4625
|
+
symbol: 'zkTCRO',
|
|
4626
|
+
decimals: 18
|
|
4627
|
+
},
|
|
4628
|
+
infoURL: 'https://docs-zkevm.cronos.org',
|
|
4629
|
+
shortName: 'zkTCRO',
|
|
4630
|
+
chainId: 240,
|
|
4631
|
+
networkId: 240,
|
|
4632
|
+
slip44: 1,
|
|
4633
|
+
explorers: [
|
|
4634
|
+
{
|
|
4635
|
+
name: 'Cronos zkEVM Testnet Explorer',
|
|
4636
|
+
url: 'https://explorer.zkevm.cronos.org/testnet',
|
|
4637
|
+
standard: 'none'
|
|
4638
|
+
}
|
|
4639
|
+
]
|
|
4640
|
+
},
|
|
4587
4641
|
242: {
|
|
4588
4642
|
name: 'Plinga Mainnet',
|
|
4589
4643
|
chain: 'Plinga',
|
|
@@ -4753,7 +4807,9 @@ exports.chains = {
|
|
|
4753
4807
|
rpc: [
|
|
4754
4808
|
'https://mainnet-rpc.swanchain.org',
|
|
4755
4809
|
'https://mainnet-rpc-01.swanchain.org',
|
|
4756
|
-
'https://mainnet-rpc-02.swanchain.org'
|
|
4810
|
+
'https://mainnet-rpc-02.swanchain.org',
|
|
4811
|
+
'https://mainnet-rpc-03.swanchain.org',
|
|
4812
|
+
'https://mainnet-rpc-04.swanchain.org'
|
|
4757
4813
|
],
|
|
4758
4814
|
faucets: [],
|
|
4759
4815
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -5034,16 +5090,24 @@ exports.chains = {
|
|
|
5034
5090
|
networkId: 278
|
|
5035
5091
|
},
|
|
5036
5092
|
279: {
|
|
5037
|
-
name: 'BPX
|
|
5093
|
+
name: 'BPX Chain',
|
|
5038
5094
|
chain: 'BPX',
|
|
5039
5095
|
icon: 'bpx',
|
|
5040
|
-
rpc: ['https://rpc.
|
|
5096
|
+
rpc: ['https://rpc.bpxchain.cc'],
|
|
5097
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5041
5098
|
faucets: [],
|
|
5042
5099
|
nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
|
|
5043
5100
|
infoURL: 'https://bpxchain.cc',
|
|
5044
5101
|
shortName: 'bpx',
|
|
5045
5102
|
chainId: 279,
|
|
5046
5103
|
networkId: 279,
|
|
5104
|
+
explorers: [
|
|
5105
|
+
{
|
|
5106
|
+
name: 'BPX Chain Block Explorer',
|
|
5107
|
+
url: 'https://explorer.bpxchain.cc',
|
|
5108
|
+
standard: 'EIP3091'
|
|
5109
|
+
}
|
|
5110
|
+
],
|
|
5047
5111
|
iconURL: 'https://ipfs.io/ipfs/bafkreiatcu42wbjlo24mr35jou4awvsqpaqys6iv4kxgkjhno3haovsiaq'
|
|
5048
5112
|
},
|
|
5049
5113
|
280: {
|
|
@@ -5298,7 +5362,7 @@ exports.chains = {
|
|
|
5298
5362
|
],
|
|
5299
5363
|
parent: {
|
|
5300
5364
|
type: 'L2',
|
|
5301
|
-
chain: 'eip155-
|
|
5365
|
+
chain: 'eip155-11155111',
|
|
5302
5366
|
bridges: [{ url: 'https://bridge.zksync.io/' }]
|
|
5303
5367
|
},
|
|
5304
5368
|
redFlags: ['reusedChainId'],
|
|
@@ -5461,7 +5525,7 @@ exports.chains = {
|
|
|
5461
5525
|
311: {
|
|
5462
5526
|
name: 'Omax Mainnet',
|
|
5463
5527
|
chain: 'OMAX Chain',
|
|
5464
|
-
rpc: ['https://mainapi.omaxray.com'],
|
|
5528
|
+
rpc: ['https://mainapi.omaxray.com', 'https://mainapi.omaxscan.com'],
|
|
5465
5529
|
faucets: ['https://faucet.omaxray.com/'],
|
|
5466
5530
|
nativeCurrency: { name: 'OMAX COIN', symbol: 'OMAX', decimals: 18 },
|
|
5467
5531
|
infoURL: 'https://www.omaxcoin.com/',
|
|
@@ -10980,6 +11044,7 @@ exports.chains = {
|
|
|
10980
11044
|
1284: {
|
|
10981
11045
|
name: 'Moonbeam',
|
|
10982
11046
|
chain: 'MOON',
|
|
11047
|
+
icon: 'moonbeam',
|
|
10983
11048
|
rpc: [
|
|
10984
11049
|
'https://rpc.api.moonbeam.network',
|
|
10985
11050
|
'wss://wss.api.moonbeam.network',
|
|
@@ -11008,11 +11073,13 @@ exports.chains = {
|
|
|
11008
11073
|
url: 'https://moonbeam.moonscan.io',
|
|
11009
11074
|
standard: 'none'
|
|
11010
11075
|
}
|
|
11011
|
-
]
|
|
11076
|
+
],
|
|
11077
|
+
iconURL: 'https://ipfs.io/ipfs/QmNR7kbBew61cVxbwBf8EWCiYbUCqVhoJDLL6u3rQy9FrZ'
|
|
11012
11078
|
},
|
|
11013
11079
|
1285: {
|
|
11014
11080
|
name: 'Moonriver',
|
|
11015
11081
|
chain: 'MOON',
|
|
11082
|
+
icon: 'moonriver',
|
|
11016
11083
|
rpc: [
|
|
11017
11084
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
11018
11085
|
'wss://wss.api.moonriver.moonbeam.network',
|
|
@@ -11041,7 +11108,8 @@ exports.chains = {
|
|
|
11041
11108
|
url: 'https://moonriver.moonscan.io',
|
|
11042
11109
|
standard: 'none'
|
|
11043
11110
|
}
|
|
11044
|
-
]
|
|
11111
|
+
],
|
|
11112
|
+
iconURL: 'https://ipfs.io/ipfs/QmcyP14ZLD6m6j7rYUgty9uuk9e82kUMTQDdqi2dKmZqjz'
|
|
11045
11113
|
},
|
|
11046
11114
|
1286: {
|
|
11047
11115
|
name: 'Moonrock old',
|
|
@@ -11058,6 +11126,7 @@ exports.chains = {
|
|
|
11058
11126
|
1287: {
|
|
11059
11127
|
name: 'Moonbase Alpha',
|
|
11060
11128
|
chain: 'MOON',
|
|
11129
|
+
icon: 'moonbasealpha',
|
|
11061
11130
|
rpc: [
|
|
11062
11131
|
'https://rpc.api.moonbase.moonbeam.network',
|
|
11063
11132
|
'wss://wss.api.moonbase.moonbeam.network',
|
|
@@ -11072,7 +11141,7 @@ exports.chains = {
|
|
|
11072
11141
|
'https://moonbase-alpha.drpc.org',
|
|
11073
11142
|
'wss://moonbase-alpha.drpc.org'
|
|
11074
11143
|
],
|
|
11075
|
-
faucets: [],
|
|
11144
|
+
faucets: ['https://faucet.moonbeam.network/'],
|
|
11076
11145
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
|
11077
11146
|
infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
|
|
11078
11147
|
shortName: 'mbase',
|
|
@@ -11085,7 +11154,8 @@ exports.chains = {
|
|
|
11085
11154
|
url: 'https://moonbase.moonscan.io',
|
|
11086
11155
|
standard: 'none'
|
|
11087
11156
|
}
|
|
11088
|
-
]
|
|
11157
|
+
],
|
|
11158
|
+
iconURL: 'https://ipfs.io/ipfs/QmVydzWtkyatFgi8zTVR7X6g8SpeHANwKNceRm4nKFoF6o'
|
|
11089
11159
|
},
|
|
11090
11160
|
1288: {
|
|
11091
11161
|
name: 'Moonrock',
|
|
@@ -11172,6 +11242,26 @@ exports.chains = {
|
|
|
11172
11242
|
}
|
|
11173
11243
|
]
|
|
11174
11244
|
},
|
|
11245
|
+
1299: {
|
|
11246
|
+
name: 'Argochain',
|
|
11247
|
+
chain: 'Argochain',
|
|
11248
|
+
icon: 'argochain',
|
|
11249
|
+
rpc: ['https://rpc.devolvedai.com', 'https://rpc-mainnet.devolvedai.com'],
|
|
11250
|
+
faucets: [],
|
|
11251
|
+
nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
|
|
11252
|
+
infoURL: 'https://devolvedai.com',
|
|
11253
|
+
shortName: 'AGC',
|
|
11254
|
+
chainId: 1299,
|
|
11255
|
+
networkId: 1299,
|
|
11256
|
+
explorers: [
|
|
11257
|
+
{
|
|
11258
|
+
name: 'Argochain Scanner',
|
|
11259
|
+
url: 'https://scanner.argoscan.net',
|
|
11260
|
+
standard: 'EIP3091'
|
|
11261
|
+
}
|
|
11262
|
+
],
|
|
11263
|
+
iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
|
|
11264
|
+
},
|
|
11175
11265
|
1301: {
|
|
11176
11266
|
name: 'Unichain Sepolia Testnet',
|
|
11177
11267
|
chain: 'ETH',
|
|
@@ -11939,14 +12029,14 @@ exports.chains = {
|
|
|
11939
12029
|
]
|
|
11940
12030
|
},
|
|
11941
12031
|
1555: {
|
|
11942
|
-
name: '
|
|
11943
|
-
chain: '
|
|
12032
|
+
name: 'Datacore Smart Chain',
|
|
12033
|
+
chain: 'Datacore Smart Chain',
|
|
11944
12034
|
icon: 'dscscan',
|
|
11945
12035
|
rpc: ['https://rpc01.dscscan.io'],
|
|
11946
12036
|
faucets: [],
|
|
11947
12037
|
nativeCurrency: {
|
|
11948
|
-
name: '
|
|
11949
|
-
symbol: '
|
|
12038
|
+
name: 'Datacore Smart Chain',
|
|
12039
|
+
symbol: 'DSC',
|
|
11950
12040
|
decimals: 18
|
|
11951
12041
|
},
|
|
11952
12042
|
infoURL: 'https://rpc01.dscscan.io',
|
|
@@ -11955,8 +12045,8 @@ exports.chains = {
|
|
|
11955
12045
|
networkId: 1555,
|
|
11956
12046
|
explorers: [
|
|
11957
12047
|
{
|
|
11958
|
-
name: '
|
|
11959
|
-
url: 'https://
|
|
12048
|
+
name: 'Datacore Smart Chain',
|
|
12049
|
+
url: 'https://dscscan.io',
|
|
11960
12050
|
standard: 'EIP3091'
|
|
11961
12051
|
}
|
|
11962
12052
|
],
|
|
@@ -12188,6 +12278,7 @@ exports.chains = {
|
|
|
12188
12278
|
shortName: 'minttest',
|
|
12189
12279
|
chainId: 1686,
|
|
12190
12280
|
networkId: 1686,
|
|
12281
|
+
status: 'deprecated',
|
|
12191
12282
|
icon: 'mintTestnet',
|
|
12192
12283
|
explorers: [
|
|
12193
12284
|
{
|
|
@@ -12649,6 +12740,59 @@ exports.chains = {
|
|
|
12649
12740
|
],
|
|
12650
12741
|
iconURL: 'https://ipfs.io/ipfs/QmXGJevyPHHKT28hDfsJ9Cq2DQ2bAavdie37MEwFQUVCQz'
|
|
12651
12742
|
},
|
|
12743
|
+
1829: {
|
|
12744
|
+
name: 'PlayBlock',
|
|
12745
|
+
chain: 'playblock',
|
|
12746
|
+
rpc: ['https://rpc.playblock.io', 'wss://ws.playblock.io'],
|
|
12747
|
+
faucets: [],
|
|
12748
|
+
nativeCurrency: { name: 'PlayBlock', symbol: 'PBG', decimals: 18 },
|
|
12749
|
+
infoURL: 'https://www.playnance.com',
|
|
12750
|
+
shortName: 'playblock',
|
|
12751
|
+
chainId: 1829,
|
|
12752
|
+
slip44: 60,
|
|
12753
|
+
networkId: 1829,
|
|
12754
|
+
explorers: [
|
|
12755
|
+
{
|
|
12756
|
+
name: 'PlayBlock',
|
|
12757
|
+
url: 'https://explorer.playblock.io',
|
|
12758
|
+
standard: 'none'
|
|
12759
|
+
}
|
|
12760
|
+
],
|
|
12761
|
+
parent: {
|
|
12762
|
+
type: 'L2',
|
|
12763
|
+
chain: 'eip155-42161',
|
|
12764
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/playblock' }]
|
|
12765
|
+
}
|
|
12766
|
+
},
|
|
12767
|
+
1833: {
|
|
12768
|
+
name: 'Verify testnet',
|
|
12769
|
+
title: 'Verify Testnet',
|
|
12770
|
+
chain: 'verify-testnet',
|
|
12771
|
+
rpc: [
|
|
12772
|
+
'https://rpc.verify-testnet.gelato.digital',
|
|
12773
|
+
'wss://ws.verify-testnet.gelato.digital'
|
|
12774
|
+
],
|
|
12775
|
+
nativeCurrency: { name: 'Matic', symbol: 'MATIC', decimals: 18 },
|
|
12776
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/verify-testnet',
|
|
12777
|
+
faucets: [],
|
|
12778
|
+
shortName: 'verify-testnet',
|
|
12779
|
+
chainId: 1833,
|
|
12780
|
+
networkId: 1833,
|
|
12781
|
+
slip44: 60,
|
|
12782
|
+
explorers: [
|
|
12783
|
+
{
|
|
12784
|
+
name: 'blockscout',
|
|
12785
|
+
url: 'https://verify-testnet.blockscout.com',
|
|
12786
|
+
icon: 'blockscout',
|
|
12787
|
+
standard: 'EIP3091'
|
|
12788
|
+
}
|
|
12789
|
+
],
|
|
12790
|
+
parent: {
|
|
12791
|
+
type: 'L2',
|
|
12792
|
+
chain: 'eip155-80002',
|
|
12793
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/verify-testnet' }]
|
|
12794
|
+
}
|
|
12795
|
+
},
|
|
12652
12796
|
1853: {
|
|
12653
12797
|
name: 'HighOctane Subnet',
|
|
12654
12798
|
chain: 'HighOctane Subnet',
|
|
@@ -12950,6 +13094,72 @@ exports.chains = {
|
|
|
12950
13094
|
networkId: 1918,
|
|
12951
13095
|
explorers: []
|
|
12952
13096
|
},
|
|
13097
|
+
1923: {
|
|
13098
|
+
name: 'Swell Network',
|
|
13099
|
+
chain: 'Swell L2',
|
|
13100
|
+
rpc: ['https://swell-mainnet.alt.technology'],
|
|
13101
|
+
faucets: [],
|
|
13102
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13103
|
+
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13104
|
+
shortName: 'swell-l2',
|
|
13105
|
+
chainId: 1923,
|
|
13106
|
+
networkId: 1923,
|
|
13107
|
+
explorers: [
|
|
13108
|
+
{
|
|
13109
|
+
name: 'swell-l2',
|
|
13110
|
+
icon: 'swell',
|
|
13111
|
+
url: 'https://swell-mainnet-explorer.alt.technology',
|
|
13112
|
+
standard: 'none'
|
|
13113
|
+
}
|
|
13114
|
+
]
|
|
13115
|
+
},
|
|
13116
|
+
1924: {
|
|
13117
|
+
name: 'Swell Network Testnet',
|
|
13118
|
+
chain: 'Swell L2 Testnet',
|
|
13119
|
+
rpc: ['https://swell-testnet.alt.technology'],
|
|
13120
|
+
faucets: [],
|
|
13121
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13122
|
+
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13123
|
+
shortName: 'swell-l2-testnet',
|
|
13124
|
+
chainId: 1924,
|
|
13125
|
+
networkId: 1924,
|
|
13126
|
+
explorers: [
|
|
13127
|
+
{
|
|
13128
|
+
name: 'swell-l2-testnet',
|
|
13129
|
+
icon: 'swell',
|
|
13130
|
+
url: 'https://swell-testnet-explorer.alt.technology',
|
|
13131
|
+
standard: 'none'
|
|
13132
|
+
}
|
|
13133
|
+
]
|
|
13134
|
+
},
|
|
13135
|
+
1927: {
|
|
13136
|
+
name: 'Arvix Testnet',
|
|
13137
|
+
chain: 'Arvix',
|
|
13138
|
+
rpc: [
|
|
13139
|
+
'https://rpc-testnet-market.arvix.network',
|
|
13140
|
+
'https://rpc-dev-testnet.arvix.network'
|
|
13141
|
+
],
|
|
13142
|
+
faucets: ['https://claim-faucet.arvix.network'],
|
|
13143
|
+
nativeCurrency: {
|
|
13144
|
+
name: 'Arvix Testnet Native Token',
|
|
13145
|
+
symbol: 'tARV',
|
|
13146
|
+
decimals: 18
|
|
13147
|
+
},
|
|
13148
|
+
infoURL: 'https://arvix.network',
|
|
13149
|
+
shortName: 'arvix',
|
|
13150
|
+
chainId: 1927,
|
|
13151
|
+
networkId: 1927,
|
|
13152
|
+
icon: 'arvix',
|
|
13153
|
+
explorers: [
|
|
13154
|
+
{
|
|
13155
|
+
name: 'Arvix Explorer Testnet',
|
|
13156
|
+
url: 'https://testnet.arvixscan.com',
|
|
13157
|
+
standard: 'EIP3091',
|
|
13158
|
+
icon: 'arvix'
|
|
13159
|
+
}
|
|
13160
|
+
],
|
|
13161
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwGGWyemrFUZPriS3PqxLUoT7vdtS7FqNY5fAaoTG27Q'
|
|
13162
|
+
},
|
|
12953
13163
|
1945: {
|
|
12954
13164
|
name: 'ONUS Chain Testnet',
|
|
12955
13165
|
title: 'ONUS Chain Testnet',
|
|
@@ -15388,6 +15598,28 @@ exports.chains = {
|
|
|
15388
15598
|
status: 'active',
|
|
15389
15599
|
iconURL: 'https://ipfs.io/ipfs/QmU9KU1qgReJR7vyVxN5zwWB3nkhSs658ViArUjT7GCh4r'
|
|
15390
15600
|
},
|
|
15601
|
+
2552: {
|
|
15602
|
+
name: 'Bahamut horizon',
|
|
15603
|
+
title: 'Bahamut horizon',
|
|
15604
|
+
chain: 'Bahamut',
|
|
15605
|
+
icon: 'bahamut',
|
|
15606
|
+
rpc: ['https://horizon-fastex-testnet.zeeve.net'],
|
|
15607
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15608
|
+
faucets: [],
|
|
15609
|
+
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
|
15610
|
+
shortName: 'horizon',
|
|
15611
|
+
infoURL: 'https://bahamut.io',
|
|
15612
|
+
chainId: 2552,
|
|
15613
|
+
networkId: 2552,
|
|
15614
|
+
explorers: [
|
|
15615
|
+
{
|
|
15616
|
+
name: 'blockscout',
|
|
15617
|
+
url: 'https://horizon.ftnscan.com',
|
|
15618
|
+
standard: 'none'
|
|
15619
|
+
}
|
|
15620
|
+
],
|
|
15621
|
+
iconURL: 'https://ipfs.io/ipfs/QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP'
|
|
15622
|
+
},
|
|
15391
15623
|
2559: {
|
|
15392
15624
|
name: 'Kortho Mainnet',
|
|
15393
15625
|
chain: 'Kortho Chain',
|
|
@@ -15687,6 +15919,21 @@ exports.chains = {
|
|
|
15687
15919
|
],
|
|
15688
15920
|
iconURL: 'https://ipfs.io/ipfs/bafkreidoudwo453gr3hoxpreleguga73rm55yl6vuedxrfmhknljppqbiu'
|
|
15689
15921
|
},
|
|
15922
|
+
2741: {
|
|
15923
|
+
name: 'Abstract',
|
|
15924
|
+
chain: 'Abstract',
|
|
15925
|
+
rpc: [],
|
|
15926
|
+
faucets: [],
|
|
15927
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15928
|
+
infoURL: 'https://abs.xyz',
|
|
15929
|
+
shortName: 'abstract',
|
|
15930
|
+
chainId: 2741,
|
|
15931
|
+
networkId: 2741,
|
|
15932
|
+
icon: 'abstract',
|
|
15933
|
+
explorers: [],
|
|
15934
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
15935
|
+
iconURL: 'https://ipfs.io/ipfs/QmSRp5BGvwW9xmNNiRwZkJiTnjkyeQFU8Fy2BYwaBVJn58'
|
|
15936
|
+
},
|
|
15690
15937
|
2748: {
|
|
15691
15938
|
name: 'Nanon',
|
|
15692
15939
|
title: 'Nanon Rollup',
|
|
@@ -15766,7 +16013,12 @@ exports.chains = {
|
|
|
15766
16013
|
name: 'Morph',
|
|
15767
16014
|
title: 'Morph Mainnet',
|
|
15768
16015
|
chain: 'ETH',
|
|
15769
|
-
rpc: [
|
|
16016
|
+
rpc: [
|
|
16017
|
+
'https://rpc.morphl2.io',
|
|
16018
|
+
'wss://rpc.morphl2.io:8443',
|
|
16019
|
+
'https://rpc-quicknode.morphl2.io',
|
|
16020
|
+
'wss://rpc-quicknode.morphl2.io'
|
|
16021
|
+
],
|
|
15770
16022
|
faucets: [],
|
|
15771
16023
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15772
16024
|
infoURL: 'https://morphl2.io',
|
|
@@ -17757,6 +18009,21 @@ exports.chains = {
|
|
|
17757
18009
|
],
|
|
17758
18010
|
iconURL: 'https://ipfs.io/ipfs/bafkreifbso3gd4wu5wxl27xyurxctmuae2jyuy37guqtzx23nga6ba4ag4'
|
|
17759
18011
|
},
|
|
18012
|
+
4422: {
|
|
18013
|
+
name: 'Testnet Pika',
|
|
18014
|
+
chain: 'tPKA',
|
|
18015
|
+
rpc: ['https://testnet-rpc1.pikascan.com'],
|
|
18016
|
+
faucets: [],
|
|
18017
|
+
icon: 'testnetpsc',
|
|
18018
|
+
nativeCurrency: { name: 'Testnet Pika', symbol: 'tPKA', decimals: 18 },
|
|
18019
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18020
|
+
infoURL: 'https://pikaminter.com',
|
|
18021
|
+
shortName: 'PikaMinter',
|
|
18022
|
+
chainId: 4422,
|
|
18023
|
+
networkId: 4422,
|
|
18024
|
+
explorers: [],
|
|
18025
|
+
iconURL: 'https://ipfs.io/ipfs/QmXmBxoHWyPfpYP3gLfVB2d5DfVKT4FXKb4Bt6m7nf19wL'
|
|
18026
|
+
},
|
|
17760
18027
|
4444: {
|
|
17761
18028
|
name: 'Htmlcoin Mainnet',
|
|
17762
18029
|
chain: 'mainnet',
|
|
@@ -18630,6 +18897,28 @@ exports.chains = {
|
|
|
18630
18897
|
}
|
|
18631
18898
|
]
|
|
18632
18899
|
},
|
|
18900
|
+
5330: {
|
|
18901
|
+
name: 'Superseed',
|
|
18902
|
+
chain: 'ETH',
|
|
18903
|
+
rpc: ['https://mainnet.superseed.xyz', 'wss://mainnet.superseed.xyz'],
|
|
18904
|
+
faucets: [],
|
|
18905
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18906
|
+
infoURL: 'https://www.superseed.xyz',
|
|
18907
|
+
shortName: 'sseed',
|
|
18908
|
+
chainId: 5330,
|
|
18909
|
+
networkId: 5330,
|
|
18910
|
+
slip44: 1,
|
|
18911
|
+
icon: 'superseed',
|
|
18912
|
+
explorers: [
|
|
18913
|
+
{
|
|
18914
|
+
name: 'seedscout',
|
|
18915
|
+
url: 'https://explorer.superseed.xyz',
|
|
18916
|
+
standard: 'EIP3091'
|
|
18917
|
+
}
|
|
18918
|
+
],
|
|
18919
|
+
status: 'active',
|
|
18920
|
+
iconURL: 'https://ipfs.io/ipfs/QmVa1MhJhixPzFfvhggQWg8hLtS77vg7QFvQtQGrXbVYSg'
|
|
18921
|
+
},
|
|
18633
18922
|
5333: {
|
|
18634
18923
|
name: 'Netsbo',
|
|
18635
18924
|
chain: 'NETSBO',
|
|
@@ -19887,6 +20176,20 @@ exports.chains = {
|
|
|
19887
20176
|
],
|
|
19888
20177
|
iconURL: 'https://ipfs.io/ipfs/QmRwyxmvNEJBJwXDFAAGSaoUqTLjdthwzhKx3rjyKRR6ZL'
|
|
19889
20178
|
},
|
|
20179
|
+
6900: {
|
|
20180
|
+
name: 'Nibiru Mainnet',
|
|
20181
|
+
chain: 'Nibiru',
|
|
20182
|
+
rpc: ['https://evm-rpc.nibiru.fi'],
|
|
20183
|
+
faucets: [],
|
|
20184
|
+
nativeCurrency: { name: 'NIBI', symbol: 'NIBI', decimals: 18 },
|
|
20185
|
+
infoURL: 'https://nibiru.fi',
|
|
20186
|
+
shortName: 'cataclysm-1',
|
|
20187
|
+
chainId: 6900,
|
|
20188
|
+
networkId: 6900,
|
|
20189
|
+
icon: 'nibiru',
|
|
20190
|
+
explorers: [],
|
|
20191
|
+
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
20192
|
+
},
|
|
19890
20193
|
6942: {
|
|
19891
20194
|
name: 'Laika Mainnet',
|
|
19892
20195
|
chain: 'LAIKA',
|
|
@@ -20537,6 +20840,27 @@ exports.chains = {
|
|
|
20537
20840
|
}
|
|
20538
20841
|
]
|
|
20539
20842
|
},
|
|
20843
|
+
7744: {
|
|
20844
|
+
name: 'Phron Testnet',
|
|
20845
|
+
chain: 'PHR',
|
|
20846
|
+
icon: 'phron',
|
|
20847
|
+
rpc: ['https://testnet.phron.ai', 'wss://testnet.phron.ai'],
|
|
20848
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20849
|
+
faucets: ['https://faucet.phron.ai'],
|
|
20850
|
+
nativeCurrency: { name: 'Phron', symbol: 'TPHR', decimals: 18 },
|
|
20851
|
+
infoURL: 'https://phron.ai',
|
|
20852
|
+
shortName: 'phr',
|
|
20853
|
+
chainId: 7744,
|
|
20854
|
+
networkId: 7744,
|
|
20855
|
+
explorers: [
|
|
20856
|
+
{
|
|
20857
|
+
name: 'phronscan',
|
|
20858
|
+
url: 'https://testnet.phronscan.io',
|
|
20859
|
+
standard: 'EIP3091'
|
|
20860
|
+
}
|
|
20861
|
+
],
|
|
20862
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY'
|
|
20863
|
+
},
|
|
20540
20864
|
7771: {
|
|
20541
20865
|
name: 'Bitrock Testnet',
|
|
20542
20866
|
chain: 'Bitrock',
|
|
@@ -21554,7 +21878,11 @@ exports.chains = {
|
|
|
21554
21878
|
networkId: 8453,
|
|
21555
21879
|
icon: 'base',
|
|
21556
21880
|
explorers: [
|
|
21557
|
-
{
|
|
21881
|
+
{
|
|
21882
|
+
name: 'basescan',
|
|
21883
|
+
url: 'https://basescan.org',
|
|
21884
|
+
standard: 'EIP3091'
|
|
21885
|
+
},
|
|
21558
21886
|
{
|
|
21559
21887
|
name: 'basescout',
|
|
21560
21888
|
url: 'https://base.blockscout.com',
|
|
@@ -22448,6 +22776,30 @@ exports.chains = {
|
|
|
22448
22776
|
],
|
|
22449
22777
|
iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
|
|
22450
22778
|
},
|
|
22779
|
+
9091: {
|
|
22780
|
+
name: 'KPA Smart Chain Testnet',
|
|
22781
|
+
chain: 'KSC',
|
|
22782
|
+
rpc: [
|
|
22783
|
+
'https://testnet-rpc1.koppachain.com/',
|
|
22784
|
+
'https://testnet-rpc2.koppachain.com/',
|
|
22785
|
+
'https://testnet-rpc3.koppachain.com/',
|
|
22786
|
+
'https://testnet-rpc4.koppachain.com/'
|
|
22787
|
+
],
|
|
22788
|
+
faucets: ['https://mint.koppachain.com'],
|
|
22789
|
+
nativeCurrency: {
|
|
22790
|
+
name: 'KPA Smart Chain Testnet',
|
|
22791
|
+
symbol: 'tKPA',
|
|
22792
|
+
decimals: 18
|
|
22793
|
+
},
|
|
22794
|
+
features: [],
|
|
22795
|
+
infoURL: 'https://koppachain.com',
|
|
22796
|
+
shortName: 'KPA',
|
|
22797
|
+
chainId: 9091,
|
|
22798
|
+
networkId: 9091,
|
|
22799
|
+
icon: 'koppa',
|
|
22800
|
+
explorers: [],
|
|
22801
|
+
iconURL: 'https://ipfs.io/ipfs/QmbEzU7QQ4uJR2XTmkGAW9GNEsTMt6o8oYshPVeWVbSGaC'
|
|
22802
|
+
},
|
|
22451
22803
|
9100: {
|
|
22452
22804
|
name: 'Genesis Coin',
|
|
22453
22805
|
chain: 'Genesis',
|
|
@@ -23020,6 +23372,26 @@ exports.chains = {
|
|
|
23020
23372
|
],
|
|
23021
23373
|
iconURL: 'https://ipfs.io/ipfs/QmZTWoZ3LvivSinaJ4aSwqU8pCXw8oSZNnUCh4wwXxtAoQ'
|
|
23022
23374
|
},
|
|
23375
|
+
9901: {
|
|
23376
|
+
name: 'Zytron Linea Mainnet',
|
|
23377
|
+
chain: 'ETH',
|
|
23378
|
+
icon: 'zytron',
|
|
23379
|
+
rpc: ['https://rpc.zypher.network/'],
|
|
23380
|
+
faucets: [],
|
|
23381
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
23382
|
+
infoURL: 'https://zytron.zypher.network/',
|
|
23383
|
+
shortName: 'zytron-linea',
|
|
23384
|
+
chainId: 9901,
|
|
23385
|
+
networkId: 9901,
|
|
23386
|
+
explorers: [
|
|
23387
|
+
{
|
|
23388
|
+
name: 'blockscout',
|
|
23389
|
+
url: 'https://explorer.zypher.network',
|
|
23390
|
+
standard: 'EIP3091'
|
|
23391
|
+
}
|
|
23392
|
+
],
|
|
23393
|
+
iconURL: 'https://ipfs.io/ipfs/QmY9cfmkCxJfPwKfCv6aF6CNiMWM5aN3jUSTf4rMfxaaJd'
|
|
23394
|
+
},
|
|
23023
23395
|
9911: {
|
|
23024
23396
|
name: 'Espento Mainnet',
|
|
23025
23397
|
chain: 'SPENT',
|
|
@@ -23287,6 +23659,22 @@ exports.chains = {
|
|
|
23287
23659
|
networkId: 10001,
|
|
23288
23660
|
slip44: 1
|
|
23289
23661
|
},
|
|
23662
|
+
10010: {
|
|
23663
|
+
name: 'Warden Testnet',
|
|
23664
|
+
chain: 'WARD',
|
|
23665
|
+
rpc: [
|
|
23666
|
+
'https://evm.chiado.wardenprotocol.org',
|
|
23667
|
+
'wss://evm-ws.chiado.wardenprotocol.org'
|
|
23668
|
+
],
|
|
23669
|
+
faucets: ['https://faucet.chiado.wardenprotocol.org'],
|
|
23670
|
+
nativeCurrency: { name: 'WARD', symbol: 'WARD', decimals: 18 },
|
|
23671
|
+
infoURL: 'https://wardenprotocol.org',
|
|
23672
|
+
icon: 'warden',
|
|
23673
|
+
shortName: 'ward',
|
|
23674
|
+
chainId: 10010,
|
|
23675
|
+
networkId: 10010,
|
|
23676
|
+
iconURL: 'https://ipfs.io/ipfs/Qmdz49xumH5yHb9jXKLR69Liv4STJQq5xW1g9xCQ9vJ3fB'
|
|
23677
|
+
},
|
|
23290
23678
|
10024: {
|
|
23291
23679
|
name: 'Gon Chain',
|
|
23292
23680
|
chain: 'GonChain',
|
|
@@ -23410,6 +23798,22 @@ exports.chains = {
|
|
|
23410
23798
|
chainId: 10101,
|
|
23411
23799
|
networkId: 10101
|
|
23412
23800
|
},
|
|
23801
|
+
10143: {
|
|
23802
|
+
name: 'Monad Testnet',
|
|
23803
|
+
chain: 'MON',
|
|
23804
|
+
icon: 'monad',
|
|
23805
|
+
rpc: [],
|
|
23806
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23807
|
+
faucets: [],
|
|
23808
|
+
nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
|
|
23809
|
+
infoURL: 'https://monad.xyz',
|
|
23810
|
+
shortName: 'mon-testnet',
|
|
23811
|
+
chainId: 10143,
|
|
23812
|
+
networkId: 10143,
|
|
23813
|
+
slip44: 1,
|
|
23814
|
+
explorers: [],
|
|
23815
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
|
|
23816
|
+
},
|
|
23413
23817
|
10200: {
|
|
23414
23818
|
name: 'Gnosis Chiado Testnet',
|
|
23415
23819
|
chain: 'GNO',
|
|
@@ -23722,6 +24126,35 @@ exports.chains = {
|
|
|
23722
24126
|
}
|
|
23723
24127
|
]
|
|
23724
24128
|
},
|
|
24129
|
+
10888: {
|
|
24130
|
+
name: 'GameSwift Chain Testnet',
|
|
24131
|
+
title: 'GameSwift Chain Testnet',
|
|
24132
|
+
chain: 'gameswift-chain-testnet',
|
|
24133
|
+
rpc: ['https://rpc-testnet.gameswift.io', 'wss://ws-testnet.gameswift.io'],
|
|
24134
|
+
nativeCurrency: { name: 'TGameSwift', symbol: 'tGS', decimals: 18 },
|
|
24135
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/gameswift-chain-testnet',
|
|
24136
|
+
faucets: [],
|
|
24137
|
+
shortName: 'gameswift-chain-testnet',
|
|
24138
|
+
chainId: 10888,
|
|
24139
|
+
networkId: 10888,
|
|
24140
|
+
slip44: 60,
|
|
24141
|
+
explorers: [
|
|
24142
|
+
{
|
|
24143
|
+
name: 'blockscout',
|
|
24144
|
+
url: 'https://testnet.gameswift.io',
|
|
24145
|
+
standard: 'EIP3091'
|
|
24146
|
+
}
|
|
24147
|
+
],
|
|
24148
|
+
parent: {
|
|
24149
|
+
type: 'L2',
|
|
24150
|
+
chain: 'eip155-11155111',
|
|
24151
|
+
bridges: [
|
|
24152
|
+
{
|
|
24153
|
+
url: 'https://testnet-bridge-gelato.gameswift.io/bridge/gameswift-chain-testnet'
|
|
24154
|
+
}
|
|
24155
|
+
]
|
|
24156
|
+
}
|
|
24157
|
+
},
|
|
23725
24158
|
10946: {
|
|
23726
24159
|
name: 'Quadrans Blockchain',
|
|
23727
24160
|
chain: 'QDC',
|
|
@@ -23919,7 +24352,7 @@ exports.chains = {
|
|
|
23919
24352
|
networkId: 11124,
|
|
23920
24353
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
23921
24354
|
infoURL: 'https://abs.xyz/',
|
|
23922
|
-
shortName: '
|
|
24355
|
+
shortName: 'abstract-sepolia',
|
|
23923
24356
|
parent: {
|
|
23924
24357
|
type: 'L2',
|
|
23925
24358
|
chain: 'eip155-11155111',
|
|
@@ -24123,6 +24556,11 @@ exports.chains = {
|
|
|
24123
24556
|
name: 'ArtelaScan',
|
|
24124
24557
|
url: 'https://betanet-scan.artela.network',
|
|
24125
24558
|
standard: 'EIP3091'
|
|
24559
|
+
},
|
|
24560
|
+
{
|
|
24561
|
+
name: 'OKXExplorer',
|
|
24562
|
+
url: 'https://www.okx.com/web3/explorer/artela-testnet',
|
|
24563
|
+
standard: 'EIP3091'
|
|
24126
24564
|
}
|
|
24127
24565
|
]
|
|
24128
24566
|
},
|
|
@@ -25090,11 +25528,6 @@ exports.chains = {
|
|
|
25090
25528
|
standard: 'EIP3091'
|
|
25091
25529
|
}
|
|
25092
25530
|
],
|
|
25093
|
-
parent: {
|
|
25094
|
-
type: 'L2',
|
|
25095
|
-
chain: 'eip155-1',
|
|
25096
|
-
bridges: [{ url: 'https://bridge.testnet.evm.eosnetwork.com' }]
|
|
25097
|
-
},
|
|
25098
25531
|
iconURL: 'https://ipfs.io/ipfs/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb'
|
|
25099
25532
|
},
|
|
25100
25533
|
16000: {
|
|
@@ -25184,6 +25617,36 @@ exports.chains = {
|
|
|
25184
25617
|
],
|
|
25185
25618
|
iconURL: 'https://ipfs.io/ipfs/QmVhG7xeTc78ibQunQ5sBJ4533r9FDM2xUCQKV72DPd1ux'
|
|
25186
25619
|
},
|
|
25620
|
+
16182: {
|
|
25621
|
+
name: 'Eventum Testnet',
|
|
25622
|
+
title: 'Eventum Testnet',
|
|
25623
|
+
chain: 'eventum-testnet',
|
|
25624
|
+
rpc: ['https://testnet-rpc.eh-dev.app', 'wss://testnet-ws.eh-dev.app'],
|
|
25625
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
25626
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/event-horizon-eventum-testnet',
|
|
25627
|
+
faucets: [],
|
|
25628
|
+
shortName: 'eventum-testnet',
|
|
25629
|
+
chainId: 16182,
|
|
25630
|
+
networkId: 16182,
|
|
25631
|
+
slip44: 60,
|
|
25632
|
+
explorers: [
|
|
25633
|
+
{
|
|
25634
|
+
name: 'blockscout',
|
|
25635
|
+
url: 'https://testnet-blockscout.eh-dev.app',
|
|
25636
|
+
standard: 'EIP3091'
|
|
25637
|
+
}
|
|
25638
|
+
],
|
|
25639
|
+
parent: {
|
|
25640
|
+
type: 'L2',
|
|
25641
|
+
chain: 'eip155-421614',
|
|
25642
|
+
bridges: [
|
|
25643
|
+
{
|
|
25644
|
+
url: 'https://testnet-bridge.eh-dev.app/bridge/event-horizon-eventum-testnet'
|
|
25645
|
+
}
|
|
25646
|
+
]
|
|
25647
|
+
},
|
|
25648
|
+
status: 'active'
|
|
25649
|
+
},
|
|
25187
25650
|
16350: {
|
|
25188
25651
|
name: 'Incentiv Devnet',
|
|
25189
25652
|
chain: 'Incentiv',
|
|
@@ -25564,14 +26027,6 @@ exports.chains = {
|
|
|
25564
26027
|
standard: 'EIP3091'
|
|
25565
26028
|
}
|
|
25566
26029
|
],
|
|
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
26030
|
iconURL: 'https://ipfs.io/ipfs/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb'
|
|
25576
26031
|
},
|
|
25577
26032
|
18000: {
|
|
@@ -25842,6 +26297,27 @@ exports.chains = {
|
|
|
25842
26297
|
}
|
|
25843
26298
|
]
|
|
25844
26299
|
},
|
|
26300
|
+
19180: {
|
|
26301
|
+
name: 'LocaChain Mainnet',
|
|
26302
|
+
chain: 'LocaChain',
|
|
26303
|
+
rpc: ['https://tgrpntwm.locachain.io'],
|
|
26304
|
+
faucets: [],
|
|
26305
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26306
|
+
nativeCurrency: { name: 'LocaCoin', symbol: 'LCC', decimals: 18 },
|
|
26307
|
+
infoURL: 'https://locachain.io',
|
|
26308
|
+
shortName: 'locachain',
|
|
26309
|
+
chainId: 19180,
|
|
26310
|
+
networkId: 19180,
|
|
26311
|
+
icon: 'locacoin',
|
|
26312
|
+
explorers: [
|
|
26313
|
+
{
|
|
26314
|
+
name: 'Locachain Explorer',
|
|
26315
|
+
url: 'https://explorer.locachain.io',
|
|
26316
|
+
standard: 'EIP3091'
|
|
26317
|
+
}
|
|
26318
|
+
],
|
|
26319
|
+
iconURL: 'https://ipfs.io/ipfs/QmSk1Kf6UyA5NxXfBUV4xqxDgpsZnsggWGb7hXhz6to1fz'
|
|
26320
|
+
},
|
|
25845
26321
|
19191: {
|
|
25846
26322
|
name: 'BlockX Mainnet',
|
|
25847
26323
|
chain: 'blockx',
|
|
@@ -25942,6 +26418,26 @@ exports.chains = {
|
|
|
25942
26418
|
networkId: 19527,
|
|
25943
26419
|
explorers: []
|
|
25944
26420
|
},
|
|
26421
|
+
19546: {
|
|
26422
|
+
name: 'Zytron Linea Testnet',
|
|
26423
|
+
chain: 'ETH',
|
|
26424
|
+
icon: 'zytron',
|
|
26425
|
+
rpc: ['https://linea-testnet-zytron.zypher.game/'],
|
|
26426
|
+
faucets: [],
|
|
26427
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
26428
|
+
infoURL: 'https://zytron.zypher.network/',
|
|
26429
|
+
shortName: 'zytron-linea-testnet',
|
|
26430
|
+
chainId: 19546,
|
|
26431
|
+
networkId: 19546,
|
|
26432
|
+
explorers: [
|
|
26433
|
+
{
|
|
26434
|
+
name: 'blockscout',
|
|
26435
|
+
url: 'https://linea-testnet-zytron-blockscout.zypher.game',
|
|
26436
|
+
standard: 'EIP3091'
|
|
26437
|
+
}
|
|
26438
|
+
],
|
|
26439
|
+
iconURL: 'https://ipfs.io/ipfs/QmY9cfmkCxJfPwKfCv6aF6CNiMWM5aN3jUSTf4rMfxaaJd'
|
|
26440
|
+
},
|
|
25945
26441
|
19600: {
|
|
25946
26442
|
name: 'LBRY Mainnet',
|
|
25947
26443
|
chain: 'LBRY',
|
|
@@ -26064,6 +26560,22 @@ exports.chains = {
|
|
|
26064
26560
|
],
|
|
26065
26561
|
iconURL: 'https://ipfs.io/ipfs/QmPh2FdjoPWBaCKNrknv6HjruxdUCr8AvJYvhpgHZP6e2C'
|
|
26066
26562
|
},
|
|
26563
|
+
20143: {
|
|
26564
|
+
name: 'Monad Devnet',
|
|
26565
|
+
chain: 'MON',
|
|
26566
|
+
icon: 'monad',
|
|
26567
|
+
rpc: [],
|
|
26568
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26569
|
+
faucets: [],
|
|
26570
|
+
nativeCurrency: { name: 'Devnet MON Token', symbol: 'MON', decimals: 18 },
|
|
26571
|
+
infoURL: 'https://monad.xyz',
|
|
26572
|
+
shortName: 'mon-devnet',
|
|
26573
|
+
chainId: 20143,
|
|
26574
|
+
networkId: 20143,
|
|
26575
|
+
slip44: 1,
|
|
26576
|
+
explorers: [],
|
|
26577
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4vjioitvcrm5umefahnp4wttswooykroarjo5itdvohvk6epiya'
|
|
26578
|
+
},
|
|
26067
26579
|
20729: {
|
|
26068
26580
|
name: 'Callisto Testnet',
|
|
26069
26581
|
chain: 'CLO',
|
|
@@ -27008,11 +27520,7 @@ exports.chains = {
|
|
|
27008
27520
|
standard: 'none'
|
|
27009
27521
|
}
|
|
27010
27522
|
],
|
|
27011
|
-
parent: {
|
|
27012
|
-
type: 'L2',
|
|
27013
|
-
chain: 'eip155-1',
|
|
27014
|
-
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
27015
|
-
}
|
|
27523
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
|
27016
27524
|
},
|
|
27017
27525
|
29112: {
|
|
27018
27526
|
name: 'HYCHAIN Testnet',
|
|
@@ -27058,6 +27566,28 @@ exports.chains = {
|
|
|
27058
27566
|
],
|
|
27059
27567
|
iconURL: 'https://ipfs.io/ipfs/bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni'
|
|
27060
27568
|
},
|
|
27569
|
+
29225: {
|
|
27570
|
+
name: 'Nexa MetaTest',
|
|
27571
|
+
chain: 'NEXA',
|
|
27572
|
+
rpc: ['https://nexa.sh/metatest'],
|
|
27573
|
+
faucets: [],
|
|
27574
|
+
nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
|
|
27575
|
+
infoURL: 'https://nexa.sh/meta',
|
|
27576
|
+
shortName: 'nexatest',
|
|
27577
|
+
chainId: 29225,
|
|
27578
|
+
networkId: 29225,
|
|
27579
|
+
slip44: 29225,
|
|
27580
|
+
icon: 'nexameta',
|
|
27581
|
+
explorers: [
|
|
27582
|
+
{
|
|
27583
|
+
name: 'NexaShell',
|
|
27584
|
+
url: 'https://nexa.sh',
|
|
27585
|
+
standard: 'none',
|
|
27586
|
+
icon: 'nexashell'
|
|
27587
|
+
}
|
|
27588
|
+
],
|
|
27589
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia42ym3rgzo7w5k445nr4wmji4ucxgw4pdhdo5lacczkk2fiahwni'
|
|
27590
|
+
},
|
|
27061
27591
|
29536: {
|
|
27062
27592
|
name: 'KaiChain Testnet',
|
|
27063
27593
|
chain: 'KaiChain',
|
|
@@ -27793,7 +28323,7 @@ exports.chains = {
|
|
|
27793
28323
|
standard: 'none'
|
|
27794
28324
|
}
|
|
27795
28325
|
],
|
|
27796
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
28326
|
+
iconURL: 'https://ipfs.io/ipfs/QmQnQZ2YUuJMDYoKWhiA1KqY67VFjvMLSXTww46pnrS8js'
|
|
27797
28327
|
},
|
|
27798
28328
|
34443: {
|
|
27799
28329
|
name: 'Mode',
|
|
@@ -28225,7 +28755,7 @@ exports.chains = {
|
|
|
28225
28755
|
'wss://testnet.emerald.oasis.io/ws'
|
|
28226
28756
|
],
|
|
28227
28757
|
faucets: ['https://faucet.testnet.oasis.io/'],
|
|
28228
|
-
nativeCurrency: { name: 'Emerald Rose', symbol: '
|
|
28758
|
+
nativeCurrency: { name: 'Emerald Test Rose', symbol: 'TEST', decimals: 18 },
|
|
28229
28759
|
infoURL: 'https://docs.oasis.io/dapp/emerald',
|
|
28230
28760
|
shortName: 'emerald-testnet',
|
|
28231
28761
|
chainId: 42261,
|
|
@@ -28452,6 +28982,11 @@ exports.chains = {
|
|
|
28452
28982
|
networkId: 1,
|
|
28453
28983
|
slip44: 1,
|
|
28454
28984
|
explorers: [
|
|
28985
|
+
{
|
|
28986
|
+
name: 'snowscan-testnet',
|
|
28987
|
+
url: 'https://testnet.snowscan.xyz',
|
|
28988
|
+
standard: 'EIP3091'
|
|
28989
|
+
},
|
|
28455
28990
|
{
|
|
28456
28991
|
name: 'snowtrace',
|
|
28457
28992
|
url: 'https://testnet.snowtrace.io',
|
|
@@ -28478,6 +29013,11 @@ exports.chains = {
|
|
|
28478
29013
|
networkId: 43114,
|
|
28479
29014
|
slip44: 9005,
|
|
28480
29015
|
explorers: [
|
|
29016
|
+
{
|
|
29017
|
+
name: 'snowscan',
|
|
29018
|
+
url: 'https://snowscan.xyz',
|
|
29019
|
+
standard: 'EIP3091'
|
|
29020
|
+
},
|
|
28481
29021
|
{
|
|
28482
29022
|
name: 'snowtrace',
|
|
28483
29023
|
url: 'https://snowtrace.io',
|
|
@@ -29284,6 +29824,27 @@ exports.chains = {
|
|
|
29284
29824
|
}
|
|
29285
29825
|
]
|
|
29286
29826
|
},
|
|
29827
|
+
55007: {
|
|
29828
|
+
name: 'Titan Sepolia',
|
|
29829
|
+
chain: 'ETH',
|
|
29830
|
+
rpc: [
|
|
29831
|
+
'https://rpc.titan-sepolia.tokamak.network',
|
|
29832
|
+
'wss://rpc.titan-sepolia.tokamak.network/ws'
|
|
29833
|
+
],
|
|
29834
|
+
faucets: [],
|
|
29835
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29836
|
+
infoURL: 'https://tokamak.network',
|
|
29837
|
+
shortName: 'titan-sepolia',
|
|
29838
|
+
chainId: 55007,
|
|
29839
|
+
networkId: 55007,
|
|
29840
|
+
explorers: [
|
|
29841
|
+
{
|
|
29842
|
+
name: 'blockscout',
|
|
29843
|
+
url: 'https://explorer.titan-sepolia.tokamak.network',
|
|
29844
|
+
standard: 'EIP3091'
|
|
29845
|
+
}
|
|
29846
|
+
]
|
|
29847
|
+
},
|
|
29287
29848
|
55244: {
|
|
29288
29849
|
name: 'Superposition',
|
|
29289
29850
|
chain: 'Superposition',
|
|
@@ -29427,7 +29988,7 @@ exports.chains = {
|
|
|
29427
29988
|
],
|
|
29428
29989
|
parent: {
|
|
29429
29990
|
type: 'L2',
|
|
29430
|
-
chain: 'eip155-
|
|
29991
|
+
chain: 'eip155-56',
|
|
29431
29992
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
29432
29993
|
}
|
|
29433
29994
|
},
|
|
@@ -29658,7 +30219,7 @@ exports.chains = {
|
|
|
29658
30219
|
icon: 'linea',
|
|
29659
30220
|
parent: {
|
|
29660
30221
|
type: 'L2',
|
|
29661
|
-
chain: 'eip155-
|
|
30222
|
+
chain: 'eip155-11155111',
|
|
29662
30223
|
bridges: [{ url: 'https://bridge.linea.build/' }]
|
|
29663
30224
|
},
|
|
29664
30225
|
explorers: [
|
|
@@ -30171,25 +30732,26 @@ exports.chains = {
|
|
|
30171
30732
|
]
|
|
30172
30733
|
},
|
|
30173
30734
|
63000: {
|
|
30174
|
-
name: '
|
|
30735
|
+
name: 'eSync Network Mainnet',
|
|
30736
|
+
title: 'eSync Network Mainnet',
|
|
30175
30737
|
chain: 'ECS',
|
|
30176
|
-
rpc: ['https://rpc.ecredits.com'],
|
|
30738
|
+
rpc: ['https://rpc.esync.network', 'https://rpc.ecredits.com'],
|
|
30177
30739
|
faucets: [],
|
|
30178
30740
|
nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
|
|
30179
|
-
infoURL: 'https://
|
|
30180
|
-
shortName: '
|
|
30741
|
+
infoURL: 'https://esync.network',
|
|
30742
|
+
shortName: 'esync-mainnet',
|
|
30181
30743
|
chainId: 63000,
|
|
30182
30744
|
networkId: 63000,
|
|
30183
|
-
icon: '
|
|
30745
|
+
icon: 'esync',
|
|
30184
30746
|
explorers: [
|
|
30185
30747
|
{
|
|
30186
|
-
name: '
|
|
30187
|
-
url: 'https://explorer.
|
|
30188
|
-
icon: '
|
|
30748
|
+
name: 'eSync Network Mainnet Explorer',
|
|
30749
|
+
url: 'https://explorer.esync.network',
|
|
30750
|
+
icon: 'esync',
|
|
30189
30751
|
standard: 'EIP3091'
|
|
30190
30752
|
}
|
|
30191
30753
|
],
|
|
30192
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
30754
|
+
iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
|
|
30193
30755
|
},
|
|
30194
30756
|
63001: {
|
|
30195
30757
|
name: 'eCredits Testnet',
|
|
@@ -30240,7 +30802,7 @@ exports.chains = {
|
|
|
30240
30802
|
63157: {
|
|
30241
30803
|
name: 'Geist Mainnet',
|
|
30242
30804
|
chain: 'Geist',
|
|
30243
|
-
rpc: [],
|
|
30805
|
+
rpc: ['https://geist-mainnet.g.alchemy.com/public'],
|
|
30244
30806
|
faucets: [],
|
|
30245
30807
|
nativeCurrency: {
|
|
30246
30808
|
name: 'Aavegotchi GHST Token',
|
|
@@ -30249,12 +30811,18 @@ exports.chains = {
|
|
|
30249
30811
|
},
|
|
30250
30812
|
features: [],
|
|
30251
30813
|
infoURL: 'https://playongeist.com',
|
|
30252
|
-
shortName: '
|
|
30814
|
+
shortName: 'geist',
|
|
30253
30815
|
chainId: 63157,
|
|
30254
30816
|
networkId: 63157,
|
|
30255
|
-
status: '
|
|
30817
|
+
status: 'active',
|
|
30256
30818
|
icon: 'geist',
|
|
30257
|
-
explorers: [
|
|
30819
|
+
explorers: [
|
|
30820
|
+
{
|
|
30821
|
+
name: 'Geist Explorer',
|
|
30822
|
+
url: 'https://geist-mainnet.explorer.alchemy.com',
|
|
30823
|
+
standard: 'EIP3091'
|
|
30824
|
+
}
|
|
30825
|
+
],
|
|
30258
30826
|
iconURL: 'https://ipfs.io/ipfs/QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8'
|
|
30259
30827
|
},
|
|
30260
30828
|
65349: {
|
|
@@ -31195,6 +31763,11 @@ exports.chains = {
|
|
|
31195
31763
|
networkId: 80002,
|
|
31196
31764
|
slip44: 1,
|
|
31197
31765
|
explorers: [
|
|
31766
|
+
{
|
|
31767
|
+
name: 'polygonscan-amoy',
|
|
31768
|
+
url: 'https://amoy.polygonscan.com',
|
|
31769
|
+
standard: 'EIP3091'
|
|
31770
|
+
},
|
|
31198
31771
|
{
|
|
31199
31772
|
name: 'polygonamoy',
|
|
31200
31773
|
url: 'https://www.oklink.com/amoy',
|
|
@@ -31626,6 +32199,11 @@ exports.chains = {
|
|
|
31626
32199
|
slip44: 1,
|
|
31627
32200
|
icon: 'baseTestnet',
|
|
31628
32201
|
explorers: [
|
|
32202
|
+
{
|
|
32203
|
+
name: 'basescan-sepolia',
|
|
32204
|
+
url: 'https://sepolia.basescan.org',
|
|
32205
|
+
standard: 'EIP3091'
|
|
32206
|
+
},
|
|
31629
32207
|
{
|
|
31630
32208
|
name: 'basescout',
|
|
31631
32209
|
url: 'https://base-sepolia.blockscout.com',
|
|
@@ -31745,11 +32323,27 @@ exports.chains = {
|
|
|
31745
32323
|
}
|
|
31746
32324
|
]
|
|
31747
32325
|
},
|
|
32326
|
+
88811: {
|
|
32327
|
+
name: 'Unit Zero Mainnet',
|
|
32328
|
+
chain: 'Unit Zero',
|
|
32329
|
+
icon: 'unitzero',
|
|
32330
|
+
rpc: ['https://rpc.unit0.dev'],
|
|
32331
|
+
faucets: [],
|
|
32332
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
32333
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32334
|
+
infoURL: 'https://units.network',
|
|
32335
|
+
shortName: 'unit0-mainnet',
|
|
32336
|
+
chainId: 88811,
|
|
32337
|
+
networkId: 88811,
|
|
32338
|
+
explorers: [],
|
|
32339
|
+
iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
|
|
32340
|
+
},
|
|
31748
32341
|
88817: {
|
|
31749
32342
|
name: 'Unit Zero Testnet',
|
|
31750
32343
|
chain: 'Unit Zero',
|
|
32344
|
+
icon: 'unitzero',
|
|
31751
32345
|
rpc: ['https://rpc-testnet.unit0.dev'],
|
|
31752
|
-
faucets: [],
|
|
32346
|
+
faucets: ['https://faucet-testnet.unit0.dev'],
|
|
31753
32347
|
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
31754
32348
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31755
32349
|
infoURL: 'https://units.network',
|
|
@@ -31762,11 +32356,13 @@ exports.chains = {
|
|
|
31762
32356
|
url: 'https://explorer-testnet.unit0.dev',
|
|
31763
32357
|
standard: 'EIP3091'
|
|
31764
32358
|
}
|
|
31765
|
-
]
|
|
32359
|
+
],
|
|
32360
|
+
iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
|
|
31766
32361
|
},
|
|
31767
32362
|
88819: {
|
|
31768
32363
|
name: 'Unit Zero Stagenet',
|
|
31769
32364
|
chain: 'Unit Zero',
|
|
32365
|
+
icon: 'unitzero',
|
|
31770
32366
|
rpc: ['https://rpc-stagenet.unit0.dev'],
|
|
31771
32367
|
faucets: [],
|
|
31772
32368
|
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
|
@@ -31781,7 +32377,8 @@ exports.chains = {
|
|
|
31781
32377
|
url: 'https://explorer-stagenet.unit0.dev',
|
|
31782
32378
|
standard: 'EIP3091'
|
|
31783
32379
|
}
|
|
31784
|
-
]
|
|
32380
|
+
],
|
|
32381
|
+
iconURL: 'https://ipfs.io/ipfs/QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg'
|
|
31785
32382
|
},
|
|
31786
32383
|
88880: {
|
|
31787
32384
|
name: 'Chiliz Scoville Testnet',
|
|
@@ -32281,6 +32878,25 @@ exports.chains = {
|
|
|
32281
32878
|
networkId: 98881,
|
|
32282
32879
|
status: 'incubating'
|
|
32283
32880
|
},
|
|
32881
|
+
98985: {
|
|
32882
|
+
name: 'Superposition Testnet',
|
|
32883
|
+
title: 'Sperposition Testnet',
|
|
32884
|
+
chain: 'SPN',
|
|
32885
|
+
rpc: ['https://testnet-rpc.superposition.so'],
|
|
32886
|
+
faucets: ['https://faucet.superposition.so'],
|
|
32887
|
+
nativeCurrency: { name: 'SPN', symbol: 'SPN', decimals: 18 },
|
|
32888
|
+
infoURL: 'https://superposition.so',
|
|
32889
|
+
shortName: 'superposition-testnet',
|
|
32890
|
+
chainId: 98985,
|
|
32891
|
+
networkId: 98985,
|
|
32892
|
+
explorers: [
|
|
32893
|
+
{
|
|
32894
|
+
name: 'Superposition Explorer',
|
|
32895
|
+
url: 'https://testnet-explorer.superposition.so',
|
|
32896
|
+
standard: 'EIP3091'
|
|
32897
|
+
}
|
|
32898
|
+
]
|
|
32899
|
+
},
|
|
32284
32900
|
99099: {
|
|
32285
32901
|
name: 'eLiberty Testnet',
|
|
32286
32902
|
chain: '$EL',
|
|
@@ -33218,7 +33834,7 @@ exports.chains = {
|
|
|
33218
33834
|
networkId: 131313,
|
|
33219
33835
|
icon: 'odyssey',
|
|
33220
33836
|
nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 },
|
|
33221
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
33837
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiabuopswwczdqb7kbncgdpqzatpxyyx3qg4oixikalj47oluyrjmu'
|
|
33222
33838
|
},
|
|
33223
33839
|
131419: {
|
|
33224
33840
|
name: 'ETND Chain Mainnets',
|
|
@@ -33312,6 +33928,27 @@ exports.chains = {
|
|
|
33312
33928
|
],
|
|
33313
33929
|
iconURL: 'https://ipfs.io/ipfs/QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX'
|
|
33314
33930
|
},
|
|
33931
|
+
153153: {
|
|
33932
|
+
name: 'Odyssey Chain Mainnet',
|
|
33933
|
+
chain: 'DIONE',
|
|
33934
|
+
rpc: ['https://node.dioneprotocol.com/ext/bc/D/rpc'],
|
|
33935
|
+
faucets: [],
|
|
33936
|
+
features: [{ name: 'EIP155' }],
|
|
33937
|
+
infoURL: 'https://www.dioneprotocol.com',
|
|
33938
|
+
shortName: 'Odyssey',
|
|
33939
|
+
chainId: 153153,
|
|
33940
|
+
networkId: 153153,
|
|
33941
|
+
icon: 'odysseyChain',
|
|
33942
|
+
nativeCurrency: { name: 'DIONE', symbol: 'DIONE', decimals: 18 },
|
|
33943
|
+
explorers: [
|
|
33944
|
+
{
|
|
33945
|
+
name: 'Odyssey Scan',
|
|
33946
|
+
url: 'https://odysseyscan.com',
|
|
33947
|
+
standard: 'EIP3091'
|
|
33948
|
+
}
|
|
33949
|
+
],
|
|
33950
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiabuopswwczdqb7kbncgdpqzatpxyyx3qg4oixikalj47oluyrjmu'
|
|
33951
|
+
},
|
|
33315
33952
|
158245: {
|
|
33316
33953
|
name: 'CryptoX',
|
|
33317
33954
|
chain: 'XCOIN',
|
|
@@ -34455,6 +35092,39 @@ exports.chains = {
|
|
|
34455
35092
|
],
|
|
34456
35093
|
iconURL: 'https://ipfs.io/ipfs/QmWcaVLcPYBxi76HYJc4qudLJwXtfNCDJieLHAs632jMEA'
|
|
34457
35094
|
},
|
|
35095
|
+
241120: {
|
|
35096
|
+
name: 'Anomaly Andromeda Testnet',
|
|
35097
|
+
title: 'Anomaly Andromeda Testnet',
|
|
35098
|
+
chain: 'anomaly-andromeda-testnet',
|
|
35099
|
+
rpc: [
|
|
35100
|
+
'https://rpc.anomaly-andromeda.anomalygames.io',
|
|
35101
|
+
'wss://ws.anomaly-andromeda.anomalygames.io'
|
|
35102
|
+
],
|
|
35103
|
+
nativeCurrency: { name: 'TestNom', symbol: 'tNOM', decimals: 18 },
|
|
35104
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/anomaly-andromeda-testnet',
|
|
35105
|
+
faucets: [],
|
|
35106
|
+
shortName: 'anomaly-andromeda-testnet',
|
|
35107
|
+
chainId: 241120,
|
|
35108
|
+
networkId: 241120,
|
|
35109
|
+
slip44: 60,
|
|
35110
|
+
explorers: [
|
|
35111
|
+
{
|
|
35112
|
+
name: 'blockscout',
|
|
35113
|
+
url: 'https://andromeda.anomalyscan.io',
|
|
35114
|
+
icon: 'blockscout',
|
|
35115
|
+
standard: 'EIP3091'
|
|
35116
|
+
}
|
|
35117
|
+
],
|
|
35118
|
+
parent: {
|
|
35119
|
+
type: 'L2',
|
|
35120
|
+
chain: 'eip155-421614',
|
|
35121
|
+
bridges: [
|
|
35122
|
+
{
|
|
35123
|
+
url: 'https://bridge.gelato.network/bridge/anomaly-andromeda-testnet'
|
|
35124
|
+
}
|
|
35125
|
+
]
|
|
35126
|
+
}
|
|
35127
|
+
},
|
|
34458
35128
|
246529: {
|
|
34459
35129
|
name: 'ARTIS sigma1',
|
|
34460
35130
|
chain: 'ARTIS',
|
|
@@ -34579,6 +35249,50 @@ exports.chains = {
|
|
|
34579
35249
|
],
|
|
34580
35250
|
iconURL: 'https://ipfs.io/ipfs/QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg'
|
|
34581
35251
|
},
|
|
35252
|
+
272247: {
|
|
35253
|
+
name: 'Nxy Area 51',
|
|
35254
|
+
chain: 'NXY',
|
|
35255
|
+
rpc: ['https://nxy.social/testnet'],
|
|
35256
|
+
faucets: [],
|
|
35257
|
+
nativeCurrency: { name: 'Nxy', symbol: 'NXY', decimals: 18 },
|
|
35258
|
+
infoURL: 'https://nxy.social/l1',
|
|
35259
|
+
shortName: 'nxytest',
|
|
35260
|
+
chainId: 272247,
|
|
35261
|
+
networkId: 272247,
|
|
35262
|
+
slip44: 272247,
|
|
35263
|
+
icon: 'nxy',
|
|
35264
|
+
explorers: [
|
|
35265
|
+
{
|
|
35266
|
+
name: 'Nxy Explorer',
|
|
35267
|
+
url: 'https://explorer.nxy.social',
|
|
35268
|
+
standard: 'none',
|
|
35269
|
+
icon: 'nxy'
|
|
35270
|
+
}
|
|
35271
|
+
],
|
|
35272
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
35273
|
+
},
|
|
35274
|
+
272520: {
|
|
35275
|
+
name: 'Nxy Oasis',
|
|
35276
|
+
chain: 'NXY',
|
|
35277
|
+
rpc: ['https://nxy.social/mainnet'],
|
|
35278
|
+
faucets: [],
|
|
35279
|
+
nativeCurrency: { name: 'Nxy', symbol: 'NXY', decimals: 18 },
|
|
35280
|
+
infoURL: 'https://nxy.social/l1',
|
|
35281
|
+
shortName: 'nxy',
|
|
35282
|
+
chainId: 272520,
|
|
35283
|
+
networkId: 272520,
|
|
35284
|
+
slip44: 272520,
|
|
35285
|
+
icon: 'nxy',
|
|
35286
|
+
explorers: [
|
|
35287
|
+
{
|
|
35288
|
+
name: 'Nxy Explorer',
|
|
35289
|
+
url: 'https://explorer.nxy.social',
|
|
35290
|
+
standard: 'none',
|
|
35291
|
+
icon: 'nxy'
|
|
35292
|
+
}
|
|
35293
|
+
],
|
|
35294
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeicvcacuabdf77itzusl4z743ojyimnw4ztyypbls3vccq3bvygyti'
|
|
35295
|
+
},
|
|
34582
35296
|
281121: {
|
|
34583
35297
|
name: 'Social Smart Chain Mainnet',
|
|
34584
35298
|
chain: 'SoChain',
|
|
@@ -35062,11 +35776,11 @@ exports.chains = {
|
|
|
35062
35776
|
},
|
|
35063
35777
|
355110: {
|
|
35064
35778
|
name: 'Bitfinity Network Mainnet',
|
|
35065
|
-
chain: '
|
|
35779
|
+
chain: 'BTF',
|
|
35066
35780
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
35067
35781
|
rpc: ['https://mainnet.bitfinity.network'],
|
|
35068
35782
|
faucets: [],
|
|
35069
|
-
nativeCurrency: { name: 'Bitfinity Token', symbol: '
|
|
35783
|
+
nativeCurrency: { name: 'Bitfinity Token', symbol: 'BTF', decimals: 18 },
|
|
35070
35784
|
infoURL: 'https://bitfinity.network',
|
|
35071
35785
|
shortName: 'bitfinity-mainnet',
|
|
35072
35786
|
chainId: 355110,
|
|
@@ -35082,11 +35796,11 @@ exports.chains = {
|
|
|
35082
35796
|
},
|
|
35083
35797
|
355113: {
|
|
35084
35798
|
name: 'Bitfinity Network Testnet',
|
|
35085
|
-
chain: '
|
|
35799
|
+
chain: 'BTF',
|
|
35086
35800
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
35087
35801
|
rpc: ['https://testnet.bitfinity.network'],
|
|
35088
35802
|
faucets: ['https://bitfinity.network/faucet'],
|
|
35089
|
-
nativeCurrency: { name: 'Bitfinity Token', symbol: '
|
|
35803
|
+
nativeCurrency: { name: 'Bitfinity Token', symbol: 'BTF', decimals: 18 },
|
|
35090
35804
|
infoURL: 'https://bitfinity.network',
|
|
35091
35805
|
shortName: 'bitfinity-testnet',
|
|
35092
35806
|
chainId: 355113,
|
|
@@ -35414,6 +36128,11 @@ exports.chains = {
|
|
|
35414
36128
|
networkId: 421614,
|
|
35415
36129
|
slip44: 1,
|
|
35416
36130
|
explorers: [
|
|
36131
|
+
{
|
|
36132
|
+
name: 'arbiscan-sepolia',
|
|
36133
|
+
url: 'https://sepolia.arbiscan.io',
|
|
36134
|
+
standard: 'EIP3091'
|
|
36135
|
+
},
|
|
35417
36136
|
{
|
|
35418
36137
|
name: 'Arbitrum Sepolia Rollup Testnet Explorer',
|
|
35419
36138
|
url: 'https://sepolia-explorer.arbitrum.io',
|
|
@@ -35899,6 +36618,32 @@ exports.chains = {
|
|
|
35899
36618
|
],
|
|
35900
36619
|
iconURL: 'https://ipfs.io/ipfs/QmcxyEjW9G8K9JP6rZGjRmjJuS9BvgMwzL5dKM1nV2aPLs'
|
|
35901
36620
|
},
|
|
36621
|
+
543210: {
|
|
36622
|
+
name: 'ZERO Network',
|
|
36623
|
+
chain: 'ZERONetwork',
|
|
36624
|
+
icon: 'zero',
|
|
36625
|
+
rpc: ['https://rpc.zerion.io/v1/zero'],
|
|
36626
|
+
parent: {
|
|
36627
|
+
type: 'L2',
|
|
36628
|
+
chain: 'eip155-1',
|
|
36629
|
+
bridges: [{ url: 'https://bridge.zero.network' }]
|
|
36630
|
+
},
|
|
36631
|
+
faucets: [],
|
|
36632
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36633
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
36634
|
+
infoURL: 'https://docs.zero.network',
|
|
36635
|
+
shortName: 'zero-network',
|
|
36636
|
+
chainId: 543210,
|
|
36637
|
+
networkId: 543210,
|
|
36638
|
+
explorers: [
|
|
36639
|
+
{
|
|
36640
|
+
name: 'ZERO Network Explorer',
|
|
36641
|
+
url: 'https://explorer.zero.network',
|
|
36642
|
+
standard: 'EIP3091'
|
|
36643
|
+
}
|
|
36644
|
+
],
|
|
36645
|
+
iconURL: 'https://ipfs.io/ipfs/QmWpvBtmDhZSAnRww5ZU6BvEbDbxKEzoyjWcanjc1UBD9X'
|
|
36646
|
+
},
|
|
35902
36647
|
552981: {
|
|
35903
36648
|
name: 'One World Chain Testnet',
|
|
35904
36649
|
chain: 'One World Chain',
|
|
@@ -36046,7 +36791,7 @@ exports.chains = {
|
|
|
36046
36791
|
shortName: 'poltergeist',
|
|
36047
36792
|
chainId: 631571,
|
|
36048
36793
|
networkId: 631571,
|
|
36049
|
-
status: '
|
|
36794
|
+
status: 'active',
|
|
36050
36795
|
icon: 'polterGeist',
|
|
36051
36796
|
explorers: [
|
|
36052
36797
|
{
|
|
@@ -36411,6 +37156,28 @@ exports.chains = {
|
|
|
36411
37156
|
],
|
|
36412
37157
|
iconURL: 'https://ipfs.io/ipfs/bafkreic6tcc6swh5kzljwqnswj6rlemcm7n6ra7xkgttwv5v3fv7ozj5zu'
|
|
36413
37158
|
},
|
|
37159
|
+
763373: {
|
|
37160
|
+
name: 'Ink Sepolia',
|
|
37161
|
+
chain: 'ETH',
|
|
37162
|
+
rpc: [
|
|
37163
|
+
'https://rpc-gel-sepolia.inkonchain.com',
|
|
37164
|
+
'wss://ws-gel-sepolia.inkonchain.com'
|
|
37165
|
+
],
|
|
37166
|
+
faucets: [],
|
|
37167
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37168
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
37169
|
+
infoURL: 'https://inkonchain.com/',
|
|
37170
|
+
shortName: 'inksepolia',
|
|
37171
|
+
chainId: 763373,
|
|
37172
|
+
networkId: 763373,
|
|
37173
|
+
explorers: [
|
|
37174
|
+
{
|
|
37175
|
+
name: 'Ink Sepolia Explorer',
|
|
37176
|
+
url: 'https://explorer-sepolia.inkonchain.com',
|
|
37177
|
+
standard: 'EIP3091'
|
|
37178
|
+
}
|
|
37179
|
+
]
|
|
37180
|
+
},
|
|
36414
37181
|
764984: {
|
|
36415
37182
|
name: 'Lamina1 Testnet',
|
|
36416
37183
|
chain: 'Lamina1 Testnet',
|
|
@@ -37535,6 +38302,21 @@ exports.chains = {
|
|
|
37535
38302
|
chainId: 1731313,
|
|
37536
38303
|
networkId: 1731313
|
|
37537
38304
|
},
|
|
38305
|
+
1998991: {
|
|
38306
|
+
name: 'Xphere Testnet',
|
|
38307
|
+
chain: 'Xphere Testnet',
|
|
38308
|
+
icon: 'xphere',
|
|
38309
|
+
rpc: ['http://testnet.x-phere.com'],
|
|
38310
|
+
features: [{ name: 'EIP1559' }],
|
|
38311
|
+
faucets: [],
|
|
38312
|
+
nativeCurrency: { name: 'Xphere Testnet', symbol: 'XPT', decimals: 18 },
|
|
38313
|
+
infoURL: 'https://x-phere.com/',
|
|
38314
|
+
shortName: 'xp-test',
|
|
38315
|
+
chainId: 1998991,
|
|
38316
|
+
networkId: 1998991,
|
|
38317
|
+
explorers: [],
|
|
38318
|
+
iconURL: 'https://ipfs.io/ipfs/QmfUV9PqF7JxuUAYaBHh6YJ2ChCdDVobTwDibxQuPMUmPq'
|
|
38319
|
+
},
|
|
37538
38320
|
2021398: {
|
|
37539
38321
|
name: 'DeBank Testnet',
|
|
37540
38322
|
chain: 'DeBank',
|
|
@@ -37623,6 +38405,26 @@ exports.chains = {
|
|
|
37623
38405
|
],
|
|
37624
38406
|
iconURL: 'https://ipfs.io/ipfs/QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC'
|
|
37625
38407
|
},
|
|
38408
|
+
2222222: {
|
|
38409
|
+
name: 'Coinweb BNB shard',
|
|
38410
|
+
title: 'Coinweb BNB shard',
|
|
38411
|
+
chain: 'CWEB BNB',
|
|
38412
|
+
rpc: ['https://api-cloud.coinweb.io/eth-rpc-service/bnb'],
|
|
38413
|
+
faucets: [],
|
|
38414
|
+
nativeCurrency: { name: 'CWEB', symbol: 'CWEB', decimals: 18 },
|
|
38415
|
+
infoURL: 'https://coinweb.io',
|
|
38416
|
+
shortName: 'cweb-bnb',
|
|
38417
|
+
chainId: 2222222,
|
|
38418
|
+
networkId: 2222222,
|
|
38419
|
+
slip44: 1,
|
|
38420
|
+
explorers: [
|
|
38421
|
+
{
|
|
38422
|
+
name: 'Coinweb block explorer',
|
|
38423
|
+
url: 'https://explorer.coinweb.io',
|
|
38424
|
+
standard: 'none'
|
|
38425
|
+
}
|
|
38426
|
+
]
|
|
38427
|
+
},
|
|
37626
38428
|
2611555: {
|
|
37627
38429
|
name: 'DPU Chain',
|
|
37628
38430
|
chain: 'DPU',
|
|
@@ -37684,24 +38486,29 @@ exports.chains = {
|
|
|
37684
38486
|
iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
|
|
37685
38487
|
},
|
|
37686
38488
|
3397901: {
|
|
37687
|
-
name: 'Funki Sepolia
|
|
38489
|
+
name: 'Funki Sepolia Testnet',
|
|
37688
38490
|
chain: 'ETH',
|
|
37689
38491
|
icon: 'funki',
|
|
37690
38492
|
rpc: ['https://funki-testnet.alt.technology'],
|
|
37691
|
-
faucets: [],
|
|
38493
|
+
faucets: ['https://funkichain.com/portfolio'],
|
|
37692
38494
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
37693
38495
|
infoURL: 'https://funkichain.com',
|
|
37694
38496
|
shortName: 'funkisepolia',
|
|
37695
38497
|
chainId: 3397901,
|
|
37696
38498
|
networkId: 3397901,
|
|
37697
38499
|
explorers: [
|
|
38500
|
+
{
|
|
38501
|
+
name: 'Funki Sepolia Testnet Explorer',
|
|
38502
|
+
url: 'https://testnet.funkiscan.io',
|
|
38503
|
+
standard: 'none'
|
|
38504
|
+
},
|
|
37698
38505
|
{
|
|
37699
38506
|
name: 'Funki Sepolia Sandbox Explorer',
|
|
37700
38507
|
url: 'https://sepolia-sandbox.funkichain.com',
|
|
37701
38508
|
standard: 'none'
|
|
37702
38509
|
}
|
|
37703
38510
|
],
|
|
37704
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
38511
|
+
iconURL: 'https://ipfs.io/ipfs/QmQnQZ2YUuJMDYoKWhiA1KqY67VFjvMLSXTww46pnrS8js'
|
|
37705
38512
|
},
|
|
37706
38513
|
3441005: {
|
|
37707
38514
|
name: 'Manta Pacific Testnet',
|
|
@@ -38596,6 +39403,11 @@ exports.chains = {
|
|
|
38596
39403
|
networkId: 11155420,
|
|
38597
39404
|
slip44: 1,
|
|
38598
39405
|
explorers: [
|
|
39406
|
+
{
|
|
39407
|
+
name: 'etherscan-sepolia-optimism',
|
|
39408
|
+
url: 'https://sepolia-optimism.etherscan.io',
|
|
39409
|
+
standard: 'EIP3091'
|
|
39410
|
+
},
|
|
38599
39411
|
{
|
|
38600
39412
|
name: 'opscout',
|
|
38601
39413
|
url: 'https://optimism-sepolia.blockscout.com',
|
|
@@ -39267,6 +40079,40 @@ exports.chains = {
|
|
|
39267
40079
|
}
|
|
39268
40080
|
]
|
|
39269
40081
|
},
|
|
40082
|
+
34949059: {
|
|
40083
|
+
name: 'citronus-citro',
|
|
40084
|
+
title: 'Citronus-Citro',
|
|
40085
|
+
chain: 'citronus-citro',
|
|
40086
|
+
rpc: [
|
|
40087
|
+
'https://rpc.citro-testnet.t.raas.gelato.cloud',
|
|
40088
|
+
'wss://testnet-ws.eh-dev.app'
|
|
40089
|
+
],
|
|
40090
|
+
nativeCurrency: { name: 'Citronus', symbol: 'CITRO', decimals: 18 },
|
|
40091
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/citronus-citro',
|
|
40092
|
+
faucets: [],
|
|
40093
|
+
shortName: 'citronus-citro',
|
|
40094
|
+
chainId: 34949059,
|
|
40095
|
+
networkId: 34949059,
|
|
40096
|
+
slip44: 60,
|
|
40097
|
+
explorers: [
|
|
40098
|
+
{
|
|
40099
|
+
name: 'blockscout',
|
|
40100
|
+
url: 'https://test.citronus.com',
|
|
40101
|
+
icon: 'blockscout',
|
|
40102
|
+
standard: 'EIP3091'
|
|
40103
|
+
}
|
|
40104
|
+
],
|
|
40105
|
+
parent: {
|
|
40106
|
+
type: 'L2',
|
|
40107
|
+
chain: 'eip155-11155111',
|
|
40108
|
+
bridges: [
|
|
40109
|
+
{
|
|
40110
|
+
url: 'https://testnet-bridge.gelato.network/bridge/citronus-citro'
|
|
40111
|
+
}
|
|
40112
|
+
]
|
|
40113
|
+
},
|
|
40114
|
+
status: 'active'
|
|
40115
|
+
},
|
|
39270
40116
|
35855456: {
|
|
39271
40117
|
name: 'Joys Digital Mainnet',
|
|
39272
40118
|
chain: 'JOYS',
|
|
@@ -39694,6 +40540,34 @@ exports.chains = {
|
|
|
39694
40540
|
],
|
|
39695
40541
|
iconURL: 'https://ipfs.io/ipfs/QmcnA15BLE9uvznbugXKjqquizZs1eLPeEEkc92DSmvhmt'
|
|
39696
40542
|
},
|
|
40543
|
+
89346162: {
|
|
40544
|
+
name: 'Reya Cronos',
|
|
40545
|
+
title: 'Reya Cronos',
|
|
40546
|
+
chain: 'reya-cronos',
|
|
40547
|
+
rpc: [
|
|
40548
|
+
'https://rpc.reya-cronos.gelato.digital',
|
|
40549
|
+
'wss://ws.reya-cronos.gelato.digital'
|
|
40550
|
+
],
|
|
40551
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
40552
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/reya-cronos',
|
|
40553
|
+
faucets: [],
|
|
40554
|
+
shortName: 'reya-cronos',
|
|
40555
|
+
chainId: 89346162,
|
|
40556
|
+
networkId: 89346162,
|
|
40557
|
+
slip44: 60,
|
|
40558
|
+
explorers: [
|
|
40559
|
+
{
|
|
40560
|
+
name: 'blockscout',
|
|
40561
|
+
url: 'https://reya-cronos.blockscout.com',
|
|
40562
|
+
standard: 'EIP3091'
|
|
40563
|
+
}
|
|
40564
|
+
],
|
|
40565
|
+
parent: {
|
|
40566
|
+
type: 'L2',
|
|
40567
|
+
chain: 'eip155-11155111',
|
|
40568
|
+
bridges: [{ url: 'https://bridge.gelato.network/bridge/reya-cronos' }]
|
|
40569
|
+
}
|
|
40570
|
+
},
|
|
39697
40571
|
94204209: {
|
|
39698
40572
|
name: 'Polygon Blackberry',
|
|
39699
40573
|
title: 'Polygon Blackberry Testnet',
|
|
@@ -40076,6 +40950,28 @@ exports.chains = {
|
|
|
40076
40950
|
],
|
|
40077
40951
|
iconURL: 'https://ipfs.io/ipfs/Qmcxevb3v8PEvnvfYgcG3bCBuPhe5YAdsHeaufDChSSR3Q'
|
|
40078
40952
|
},
|
|
40953
|
+
253368190: {
|
|
40954
|
+
name: 'Flame',
|
|
40955
|
+
chain: 'Flame',
|
|
40956
|
+
rpc: ['https://rpc.flame.astria.org'],
|
|
40957
|
+
faucets: [],
|
|
40958
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
40959
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40960
|
+
infoURL: 'https://astria.org',
|
|
40961
|
+
shortName: 'flame',
|
|
40962
|
+
chainId: 253368190,
|
|
40963
|
+
networkId: 253368190,
|
|
40964
|
+
icon: 'flame',
|
|
40965
|
+
explorers: [
|
|
40966
|
+
{
|
|
40967
|
+
name: 'blockscout',
|
|
40968
|
+
url: 'https://explorer.flame.astria.org',
|
|
40969
|
+
icon: 'blockscout',
|
|
40970
|
+
standard: 'EIP3091'
|
|
40971
|
+
}
|
|
40972
|
+
],
|
|
40973
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw'
|
|
40974
|
+
},
|
|
40079
40975
|
278611351: {
|
|
40080
40976
|
name: 'Razor Skale Chain',
|
|
40081
40977
|
chain: 'Razor Schain',
|
|
@@ -40210,6 +41106,26 @@ exports.chains = {
|
|
|
40210
41106
|
],
|
|
40211
41107
|
iconURL: 'https://ipfs.io/ipfs/QmTYR8CeFiNbJ1zJHnE3DK2wEN18r2y2vqSKUcLweUT2Gz'
|
|
40212
41108
|
},
|
|
41109
|
+
420420421: {
|
|
41110
|
+
name: 'Westend Asset Hub',
|
|
41111
|
+
chain: 'WST',
|
|
41112
|
+
rpc: ['https://westend-asset-hub-eth-rpc.polkadot.io'],
|
|
41113
|
+
faucets: ['https://faucet.polkadot.io/westend'],
|
|
41114
|
+
nativeCurrency: { name: 'Westies', symbol: 'WND', decimals: 18 },
|
|
41115
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41116
|
+
infoURL: 'https://polkadot.network',
|
|
41117
|
+
shortName: 'wst',
|
|
41118
|
+
chainId: 420420421,
|
|
41119
|
+
networkId: 420420421,
|
|
41120
|
+
explorers: [
|
|
41121
|
+
{
|
|
41122
|
+
name: 'subscan',
|
|
41123
|
+
icon: 'subscan',
|
|
41124
|
+
url: 'https://assethub-westend.subscan.io',
|
|
41125
|
+
standard: 'EIP3091'
|
|
41126
|
+
}
|
|
41127
|
+
]
|
|
41128
|
+
},
|
|
40213
41129
|
476158412: {
|
|
40214
41130
|
name: 'Deprecated SKALE Europa Hub Testnet',
|
|
40215
41131
|
title: 'Deprecated Europa Hub Testnet',
|
|
@@ -41270,6 +42186,28 @@ exports.chains = {
|
|
|
41270
42186
|
],
|
|
41271
42187
|
iconURL: 'https://ipfs.io/ipfs/QmRhqq4Gp8G9w27ND3LeFW49o5PxcxrbJsqHbpBFtzEMfC'
|
|
41272
42188
|
},
|
|
42189
|
+
7078815900: {
|
|
42190
|
+
name: 'Mekong',
|
|
42191
|
+
chain: 'ETH',
|
|
42192
|
+
rpc: ['https://rpc.mekong.ethpandaops.io'],
|
|
42193
|
+
faucets: ['https://faucet.mekong.ethpandaops.io'],
|
|
42194
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
|
42195
|
+
infoURL: 'https://mekong.ethpandaops.io',
|
|
42196
|
+
shortName: 'mekong',
|
|
42197
|
+
chainId: 7078815900,
|
|
42198
|
+
networkId: 7078815900,
|
|
42199
|
+
icon: 'ethereum',
|
|
42200
|
+
status: 'incubating',
|
|
42201
|
+
explorers: [
|
|
42202
|
+
{
|
|
42203
|
+
name: 'Holesky Dora Explorer',
|
|
42204
|
+
url: 'https://explorer.mekong.ethpandaops.io',
|
|
42205
|
+
icon: 'ethereum',
|
|
42206
|
+
standard: 'EIP3091'
|
|
42207
|
+
}
|
|
42208
|
+
],
|
|
42209
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
42210
|
+
},
|
|
41273
42211
|
11297108099: {
|
|
41274
42212
|
name: 'Palm Testnet',
|
|
41275
42213
|
chain: 'Palm',
|
|
@@ -41472,6 +42410,100 @@ exports.chains = {
|
|
|
41472
42410
|
],
|
|
41473
42411
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
41474
42412
|
},
|
|
42413
|
+
123420000558: {
|
|
42414
|
+
name: 'PIN',
|
|
42415
|
+
title: 'PIN',
|
|
42416
|
+
chain: 'PIN',
|
|
42417
|
+
rpc: [
|
|
42418
|
+
'https://rpc.pin.t.raas.gelato.cloud',
|
|
42419
|
+
'wss://ws.pin.t.raas.gelato.cloud'
|
|
42420
|
+
],
|
|
42421
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42422
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/pin',
|
|
42423
|
+
faucets: [],
|
|
42424
|
+
shortName: 'PIN',
|
|
42425
|
+
chainId: 123420000558,
|
|
42426
|
+
networkId: 123420000558,
|
|
42427
|
+
slip44: 60,
|
|
42428
|
+
explorers: [
|
|
42429
|
+
{
|
|
42430
|
+
name: 'blockscout',
|
|
42431
|
+
url: 'https://explorer.pin.t.raas.gelato.cloud',
|
|
42432
|
+
icon: 'blockscout',
|
|
42433
|
+
standard: 'EIP3091'
|
|
42434
|
+
}
|
|
42435
|
+
],
|
|
42436
|
+
parent: {
|
|
42437
|
+
type: 'L2',
|
|
42438
|
+
chain: 'eip155-11155111',
|
|
42439
|
+
bridges: [
|
|
42440
|
+
{
|
|
42441
|
+
url: 'https://testnet-bridge.gelato.network/bridge/pin/bridge/pin'
|
|
42442
|
+
}
|
|
42443
|
+
]
|
|
42444
|
+
}
|
|
42445
|
+
},
|
|
42446
|
+
123420000586: {
|
|
42447
|
+
name: 'sivo-defi-testnet',
|
|
42448
|
+
title: 'Sivo Defi Testnet',
|
|
42449
|
+
chain: 'sivo-defi-testnet',
|
|
42450
|
+
rpc: [
|
|
42451
|
+
'https://rpc.sivo-defi-testnet.t.raas.gelato.cloud',
|
|
42452
|
+
'wss://ws.sivo-defi-testnet.t.raas.gelato.cloud'
|
|
42453
|
+
],
|
|
42454
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42455
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/sivo-defi-testnet',
|
|
42456
|
+
faucets: [],
|
|
42457
|
+
shortName: 'sivo-defi-testnet',
|
|
42458
|
+
chainId: 123420000586,
|
|
42459
|
+
networkId: 123420000586,
|
|
42460
|
+
slip44: 60,
|
|
42461
|
+
explorers: [
|
|
42462
|
+
{
|
|
42463
|
+
name: 'blockscout',
|
|
42464
|
+
url: 'https://sivo-defi-testnet.cloud.blockscout.com',
|
|
42465
|
+
icon: 'blockscout',
|
|
42466
|
+
standard: 'EIP3091'
|
|
42467
|
+
}
|
|
42468
|
+
],
|
|
42469
|
+
parent: {
|
|
42470
|
+
type: 'L2',
|
|
42471
|
+
chain: 'eip155-11155111',
|
|
42472
|
+
bridges: [
|
|
42473
|
+
{
|
|
42474
|
+
url: 'https://testnet-bridge.gelato.network/bridge/sivo-defi-testnet'
|
|
42475
|
+
}
|
|
42476
|
+
]
|
|
42477
|
+
}
|
|
42478
|
+
},
|
|
42479
|
+
123420000588: {
|
|
42480
|
+
name: 'volmex',
|
|
42481
|
+
title: 'Volmex',
|
|
42482
|
+
chain: 'volmex',
|
|
42483
|
+
rpc: [
|
|
42484
|
+
'https://rpc.volmex.t.raas.gelato.cloud',
|
|
42485
|
+
'wss://ws.volmex.t.raas.gelato.cloud'
|
|
42486
|
+
],
|
|
42487
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
42488
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/volmex',
|
|
42489
|
+
faucets: [],
|
|
42490
|
+
shortName: 'volmex',
|
|
42491
|
+
chainId: 123420000588,
|
|
42492
|
+
networkId: 123420000588,
|
|
42493
|
+
slip44: 60,
|
|
42494
|
+
explorers: [
|
|
42495
|
+
{
|
|
42496
|
+
name: 'blockscout',
|
|
42497
|
+
url: 'https://volmex.cloud.blockscout.com',
|
|
42498
|
+
standard: 'EIP3091'
|
|
42499
|
+
}
|
|
42500
|
+
],
|
|
42501
|
+
parent: {
|
|
42502
|
+
type: 'L2',
|
|
42503
|
+
chain: 'eip155-84532',
|
|
42504
|
+
bridges: [{ url: 'https://testnet-bridge.gelato.network/bridge/volmex' }]
|
|
42505
|
+
}
|
|
42506
|
+
},
|
|
41475
42507
|
197710212030: {
|
|
41476
42508
|
name: 'Ntity Mainnet',
|
|
41477
42509
|
chain: 'Ntity',
|
|
@@ -41591,6 +42623,28 @@ exports.chains = {
|
|
|
41591
42623
|
chainId: 6022140761023,
|
|
41592
42624
|
networkId: 6022140761023
|
|
41593
42625
|
},
|
|
42626
|
+
16604737732183: {
|
|
42627
|
+
name: 'Flame Testnet',
|
|
42628
|
+
chain: 'Flame',
|
|
42629
|
+
rpc: ['https://rpc.flame.dawn-1.astria.org'],
|
|
42630
|
+
faucets: [],
|
|
42631
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
|
42632
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42633
|
+
infoURL: 'https://astria.org',
|
|
42634
|
+
shortName: 'flame-testnet',
|
|
42635
|
+
chainId: 16604737732183,
|
|
42636
|
+
networkId: 16604737732183,
|
|
42637
|
+
icon: 'flame',
|
|
42638
|
+
explorers: [
|
|
42639
|
+
{
|
|
42640
|
+
name: 'blockscout',
|
|
42641
|
+
url: 'https://explorer.flame.dawn-1.astria.org',
|
|
42642
|
+
icon: 'blockscout',
|
|
42643
|
+
standard: 'EIP3091'
|
|
42644
|
+
}
|
|
42645
|
+
],
|
|
42646
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf6P4yzrcavKhrxmQaqErLxa4TBnUVUMX4wyVRNhJMDuw'
|
|
42647
|
+
},
|
|
41594
42648
|
868455272153094: {
|
|
41595
42649
|
name: 'Godwoken Testnet (V1)',
|
|
41596
42650
|
chain: 'GWT',
|