@revoke.cash/chains 53.0.0 → 54.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 +883 -38
- package/dist/src/enums.d.ts +78 -4
- package/dist/src/enums.js +78 -4
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -985,7 +985,8 @@ exports.chains = {
|
|
|
985
985
|
rpc: [
|
|
986
986
|
'https://rpc.darwinia.network',
|
|
987
987
|
'https://darwinia-rpc.dcdao.box',
|
|
988
|
-
'https://darwinia-rpc.dwellir.com'
|
|
988
|
+
'https://darwinia-rpc.dwellir.com',
|
|
989
|
+
'https://darwinia.rpc.subquery.network/public'
|
|
989
990
|
],
|
|
990
991
|
faucets: [],
|
|
991
992
|
nativeCurrency: {
|
|
@@ -1073,7 +1074,8 @@ exports.chains = {
|
|
|
1073
1074
|
'https://erpc.xinfin.network',
|
|
1074
1075
|
'https://rpc.xinfin.network',
|
|
1075
1076
|
'https://rpc1.xinfin.network',
|
|
1076
|
-
'https://rpc
|
|
1077
|
+
'https://rpc.xdcrpc.com',
|
|
1078
|
+
'https://erpc.xdcrpc.com'
|
|
1077
1079
|
],
|
|
1078
1080
|
faucets: [],
|
|
1079
1081
|
nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
|
|
@@ -1083,6 +1085,12 @@ exports.chains = {
|
|
|
1083
1085
|
networkId: 50,
|
|
1084
1086
|
icon: 'xdc',
|
|
1085
1087
|
explorers: [
|
|
1088
|
+
{
|
|
1089
|
+
name: 'xdcscan',
|
|
1090
|
+
url: 'https://xdcscan.com',
|
|
1091
|
+
icon: 'blocksscan',
|
|
1092
|
+
standard: 'EIP3091'
|
|
1093
|
+
},
|
|
1086
1094
|
{
|
|
1087
1095
|
name: 'xdcscan',
|
|
1088
1096
|
url: 'https://xdcscan.io',
|
|
@@ -3717,6 +3725,7 @@ exports.chains = {
|
|
|
3717
3725
|
rpc: ['https://mainnet.ethernitychain.io'],
|
|
3718
3726
|
faucets: [],
|
|
3719
3727
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3728
|
+
icon: 'ethernity',
|
|
3720
3729
|
infoURL: 'https://www.ethernity.io',
|
|
3721
3730
|
shortName: 'ethernity-mainnet',
|
|
3722
3731
|
chainId: 183,
|
|
@@ -3727,7 +3736,8 @@ exports.chains = {
|
|
|
3727
3736
|
url: 'https://ernscan.io',
|
|
3728
3737
|
standard: 'EIP3091'
|
|
3729
3738
|
}
|
|
3730
|
-
]
|
|
3739
|
+
],
|
|
3740
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihditrs2v6atsj2lzq2auchqiujg2d7lc2owot6tvj7rxe6ikgnv4'
|
|
3731
3741
|
},
|
|
3732
3742
|
184: {
|
|
3733
3743
|
name: 'Dojima Testnet',
|
|
@@ -5065,9 +5075,9 @@ exports.chains = {
|
|
|
5065
5075
|
iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
|
|
5066
5076
|
},
|
|
5067
5077
|
282: {
|
|
5068
|
-
name: 'Cronos zkEVM Testnet',
|
|
5069
|
-
chain: '
|
|
5070
|
-
rpc: ['https://testnet.zkevm.cronos.org'],
|
|
5078
|
+
name: 'Deprecated Cronos zkEVM Testnet',
|
|
5079
|
+
chain: 'deprecatedCronosZkEVMTestnet',
|
|
5080
|
+
rpc: ['https://deprecated.testnet.zkevm.cronos.org'],
|
|
5071
5081
|
faucets: ['https://zkevm.cronos.org/faucet'],
|
|
5072
5082
|
nativeCurrency: {
|
|
5073
5083
|
name: 'Cronos zkEVM Test Coin',
|
|
@@ -5075,7 +5085,7 @@ exports.chains = {
|
|
|
5075
5085
|
decimals: 18
|
|
5076
5086
|
},
|
|
5077
5087
|
infoURL: 'https://docs-zkevm.cronos.org',
|
|
5078
|
-
shortName: 'zkTCRO',
|
|
5088
|
+
shortName: 'deprecated-zkTCRO',
|
|
5079
5089
|
chainId: 282,
|
|
5080
5090
|
networkId: 282,
|
|
5081
5091
|
slip44: 1,
|
|
@@ -5085,7 +5095,8 @@ exports.chains = {
|
|
|
5085
5095
|
url: 'https://explorer.zkevm.cronos.org/testnet',
|
|
5086
5096
|
standard: 'none'
|
|
5087
5097
|
}
|
|
5088
|
-
]
|
|
5098
|
+
],
|
|
5099
|
+
status: 'deprecated'
|
|
5089
5100
|
},
|
|
5090
5101
|
288: {
|
|
5091
5102
|
name: 'Boba Network',
|
|
@@ -6307,6 +6318,28 @@ exports.chains = {
|
|
|
6307
6318
|
},
|
|
6308
6319
|
iconURL: 'https://ipfs.io/ipfs/QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS'
|
|
6309
6320
|
},
|
|
6321
|
+
425: {
|
|
6322
|
+
name: 'Stenix Mainnet',
|
|
6323
|
+
chain: 'STEN',
|
|
6324
|
+
rpc: ['https://stenix.network/pub'],
|
|
6325
|
+
faucets: [],
|
|
6326
|
+
nativeCurrency: { name: 'Stenix', symbol: 'STEN', decimals: 18 },
|
|
6327
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6328
|
+
infoURL: 'https://stenix.org',
|
|
6329
|
+
shortName: 'sten',
|
|
6330
|
+
chainId: 425,
|
|
6331
|
+
networkId: 425,
|
|
6332
|
+
icon: 'stenix',
|
|
6333
|
+
explorers: [
|
|
6334
|
+
{
|
|
6335
|
+
name: 'stenscan',
|
|
6336
|
+
url: 'https://stenscan.com',
|
|
6337
|
+
icon: 'stenscan',
|
|
6338
|
+
standard: 'none'
|
|
6339
|
+
}
|
|
6340
|
+
],
|
|
6341
|
+
iconURL: 'https://ipfs.io/ipfs/QmVM1zLyWDZYyje5qWWfDdve1fmrDm69J9pSKhivb1zkCH'
|
|
6342
|
+
},
|
|
6310
6343
|
427: {
|
|
6311
6344
|
name: 'Zeeth Chain',
|
|
6312
6345
|
chain: 'ZeethChain',
|
|
@@ -6500,14 +6533,41 @@ exports.chains = {
|
|
|
6500
6533
|
480: {
|
|
6501
6534
|
name: 'World Chain',
|
|
6502
6535
|
chain: 'ETH',
|
|
6503
|
-
rpc: [
|
|
6536
|
+
rpc: [
|
|
6537
|
+
'https://worldchain-mainnet.g.alchemy.com/public',
|
|
6538
|
+
'https://480.rpc.thirdweb.com',
|
|
6539
|
+
'https://worldchain-mainnet.gateway.tenderly.co',
|
|
6540
|
+
'wss://worldchain-mainnet.gateway.tenderly.co'
|
|
6541
|
+
],
|
|
6504
6542
|
faucets: [],
|
|
6505
6543
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6506
|
-
infoURL: 'https://
|
|
6544
|
+
infoURL: 'https://world.org/world-chain',
|
|
6507
6545
|
shortName: 'wc',
|
|
6508
6546
|
chainId: 480,
|
|
6509
6547
|
networkId: 480,
|
|
6510
|
-
|
|
6548
|
+
slip44: 1,
|
|
6549
|
+
parent: {
|
|
6550
|
+
type: 'L2',
|
|
6551
|
+
chain: 'eip155-1',
|
|
6552
|
+
bridges: [
|
|
6553
|
+
{ url: 'https://world-chain.superbridge.app' },
|
|
6554
|
+
{ url: 'https://app.across.to/bridge?destinationChainId=480' },
|
|
6555
|
+
{ url: 'https://worldchain-mainnet.bridge.alchemy.com' }
|
|
6556
|
+
]
|
|
6557
|
+
},
|
|
6558
|
+
explorers: [
|
|
6559
|
+
{
|
|
6560
|
+
name: 'etherscan',
|
|
6561
|
+
url: 'https://worldscan.org',
|
|
6562
|
+
standard: 'EIP3091'
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
name: 'blockscout',
|
|
6566
|
+
url: 'https://worldchain-mainnet.explorer.alchemy.com',
|
|
6567
|
+
icon: 'blockscout',
|
|
6568
|
+
standard: 'EIP3091'
|
|
6569
|
+
}
|
|
6570
|
+
]
|
|
6511
6571
|
},
|
|
6512
6572
|
499: {
|
|
6513
6573
|
name: 'Rupaya',
|
|
@@ -7476,6 +7536,27 @@ exports.chains = {
|
|
|
7476
7536
|
}
|
|
7477
7537
|
]
|
|
7478
7538
|
},
|
|
7539
|
+
689: {
|
|
7540
|
+
name: 'NERO Testnet',
|
|
7541
|
+
chain: 'NERO Chain',
|
|
7542
|
+
rpc: ['https://rpc-testnet.nerochain.io', 'wss://ws-testnet.nerochain.io'],
|
|
7543
|
+
faucets: ['https://faucet-testnet.nerochain.io'],
|
|
7544
|
+
nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
|
|
7545
|
+
infoURL: 'https://docs.nerochain.io/',
|
|
7546
|
+
shortName: 'NERO',
|
|
7547
|
+
chainId: 689,
|
|
7548
|
+
networkId: 689,
|
|
7549
|
+
slip44: 1,
|
|
7550
|
+
icon: 'nero',
|
|
7551
|
+
explorers: [
|
|
7552
|
+
{
|
|
7553
|
+
name: 'nero testnet scan',
|
|
7554
|
+
url: 'https://testnet.neroscan.io',
|
|
7555
|
+
standard: 'EIP3091'
|
|
7556
|
+
}
|
|
7557
|
+
],
|
|
7558
|
+
iconURL: 'https://ipfs.io/ipfs/QmdkENLFjLRNts2kBspNbM3q84WjG5Yf7C8amVVr7FCQrp'
|
|
7559
|
+
},
|
|
7479
7560
|
690: {
|
|
7480
7561
|
name: 'Redstone',
|
|
7481
7562
|
chain: 'ETH',
|
|
@@ -8213,14 +8294,24 @@ exports.chains = {
|
|
|
8213
8294
|
820: {
|
|
8214
8295
|
name: 'Callisto Mainnet',
|
|
8215
8296
|
chain: 'CLO',
|
|
8216
|
-
|
|
8217
|
-
|
|
8297
|
+
icon: 'callistonetwork',
|
|
8298
|
+
rpc: ['https://rpc.callistodao.org'],
|
|
8299
|
+
faucets: ['https://faucet.callistodao.org'],
|
|
8218
8300
|
nativeCurrency: { name: 'Callisto', symbol: 'CLO', decimals: 18 },
|
|
8219
|
-
|
|
8301
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8302
|
+
infoURL: 'https://callistodao.org',
|
|
8220
8303
|
shortName: 'clo',
|
|
8221
8304
|
chainId: 820,
|
|
8222
8305
|
networkId: 1,
|
|
8223
|
-
slip44: 820
|
|
8306
|
+
slip44: 820,
|
|
8307
|
+
explorers: [
|
|
8308
|
+
{
|
|
8309
|
+
name: 'blockscout-callisto-network',
|
|
8310
|
+
url: 'https://explorer.callistodao.org',
|
|
8311
|
+
standard: 'EIP3091'
|
|
8312
|
+
}
|
|
8313
|
+
],
|
|
8314
|
+
iconURL: 'https://ipfs.io/ipfs/QmQbn4Jr6PLSsgFo1eALKQ7eMfndJJJ4B15a9yj5G5vMLC'
|
|
8224
8315
|
},
|
|
8225
8316
|
821: {
|
|
8226
8317
|
name: 'Callisto Testnet Deprecated',
|
|
@@ -8731,6 +8822,34 @@ exports.chains = {
|
|
|
8731
8822
|
],
|
|
8732
8823
|
iconURL: 'https://ipfs.io/ipfs/QmdbFGqrpiLQGtAeUAyeS2NBvACfgrchEF466ni5q36fuZ'
|
|
8733
8824
|
},
|
|
8825
|
+
938: {
|
|
8826
|
+
name: 'Haust Mainnet',
|
|
8827
|
+
title: 'Haust Mainnet',
|
|
8828
|
+
chain: 'Haust',
|
|
8829
|
+
rpc: ['https://haust-network-rpc.eu-north-2.gateway.fm'],
|
|
8830
|
+
faucets: [],
|
|
8831
|
+
features: [{ name: 'EIP155' }],
|
|
8832
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
|
8833
|
+
infoURL: 'https://haust.network/',
|
|
8834
|
+
shortName: 'haust',
|
|
8835
|
+
chainId: 938,
|
|
8836
|
+
networkId: 938,
|
|
8837
|
+
icon: 'haust',
|
|
8838
|
+
explorers: [
|
|
8839
|
+
{
|
|
8840
|
+
name: 'blockscout',
|
|
8841
|
+
url: 'https://haust-network-blockscout.eu-north-2.gateway.fm',
|
|
8842
|
+
icon: 'haust',
|
|
8843
|
+
standard: 'EIP3091'
|
|
8844
|
+
}
|
|
8845
|
+
],
|
|
8846
|
+
parent: {
|
|
8847
|
+
type: 'L2',
|
|
8848
|
+
chain: 'eip155-1',
|
|
8849
|
+
bridges: [{ url: 'https://haust-network-bridge.eu-north-2.gateway.fm' }]
|
|
8850
|
+
},
|
|
8851
|
+
iconURL: 'https://ipfs.io/ipfs/QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm'
|
|
8852
|
+
},
|
|
8734
8853
|
940: {
|
|
8735
8854
|
name: 'PulseChain Testnet',
|
|
8736
8855
|
shortName: 'tpls',
|
|
@@ -9265,7 +9384,7 @@ exports.chains = {
|
|
|
9265
9384
|
chain: 'KAIA',
|
|
9266
9385
|
rpc: ['https://public-en.kairos.node.kaia.io'],
|
|
9267
9386
|
faucets: ['https://faucet.kaia.io'],
|
|
9268
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
|
9387
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
9269
9388
|
infoURL: 'https://kaia.io/',
|
|
9270
9389
|
shortName: 'kaia-kairos',
|
|
9271
9390
|
chainId: 1001,
|
|
@@ -9273,13 +9392,13 @@ exports.chains = {
|
|
|
9273
9392
|
slip44: 1,
|
|
9274
9393
|
explorers: [
|
|
9275
9394
|
{
|
|
9276
|
-
name: '
|
|
9277
|
-
url: 'https://
|
|
9395
|
+
name: 'Kaiascope',
|
|
9396
|
+
url: 'https://kairos.kaiascope.com',
|
|
9278
9397
|
standard: 'EIP3091'
|
|
9279
9398
|
},
|
|
9280
9399
|
{
|
|
9281
|
-
name: '
|
|
9282
|
-
url: 'https://
|
|
9400
|
+
name: 'Kaiascan',
|
|
9401
|
+
url: 'https://kairos.kaiascan.io',
|
|
9283
9402
|
standard: 'EIP3091'
|
|
9284
9403
|
}
|
|
9285
9404
|
]
|
|
@@ -11801,6 +11920,48 @@ exports.chains = {
|
|
|
11801
11920
|
}
|
|
11802
11921
|
]
|
|
11803
11922
|
},
|
|
11923
|
+
1516: {
|
|
11924
|
+
name: 'Story Odyssey Testnet',
|
|
11925
|
+
chain: 'Story Odyssey Testnet',
|
|
11926
|
+
rpc: ['https://odyssey.storyrpc.io'],
|
|
11927
|
+
faucets: [],
|
|
11928
|
+
chainId: 1516,
|
|
11929
|
+
networkId: 1516,
|
|
11930
|
+
nativeCurrency: { name: 'IP', symbol: 'IP', decimals: 18 },
|
|
11931
|
+
infoURL: 'https://www.story.foundation',
|
|
11932
|
+
shortName: 'story-testnet',
|
|
11933
|
+
explorers: [
|
|
11934
|
+
{
|
|
11935
|
+
name: 'Story Odyssey Network explorer',
|
|
11936
|
+
url: 'https://odyssey-testnet-explorer.storyscan.xyz',
|
|
11937
|
+
standard: 'EIP3091'
|
|
11938
|
+
}
|
|
11939
|
+
]
|
|
11940
|
+
},
|
|
11941
|
+
1555: {
|
|
11942
|
+
name: 'Digital Smart Chain',
|
|
11943
|
+
chain: 'Digital Smart Chain',
|
|
11944
|
+
icon: 'dscscan',
|
|
11945
|
+
rpc: ['https://rpc01.dscscan.io'],
|
|
11946
|
+
faucets: [],
|
|
11947
|
+
nativeCurrency: {
|
|
11948
|
+
name: 'Digital Smart Chain',
|
|
11949
|
+
symbol: 'DSCs',
|
|
11950
|
+
decimals: 18
|
|
11951
|
+
},
|
|
11952
|
+
infoURL: 'https://rpc01.dscscan.io',
|
|
11953
|
+
shortName: 'DSCs',
|
|
11954
|
+
chainId: 1555,
|
|
11955
|
+
networkId: 1555,
|
|
11956
|
+
explorers: [
|
|
11957
|
+
{
|
|
11958
|
+
name: 'Digital Smart Chain',
|
|
11959
|
+
url: 'https://explorer.dotblox.io',
|
|
11960
|
+
standard: 'EIP3091'
|
|
11961
|
+
}
|
|
11962
|
+
],
|
|
11963
|
+
iconURL: 'https://ipfs.io/ipfs/QmfY4XoQCj3WbiSsj7nZyBXwkDX6PFsWSroTDvhP9Eoy6S'
|
|
11964
|
+
},
|
|
11804
11965
|
1559: {
|
|
11805
11966
|
name: 'Tenet',
|
|
11806
11967
|
title: 'Tenet Mainnet',
|
|
@@ -14369,6 +14530,29 @@ exports.chains = {
|
|
|
14369
14530
|
}
|
|
14370
14531
|
]
|
|
14371
14532
|
},
|
|
14533
|
+
2187: {
|
|
14534
|
+
name: 'Game7',
|
|
14535
|
+
title: 'Game7',
|
|
14536
|
+
chain: 'Game7',
|
|
14537
|
+
rpc: ['https://mainnet-rpc.game7.io', 'wss://mainnet-rpc.game7.io'],
|
|
14538
|
+
faucets: [],
|
|
14539
|
+
nativeCurrency: { name: 'G7', symbol: 'G7', decimals: 18 },
|
|
14540
|
+
features: [{ name: 'EIP155' }],
|
|
14541
|
+
infoURL: 'https://game7.io/',
|
|
14542
|
+
shortName: 'g7',
|
|
14543
|
+
chainId: 2187,
|
|
14544
|
+
networkId: 2187,
|
|
14545
|
+
icon: 'game7',
|
|
14546
|
+
explorers: [
|
|
14547
|
+
{
|
|
14548
|
+
name: 'Blockscout',
|
|
14549
|
+
url: 'https://mainnet.game7.io',
|
|
14550
|
+
icon: 'game7',
|
|
14551
|
+
standard: 'EIP3091'
|
|
14552
|
+
}
|
|
14553
|
+
],
|
|
14554
|
+
iconURL: 'https://ipfs.io/ipfs/Qmbk23C5vXpGBfq8SuPXR1PrfWER2m8w6LGqBkhXAvxia9'
|
|
14555
|
+
},
|
|
14372
14556
|
2192: {
|
|
14373
14557
|
name: 'SnaxChain',
|
|
14374
14558
|
chain: 'ETH',
|
|
@@ -15578,6 +15762,31 @@ exports.chains = {
|
|
|
15578
15762
|
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
15579
15763
|
}
|
|
15580
15764
|
},
|
|
15765
|
+
2818: {
|
|
15766
|
+
name: 'Morph',
|
|
15767
|
+
title: 'Morph Mainnet',
|
|
15768
|
+
chain: 'ETH',
|
|
15769
|
+
rpc: ['https://rpc.morphl2.io', 'wss://rpc.morphl2.io:8443'],
|
|
15770
|
+
faucets: [],
|
|
15771
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15772
|
+
infoURL: 'https://morphl2.io',
|
|
15773
|
+
shortName: 'morph',
|
|
15774
|
+
chainId: 2818,
|
|
15775
|
+
networkId: 2818,
|
|
15776
|
+
slip44: 1,
|
|
15777
|
+
explorers: [
|
|
15778
|
+
{
|
|
15779
|
+
name: 'Morph Mainnet Explorer',
|
|
15780
|
+
url: 'https://explorer.morphl2.io',
|
|
15781
|
+
standard: 'EIP3091'
|
|
15782
|
+
}
|
|
15783
|
+
],
|
|
15784
|
+
parent: {
|
|
15785
|
+
type: 'L2',
|
|
15786
|
+
chain: 'eip155-1',
|
|
15787
|
+
bridges: [{ url: 'https://bridge.morphl2.io/' }]
|
|
15788
|
+
}
|
|
15789
|
+
},
|
|
15581
15790
|
2868: {
|
|
15582
15791
|
name: 'HyperAGI Mainnet',
|
|
15583
15792
|
chain: 'HyperAGI',
|
|
@@ -16279,6 +16488,28 @@ exports.chains = {
|
|
|
16279
16488
|
}
|
|
16280
16489
|
]
|
|
16281
16490
|
},
|
|
16491
|
+
3502: {
|
|
16492
|
+
name: 'JZERO',
|
|
16493
|
+
chain: 'JZERO',
|
|
16494
|
+
icon: 'jzero',
|
|
16495
|
+
rpc: ['https://rpc.jzero.xyz'],
|
|
16496
|
+
faucets: [],
|
|
16497
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
16498
|
+
nativeCurrency: { name: 'JZERO', symbol: 'JZR', decimals: 18 },
|
|
16499
|
+
infoURL: 'https://jzero.xyz',
|
|
16500
|
+
shortName: 'jzero',
|
|
16501
|
+
chainId: 3502,
|
|
16502
|
+
networkId: 3502,
|
|
16503
|
+
explorers: [
|
|
16504
|
+
{
|
|
16505
|
+
name: 'JZERO Explorer',
|
|
16506
|
+
url: 'https://exp.jzero.xyz',
|
|
16507
|
+
icon: 'jzero',
|
|
16508
|
+
standard: 'EIP3091'
|
|
16509
|
+
}
|
|
16510
|
+
],
|
|
16511
|
+
iconURL: 'https://ipfs.io/ipfs/QmVXd6Jm541mVJbfzHQaZNZce9znvm8iXfxgf91J2XNg61'
|
|
16512
|
+
},
|
|
16282
16513
|
3601: {
|
|
16283
16514
|
name: 'PandoProject Mainnet',
|
|
16284
16515
|
chain: 'PandoProject',
|
|
@@ -17734,15 +17965,40 @@ exports.chains = {
|
|
|
17734
17965
|
4801: {
|
|
17735
17966
|
name: 'World Chain Sepolia Testnet',
|
|
17736
17967
|
chain: 'ETH',
|
|
17737
|
-
rpc: [
|
|
17738
|
-
|
|
17968
|
+
rpc: [
|
|
17969
|
+
'https://worldchain-sepolia.g.alchemy.com/public',
|
|
17970
|
+
'https://4801.rpc.thirdweb.com',
|
|
17971
|
+
'https://worldchain-sepolia.gateway.tenderly.co',
|
|
17972
|
+
'wss://worldchain-sepolia.gateway.tenderly.co'
|
|
17973
|
+
],
|
|
17974
|
+
faucets: [
|
|
17975
|
+
'https://www.alchemy.com/faucets/world-chain-sepolia',
|
|
17976
|
+
'https://console.optimism.io/faucet'
|
|
17977
|
+
],
|
|
17739
17978
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
17740
|
-
infoURL: 'https://
|
|
17979
|
+
infoURL: 'https://world.org/world-chain',
|
|
17741
17980
|
shortName: 'wcsep',
|
|
17742
17981
|
chainId: 4801,
|
|
17743
17982
|
networkId: 4801,
|
|
17744
17983
|
slip44: 1,
|
|
17745
|
-
|
|
17984
|
+
parent: {
|
|
17985
|
+
type: 'L2',
|
|
17986
|
+
chain: 'eip155-11155111',
|
|
17987
|
+
bridges: [{ url: 'https://worldchain-sepolia.bridge.alchemy.com' }]
|
|
17988
|
+
},
|
|
17989
|
+
explorers: [
|
|
17990
|
+
{
|
|
17991
|
+
name: 'etherscan',
|
|
17992
|
+
url: 'https://sepolia.worldscan.org',
|
|
17993
|
+
standard: 'EIP3091'
|
|
17994
|
+
},
|
|
17995
|
+
{
|
|
17996
|
+
name: 'blockscout',
|
|
17997
|
+
url: 'https://worldchain-sepolia.explorer.alchemy.com',
|
|
17998
|
+
icon: 'blockscout',
|
|
17999
|
+
standard: 'EIP3091'
|
|
18000
|
+
}
|
|
18001
|
+
]
|
|
17746
18002
|
},
|
|
17747
18003
|
4893: {
|
|
17748
18004
|
name: 'Globel Chain',
|
|
@@ -17995,6 +18251,29 @@ exports.chains = {
|
|
|
17995
18251
|
],
|
|
17996
18252
|
iconURL: 'https://ipfs.io/ipfs/bafkreieenivbkpmaxslvvvaybi53hynnarng4ek37xhtf5euvsyunvhbai'
|
|
17997
18253
|
},
|
|
18254
|
+
5050: {
|
|
18255
|
+
name: 'Skate Mainnet',
|
|
18256
|
+
chain: 'ETH',
|
|
18257
|
+
rpc: ['https://rpc.skatechain.org/'],
|
|
18258
|
+
faucets: [],
|
|
18259
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18260
|
+
features: [{ name: 'EIP155' }],
|
|
18261
|
+
infoURL: 'https://www.skatechain.org/',
|
|
18262
|
+
shortName: 'skate',
|
|
18263
|
+
chainId: 5050,
|
|
18264
|
+
networkId: 5050,
|
|
18265
|
+
icon: 'skate',
|
|
18266
|
+
explorers: [
|
|
18267
|
+
{
|
|
18268
|
+
name: 'Skate Explorer',
|
|
18269
|
+
url: 'https://scan.skatechain.org',
|
|
18270
|
+
standard: 'EIP3091'
|
|
18271
|
+
}
|
|
18272
|
+
],
|
|
18273
|
+
status: 'active',
|
|
18274
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [{ url: '' }] },
|
|
18275
|
+
iconURL: 'https://ipfs.io/ipfs/QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h'
|
|
18276
|
+
},
|
|
17998
18277
|
5051: {
|
|
17999
18278
|
name: 'Nollie Skatechain Testnet',
|
|
18000
18279
|
chain: 'Skatechain',
|
|
@@ -19826,6 +20105,28 @@ exports.chains = {
|
|
|
19826
20105
|
],
|
|
19827
20106
|
iconURL: 'https://ipfs.io/ipfs/QmNbp1K6vKKFYh7bWeWtjBqKgdH88suDVbztP5CYU3pYNG'
|
|
19828
20107
|
},
|
|
20108
|
+
7117: {
|
|
20109
|
+
name: '0XL3',
|
|
20110
|
+
chain: '0XL3',
|
|
20111
|
+
icon: '0xl3',
|
|
20112
|
+
rpc: ['https://rpc.0xl3.com'],
|
|
20113
|
+
faucets: [],
|
|
20114
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20115
|
+
nativeCurrency: { name: 'XL3', symbol: 'XL3', decimals: 18 },
|
|
20116
|
+
infoURL: 'https://0xl3.com',
|
|
20117
|
+
shortName: '0xl3',
|
|
20118
|
+
chainId: 7117,
|
|
20119
|
+
networkId: 7117,
|
|
20120
|
+
explorers: [
|
|
20121
|
+
{
|
|
20122
|
+
name: '0XL3 Explorer',
|
|
20123
|
+
url: 'https://exp.0xl3.com',
|
|
20124
|
+
icon: '0xl3',
|
|
20125
|
+
standard: 'EIP3091'
|
|
20126
|
+
}
|
|
20127
|
+
],
|
|
20128
|
+
iconURL: 'https://ipfs.io/ipfs/QmSsUNLDQXspXXLCH6bUW5CKJgon42yiVZ2Gp4ZBWL79Vx'
|
|
20129
|
+
},
|
|
19829
20130
|
7118: {
|
|
19830
20131
|
name: 'Help The Homeless',
|
|
19831
20132
|
chain: 'mainnet',
|
|
@@ -19865,6 +20166,27 @@ exports.chains = {
|
|
|
19865
20166
|
],
|
|
19866
20167
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
19867
20168
|
},
|
|
20169
|
+
7200: {
|
|
20170
|
+
name: 'exSat Mainnet',
|
|
20171
|
+
chain: 'exSat',
|
|
20172
|
+
icon: 'exsat',
|
|
20173
|
+
rpc: ['https://evm.exsat.network'],
|
|
20174
|
+
faucets: [],
|
|
20175
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
20176
|
+
infoURL: 'https://exsat.network/',
|
|
20177
|
+
shortName: 'xsat',
|
|
20178
|
+
chainId: 7200,
|
|
20179
|
+
networkId: 7200,
|
|
20180
|
+
explorers: [
|
|
20181
|
+
{
|
|
20182
|
+
name: 'exSat Explorer',
|
|
20183
|
+
url: 'https://scan.exsat.network',
|
|
20184
|
+
standard: 'EIP3091'
|
|
20185
|
+
}
|
|
20186
|
+
],
|
|
20187
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [{ url: '' }] },
|
|
20188
|
+
iconURL: 'https://ipfs.io/ipfs/QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs'
|
|
20189
|
+
},
|
|
19868
20190
|
7210: {
|
|
19869
20191
|
name: 'Nibiru Testnet-1',
|
|
19870
20192
|
chain: 'Nibiru',
|
|
@@ -21035,7 +21357,7 @@ exports.chains = {
|
|
|
21035
21357
|
chain: 'KAIA',
|
|
21036
21358
|
rpc: ['https://public-en.node.kaia.io'],
|
|
21037
21359
|
faucets: [],
|
|
21038
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
|
21360
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
21039
21361
|
infoURL: 'https://kaia.io',
|
|
21040
21362
|
shortName: 'kaia-mainnet',
|
|
21041
21363
|
chainId: 8217,
|
|
@@ -21043,13 +21365,13 @@ exports.chains = {
|
|
|
21043
21365
|
slip44: 8217,
|
|
21044
21366
|
explorers: [
|
|
21045
21367
|
{
|
|
21046
|
-
name: '
|
|
21047
|
-
url: 'https://
|
|
21368
|
+
name: 'Kaiascope',
|
|
21369
|
+
url: 'https://kaiascope.com',
|
|
21048
21370
|
standard: 'EIP3091'
|
|
21049
21371
|
},
|
|
21050
21372
|
{
|
|
21051
|
-
name: '
|
|
21052
|
-
url: 'https://
|
|
21373
|
+
name: 'Kaiascan',
|
|
21374
|
+
url: 'https://kaiascan.io',
|
|
21053
21375
|
standard: 'EIP3091'
|
|
21054
21376
|
}
|
|
21055
21377
|
]
|
|
@@ -21437,7 +21759,7 @@ exports.chains = {
|
|
|
21437
21759
|
chain: 'IOTA EVM',
|
|
21438
21760
|
rpc: [
|
|
21439
21761
|
'https://json-rpc.evm.iotaledger.net',
|
|
21440
|
-
'
|
|
21762
|
+
'wss://ws.json-rpc.evm.iotaledger.net'
|
|
21441
21763
|
],
|
|
21442
21764
|
faucets: [],
|
|
21443
21765
|
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
@@ -22648,6 +22970,7 @@ exports.chains = {
|
|
|
22648
22970
|
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
22649
22971
|
],
|
|
22650
22972
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22973
|
+
icon: 'arena-z',
|
|
22651
22974
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
22652
22975
|
faucets: [],
|
|
22653
22976
|
shortName: 'arena-z-testnet',
|
|
@@ -22671,7 +22994,8 @@ exports.chains = {
|
|
|
22671
22994
|
}
|
|
22672
22995
|
]
|
|
22673
22996
|
},
|
|
22674
|
-
status: 'active'
|
|
22997
|
+
status: 'active',
|
|
22998
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
22675
22999
|
},
|
|
22676
23000
|
9898: {
|
|
22677
23001
|
name: 'Larissa Chain',
|
|
@@ -22989,6 +23313,26 @@ exports.chains = {
|
|
|
22989
23313
|
],
|
|
22990
23314
|
iconURL: 'https://ipfs.io/ipfs/QmPtiJGaApbW3ATZhPW3pKJpw3iGVrRGsZLWhrDKF9ZK18'
|
|
22991
23315
|
},
|
|
23316
|
+
10025: {
|
|
23317
|
+
name: 'AEON Chain',
|
|
23318
|
+
chain: 'AEON Chain',
|
|
23319
|
+
icon: 'aeon',
|
|
23320
|
+
rpc: ['https://node.aeon.xyz/rpc'],
|
|
23321
|
+
faucets: [],
|
|
23322
|
+
nativeCurrency: { name: 'AEON Token', symbol: 'AEON', decimals: 18 },
|
|
23323
|
+
infoURL: '',
|
|
23324
|
+
shortName: 'aeon',
|
|
23325
|
+
chainId: 10025,
|
|
23326
|
+
networkId: 10025,
|
|
23327
|
+
explorers: [
|
|
23328
|
+
{
|
|
23329
|
+
name: 'AEON Explorer',
|
|
23330
|
+
url: 'https://scan.aeon.xyz',
|
|
23331
|
+
standard: 'none'
|
|
23332
|
+
}
|
|
23333
|
+
],
|
|
23334
|
+
iconURL: 'https://ipfs.io/ipfs/Qmeq49hbjDHYyWs4UyUHwwde5WUemJYJSLSXiik6up5NjE'
|
|
23335
|
+
},
|
|
22992
23336
|
10081: {
|
|
22993
23337
|
name: 'Japan Open Chain Testnet',
|
|
22994
23338
|
chain: 'JOCT',
|
|
@@ -24426,6 +24770,29 @@ exports.chains = {
|
|
|
24426
24770
|
],
|
|
24427
24771
|
iconURL: 'https://ipfs.io/ipfs/QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z'
|
|
24428
24772
|
},
|
|
24773
|
+
13746: {
|
|
24774
|
+
name: 'Game7 Testnet',
|
|
24775
|
+
title: 'Game7 Testnet',
|
|
24776
|
+
chain: 'Game7',
|
|
24777
|
+
rpc: ['https://testnet-rpc.game7.io', 'wss://testnet-rpc.game7.io'],
|
|
24778
|
+
faucets: [],
|
|
24779
|
+
nativeCurrency: { name: 'TG7T', symbol: 'TG7T', decimals: 18 },
|
|
24780
|
+
features: [{ name: 'EIP155' }],
|
|
24781
|
+
infoURL: 'https://game7.io',
|
|
24782
|
+
shortName: 'g7t',
|
|
24783
|
+
chainId: 13746,
|
|
24784
|
+
networkId: 13746,
|
|
24785
|
+
icon: 'game7testnet',
|
|
24786
|
+
explorers: [
|
|
24787
|
+
{
|
|
24788
|
+
name: 'Blockscout',
|
|
24789
|
+
url: 'https://testnet.game7.io',
|
|
24790
|
+
icon: 'game7testnet',
|
|
24791
|
+
standard: 'EIP3091'
|
|
24792
|
+
}
|
|
24793
|
+
],
|
|
24794
|
+
iconURL: 'https://ipfs.io/ipfs/Qmbk23C5vZpGBfq8SuPXR1PrfWER2m8w6LGqBkhXAvxia1'
|
|
24795
|
+
},
|
|
24429
24796
|
13812: {
|
|
24430
24797
|
name: 'Susono',
|
|
24431
24798
|
chain: 'SUS',
|
|
@@ -25598,6 +25965,27 @@ exports.chains = {
|
|
|
25598
25965
|
],
|
|
25599
25966
|
iconURL: 'https://ipfs.io/ipfs/QmUoSiFWaPTbVY6ZfJswzrM9jKuhfhXWwstRo49cVCWr8x'
|
|
25600
25967
|
},
|
|
25968
|
+
19777: {
|
|
25969
|
+
name: 'Astra Sepolia',
|
|
25970
|
+
chain: 'Astra Sepolia',
|
|
25971
|
+
icon: 'astrasepolia',
|
|
25972
|
+
rpc: ['https://rpc-astra-9on2f72wzn.t.conduit.xyz'],
|
|
25973
|
+
faucets: [],
|
|
25974
|
+
nativeCurrency: { name: 'Astra', symbol: 'ATX', decimals: 18 },
|
|
25975
|
+
infoURL: 'https://explorer-astra-9on2f72wzn.t.conduit.xyz',
|
|
25976
|
+
shortName: 'astra-sepolia',
|
|
25977
|
+
chainId: 19777,
|
|
25978
|
+
networkId: 19777,
|
|
25979
|
+
slip44: 1,
|
|
25980
|
+
explorers: [
|
|
25981
|
+
{
|
|
25982
|
+
name: 'Astra Sepolia Explorer',
|
|
25983
|
+
url: 'https://explorer-astra-9on2f72wzn.t.conduit.xyz',
|
|
25984
|
+
standard: 'EIP3091'
|
|
25985
|
+
}
|
|
25986
|
+
],
|
|
25987
|
+
iconURL: 'https://ipfs.io/ipfs/QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc'
|
|
25988
|
+
},
|
|
25601
25989
|
19845: {
|
|
25602
25990
|
name: 'BTCIX Network',
|
|
25603
25991
|
chain: 'BTCIX',
|
|
@@ -25749,6 +26137,31 @@ exports.chains = {
|
|
|
25749
26137
|
}
|
|
25750
26138
|
]
|
|
25751
26139
|
},
|
|
26140
|
+
21097: {
|
|
26141
|
+
name: 'Rivest Testnet',
|
|
26142
|
+
chain: 'Inco',
|
|
26143
|
+
rpc: [
|
|
26144
|
+
'https://validator.rivest.inco.org',
|
|
26145
|
+
'https://gateway.rivest.inco.org'
|
|
26146
|
+
],
|
|
26147
|
+
faucets: ['https://faucet.rivest.inco.org'],
|
|
26148
|
+
nativeCurrency: { name: 'test-Inco', symbol: 'tINCO', decimals: 18 },
|
|
26149
|
+
infoURL: 'https://inco.org',
|
|
26150
|
+
shortName: 'rivest-testnet',
|
|
26151
|
+
chainId: 21097,
|
|
26152
|
+
networkId: 21097,
|
|
26153
|
+
slip44: 1,
|
|
26154
|
+
icon: 'inco',
|
|
26155
|
+
explorers: [
|
|
26156
|
+
{
|
|
26157
|
+
name: 'Rivest Testnet Explorer',
|
|
26158
|
+
url: 'https://explorer.rivest.inco.org',
|
|
26159
|
+
standard: 'EIP3091',
|
|
26160
|
+
icon: 'inco'
|
|
26161
|
+
}
|
|
26162
|
+
],
|
|
26163
|
+
iconURL: 'https://ipfs.io/ipfs/QmU9aHw1i3qM8rZekXfb4rFZHPxVvsLdnpohKLGGFYewMg'
|
|
26164
|
+
},
|
|
25752
26165
|
21133: {
|
|
25753
26166
|
name: 'All About Healthy',
|
|
25754
26167
|
chain: 'AAH',
|
|
@@ -27231,6 +27644,26 @@ exports.chains = {
|
|
|
27231
27644
|
explorers: [],
|
|
27232
27645
|
iconURL: 'https://ipfs.io/ipfs/QmUQiosuH8ib8aXSpYcJRTje9Lro9VeZyd4cNXrXGY5r8D'
|
|
27233
27646
|
},
|
|
27647
|
+
33139: {
|
|
27648
|
+
name: 'ApeChain',
|
|
27649
|
+
chain: 'apechain',
|
|
27650
|
+
rpc: ['https://rpc.apechain.com'],
|
|
27651
|
+
faucets: [],
|
|
27652
|
+
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
27653
|
+
infoURL: 'https://apechain.com',
|
|
27654
|
+
shortName: 'apechain',
|
|
27655
|
+
chainId: 33139,
|
|
27656
|
+
networkId: 33139,
|
|
27657
|
+
icon: 'apechain',
|
|
27658
|
+
explorers: [
|
|
27659
|
+
{
|
|
27660
|
+
name: 'ApeChain Explorer',
|
|
27661
|
+
url: 'https://apescan.io',
|
|
27662
|
+
standard: 'EIP3091'
|
|
27663
|
+
}
|
|
27664
|
+
],
|
|
27665
|
+
iconURL: 'https://ipfs.io/ipfs/QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP'
|
|
27666
|
+
},
|
|
27234
27667
|
33210: {
|
|
27235
27668
|
name: 'Cloudverse Subnet',
|
|
27236
27669
|
chain: 'CLOUDVERSE',
|
|
@@ -28369,7 +28802,7 @@ exports.chains = {
|
|
|
28369
28802
|
name: 'Zircuit Testnet',
|
|
28370
28803
|
chain: 'Zircuit Testnet',
|
|
28371
28804
|
icon: 'zircuit',
|
|
28372
|
-
rpc: ['
|
|
28805
|
+
rpc: ['https://zircuit1-testnet.p2pify.com/'],
|
|
28373
28806
|
faucets: [],
|
|
28374
28807
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
28375
28808
|
infoURL: 'https://www.zircuit.com/',
|
|
@@ -28567,6 +29000,25 @@ exports.chains = {
|
|
|
28567
29000
|
],
|
|
28568
29001
|
parent: { type: 'L2', chain: 'eip155-3' }
|
|
28569
29002
|
},
|
|
29003
|
+
50104: {
|
|
29004
|
+
name: 'Sophon',
|
|
29005
|
+
chain: 'Sophon',
|
|
29006
|
+
rpc: ['https://rpc.sophon.xyz'],
|
|
29007
|
+
nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
|
|
29008
|
+
faucets: [],
|
|
29009
|
+
infoURL: '',
|
|
29010
|
+
shortName: 'sophon',
|
|
29011
|
+
chainId: 50104,
|
|
29012
|
+
networkId: 50104,
|
|
29013
|
+
explorers: [
|
|
29014
|
+
{
|
|
29015
|
+
name: 'Sophon Block Explorer',
|
|
29016
|
+
url: 'https://explorer.sophon.xyz',
|
|
29017
|
+
icon: 'sophon-testnet',
|
|
29018
|
+
standard: 'none'
|
|
29019
|
+
}
|
|
29020
|
+
]
|
|
29021
|
+
},
|
|
28570
29022
|
50888: {
|
|
28571
29023
|
name: 'Erbie Mainnet',
|
|
28572
29024
|
chain: 'Erbie',
|
|
@@ -29596,6 +30048,27 @@ exports.chains = {
|
|
|
29596
30048
|
},
|
|
29597
30049
|
iconURL: 'https://ipfs.io/ipfs/bafkreid3xv3zkuo2cygwt7vwm5c2aqjbyhy5qxn7xkc66ajhu2mjh2ybki'
|
|
29598
30050
|
},
|
|
30051
|
+
62092: {
|
|
30052
|
+
name: 'TikTrix Testnet',
|
|
30053
|
+
chain: 'tTTX',
|
|
30054
|
+
icon: 'tiktrix',
|
|
30055
|
+
rpc: ['https://tiktrix-rpc.xyz'],
|
|
30056
|
+
faucets: [],
|
|
30057
|
+
nativeCurrency: { name: 'tTTX', symbol: 'tTTX', decimals: 18 },
|
|
30058
|
+
infoURL: 'https://tiktrix.gg',
|
|
30059
|
+
shortName: 'tiktrix-testnet',
|
|
30060
|
+
chainId: 62092,
|
|
30061
|
+
networkId: 62092,
|
|
30062
|
+
slip44: 1,
|
|
30063
|
+
explorers: [
|
|
30064
|
+
{
|
|
30065
|
+
name: 'TikTrix Testnet Explorer',
|
|
30066
|
+
url: 'https://tiktrix.xyz',
|
|
30067
|
+
standard: 'EIP3091'
|
|
30068
|
+
}
|
|
30069
|
+
],
|
|
30070
|
+
iconURL: 'https://ipfs.io/ipfs/QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc'
|
|
30071
|
+
},
|
|
29599
30072
|
62298: {
|
|
29600
30073
|
name: 'Citrea Devnet',
|
|
29601
30074
|
chain: 'Citrea',
|
|
@@ -30114,6 +30587,35 @@ exports.chains = {
|
|
|
30114
30587
|
},
|
|
30115
30588
|
iconURL: 'https://ipfs.io/ipfs/QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC'
|
|
30116
30589
|
},
|
|
30590
|
+
70701: {
|
|
30591
|
+
name: 'Proof of Play - Boss',
|
|
30592
|
+
chainId: 70701,
|
|
30593
|
+
shortName: 'pop-boss',
|
|
30594
|
+
chain: 'ETH',
|
|
30595
|
+
networkId: 70701,
|
|
30596
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
30597
|
+
rpc: ['https://rpc.boss.proofofplay.com'],
|
|
30598
|
+
faucets: [],
|
|
30599
|
+
explorers: [
|
|
30600
|
+
{
|
|
30601
|
+
name: 'Proof of Play Boss Explorer',
|
|
30602
|
+
url: 'https://explorer.boss.proofofplay.com',
|
|
30603
|
+
icon: 'pop-boss',
|
|
30604
|
+
standard: 'EIP3091'
|
|
30605
|
+
}
|
|
30606
|
+
],
|
|
30607
|
+
infoURL: 'https://proofofplay.com',
|
|
30608
|
+
icon: 'pop-boss',
|
|
30609
|
+
parent: {
|
|
30610
|
+
type: 'L2',
|
|
30611
|
+
chain: 'eip155-42161',
|
|
30612
|
+
bridges: [
|
|
30613
|
+
{ url: 'https://bridge.arbitrum.io' },
|
|
30614
|
+
{ url: 'https://relay.link/bridge/boss/' }
|
|
30615
|
+
]
|
|
30616
|
+
},
|
|
30617
|
+
iconURL: 'https://ipfs.io/ipfs/QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC'
|
|
30618
|
+
},
|
|
30117
30619
|
71111: {
|
|
30118
30620
|
name: 'GuapcoinX',
|
|
30119
30621
|
chain: 'GuapcoinX',
|
|
@@ -32829,6 +33331,25 @@ exports.chains = {
|
|
|
32829
33331
|
}
|
|
32830
33332
|
]
|
|
32831
33333
|
},
|
|
33334
|
+
158345: {
|
|
33335
|
+
name: 'XCOIN',
|
|
33336
|
+
chain: 'XCOIN',
|
|
33337
|
+
rpc: ['https://rpc-xcoin.cryptoxnetwork.io'],
|
|
33338
|
+
faucets: [],
|
|
33339
|
+
nativeCurrency: { name: 'XCOIN', symbol: 'XCOIN', decimals: 18 },
|
|
33340
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33341
|
+
infoURL: 'https://cryptoxnetwork.io',
|
|
33342
|
+
shortName: 'xcoin',
|
|
33343
|
+
chainId: 158345,
|
|
33344
|
+
networkId: 158345,
|
|
33345
|
+
explorers: [
|
|
33346
|
+
{
|
|
33347
|
+
name: 'CryptoX explorer',
|
|
33348
|
+
url: 'https://cryptoxscan.io',
|
|
33349
|
+
standard: 'EIP3091'
|
|
33350
|
+
}
|
|
33351
|
+
]
|
|
33352
|
+
},
|
|
32832
33353
|
161212: {
|
|
32833
33354
|
name: 'PlayFi Mainnet',
|
|
32834
33355
|
chain: 'PLAY',
|
|
@@ -33150,6 +33671,20 @@ exports.chains = {
|
|
|
33150
33671
|
chainId: 192940,
|
|
33151
33672
|
networkId: 192940
|
|
33152
33673
|
},
|
|
33674
|
+
193939: {
|
|
33675
|
+
name: 'R0AR Chain',
|
|
33676
|
+
chain: 'R0AR Chain',
|
|
33677
|
+
rpc: ['https://rpc-r0ar.io'],
|
|
33678
|
+
faucets: [],
|
|
33679
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
33680
|
+
infoURL: 'https://r0arscan.io',
|
|
33681
|
+
shortName: 'R0AR-Chain',
|
|
33682
|
+
chainId: 193939,
|
|
33683
|
+
networkId: 193939,
|
|
33684
|
+
explorers: [
|
|
33685
|
+
{ name: 'tracehawk', url: 'https://r0arscan.io', standard: 'none' }
|
|
33686
|
+
]
|
|
33687
|
+
},
|
|
33153
33688
|
199991: {
|
|
33154
33689
|
name: 'MAZZE Testnet',
|
|
33155
33690
|
chain: 'MAZZE Testnet',
|
|
@@ -33475,6 +34010,24 @@ exports.chains = {
|
|
|
33475
34010
|
}
|
|
33476
34011
|
]
|
|
33477
34012
|
},
|
|
34013
|
+
202424: {
|
|
34014
|
+
name: 'Blockfit',
|
|
34015
|
+
chain: '202424',
|
|
34016
|
+
rpc: ['https://rpc.blockfitscan.io'],
|
|
34017
|
+
faucets: [],
|
|
34018
|
+
nativeCurrency: { name: 'BFIT', symbol: 'BFIT', decimals: 18 },
|
|
34019
|
+
infoURL: 'https://blockfit.io',
|
|
34020
|
+
shortName: 'Blockfit',
|
|
34021
|
+
chainId: 202424,
|
|
34022
|
+
networkId: 202424,
|
|
34023
|
+
explorers: [
|
|
34024
|
+
{
|
|
34025
|
+
name: 'Tracehawk',
|
|
34026
|
+
url: 'https://blockfitscan.io',
|
|
34027
|
+
standard: 'none'
|
|
34028
|
+
}
|
|
34029
|
+
]
|
|
34030
|
+
},
|
|
33478
34031
|
202624: {
|
|
33479
34032
|
name: 'Jellie',
|
|
33480
34033
|
title: 'Twala Testnet Jellie',
|
|
@@ -33549,6 +34102,36 @@ exports.chains = {
|
|
|
33549
34102
|
chainId: 210049,
|
|
33550
34103
|
networkId: 210049
|
|
33551
34104
|
},
|
|
34105
|
+
210209: {
|
|
34106
|
+
name: 'Sorian',
|
|
34107
|
+
chain: 'SOR',
|
|
34108
|
+
rpc: ['https://rpc.sorian.io'],
|
|
34109
|
+
faucets: [],
|
|
34110
|
+
icon: 'sorian',
|
|
34111
|
+
nativeCurrency: { name: 'Sorian', symbol: 'SOR', decimals: 18 },
|
|
34112
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34113
|
+
infoURL: 'https://sorian.io',
|
|
34114
|
+
shortName: 'sorian',
|
|
34115
|
+
chainId: 210209,
|
|
34116
|
+
networkId: 210209,
|
|
34117
|
+
explorers: [],
|
|
34118
|
+
iconURL: 'https://ipfs.io/ipfs/QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR'
|
|
34119
|
+
},
|
|
34120
|
+
210210: {
|
|
34121
|
+
name: 'Sorian Testnet',
|
|
34122
|
+
chain: 'tSOR',
|
|
34123
|
+
rpc: ['https://testnet-rpc.sorian.io', 'https://testnet.rpc.sorian.io'],
|
|
34124
|
+
faucets: [],
|
|
34125
|
+
icon: 'sorianTestnet',
|
|
34126
|
+
nativeCurrency: { name: 'Sorian Testnet', symbol: 'tSOR', decimals: 18 },
|
|
34127
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34128
|
+
infoURL: 'https://mint.sorian.io',
|
|
34129
|
+
shortName: 'sorianTestnet',
|
|
34130
|
+
chainId: 210210,
|
|
34131
|
+
networkId: 210210,
|
|
34132
|
+
explorers: [],
|
|
34133
|
+
iconURL: 'https://ipfs.io/ipfs/QmZmrcLYFtPZb36MZ1DyQpR7Lw8CWPP7x3Bx2anCjVWfMR'
|
|
34134
|
+
},
|
|
33552
34135
|
210425: {
|
|
33553
34136
|
name: 'PlatON Mainnet',
|
|
33554
34137
|
chain: 'PlatON',
|
|
@@ -34207,6 +34790,38 @@ exports.chains = {
|
|
|
34207
34790
|
],
|
|
34208
34791
|
iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
|
|
34209
34792
|
},
|
|
34793
|
+
325000: {
|
|
34794
|
+
name: 'Camp Network Testnet V2',
|
|
34795
|
+
chain: 'ETH',
|
|
34796
|
+
icon: 'camp',
|
|
34797
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34798
|
+
rpc: ['https://rpc-campnetwork.xyz'],
|
|
34799
|
+
faucets: ['https://www.campnetwork.xyz/faucet'],
|
|
34800
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
34801
|
+
infoURL: 'https://docs.campnetwork.xyz/',
|
|
34802
|
+
shortName: 'CampV2',
|
|
34803
|
+
chainId: 325000,
|
|
34804
|
+
networkId: 325000,
|
|
34805
|
+
slip44: 1,
|
|
34806
|
+
explorers: [
|
|
34807
|
+
{
|
|
34808
|
+
name: 'blockscout',
|
|
34809
|
+
url: 'https://camp-network-testnet.blockscout.com',
|
|
34810
|
+
icon: 'blockscout',
|
|
34811
|
+
standard: 'EIP3091'
|
|
34812
|
+
}
|
|
34813
|
+
],
|
|
34814
|
+
parent: {
|
|
34815
|
+
type: 'L2',
|
|
34816
|
+
chain: 'eip155-1',
|
|
34817
|
+
bridges: [
|
|
34818
|
+
{
|
|
34819
|
+
url: 'https://bridge.gelato.network/bridge/camp-network-testnet'
|
|
34820
|
+
}
|
|
34821
|
+
]
|
|
34822
|
+
},
|
|
34823
|
+
iconURL: 'https://ipfs.io/ipfs/QmZN3AzgetKvuTnZvsPPYTvtcsPa73ScGdTguXGHxc2CpN'
|
|
34824
|
+
},
|
|
34210
34825
|
327126: {
|
|
34211
34826
|
name: 'WABA Chain Testnet',
|
|
34212
34827
|
chain: 'WABA Testnet',
|
|
@@ -35854,6 +36469,31 @@ exports.chains = {
|
|
|
35854
36469
|
}
|
|
35855
36470
|
]
|
|
35856
36471
|
},
|
|
36472
|
+
786786: {
|
|
36473
|
+
name: 'Zebro Smart Chain',
|
|
36474
|
+
chain: 'ZEBRO',
|
|
36475
|
+
rpc: ['https://rpc.zebrocoin.app', 'https://rpc1.zebrocoin.app'],
|
|
36476
|
+
faucets: [],
|
|
36477
|
+
nativeCurrency: { name: 'Zebrocoin', symbol: 'ZEBRO', decimals: 18 },
|
|
36478
|
+
infoURL: 'https://zebrocoin.app',
|
|
36479
|
+
shortName: 'zebro',
|
|
36480
|
+
chainId: 786786,
|
|
36481
|
+
networkId: 786786,
|
|
36482
|
+
icon: 'zebrocoin',
|
|
36483
|
+
explorers: [
|
|
36484
|
+
{
|
|
36485
|
+
name: 'Zebrocoin Explorer',
|
|
36486
|
+
url: 'https://explorer.zebrocoin.app',
|
|
36487
|
+
standard: 'EIP3091'
|
|
36488
|
+
},
|
|
36489
|
+
{
|
|
36490
|
+
name: 'Zebrocoin Explorer1',
|
|
36491
|
+
url: 'https://explorer1.zebrocoin.app',
|
|
36492
|
+
standard: 'EIP3091'
|
|
36493
|
+
}
|
|
36494
|
+
],
|
|
36495
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreig42tcn5hfgtzszmwvmodsxvtu5frfkgreb23dndle2mywns3xxse'
|
|
36496
|
+
},
|
|
35857
36497
|
800001: {
|
|
35858
36498
|
name: 'OctaSpace',
|
|
35859
36499
|
chain: 'OCTA',
|
|
@@ -36090,6 +36730,27 @@ exports.chains = {
|
|
|
36090
36730
|
],
|
|
36091
36731
|
iconURL: 'https://ipfs.io/ipfs/QmckkDRkuCQWbvhpKGsqa8ajuQvf3W5dekzw5qpiPC6shk'
|
|
36092
36732
|
},
|
|
36733
|
+
839999: {
|
|
36734
|
+
name: 'exSat Testnet',
|
|
36735
|
+
chain: 'exSat',
|
|
36736
|
+
icon: 'exsat',
|
|
36737
|
+
rpc: ['https://evm-tst3.exsat.network'],
|
|
36738
|
+
faucets: [],
|
|
36739
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
36740
|
+
infoURL: 'https://exsat.network/',
|
|
36741
|
+
shortName: 'txsat',
|
|
36742
|
+
chainId: 839999,
|
|
36743
|
+
networkId: 839999,
|
|
36744
|
+
explorers: [
|
|
36745
|
+
{
|
|
36746
|
+
name: 'exSat Testnet Explorer',
|
|
36747
|
+
url: 'https://scan-testnet.exsat.network',
|
|
36748
|
+
standard: 'EIP3091'
|
|
36749
|
+
}
|
|
36750
|
+
],
|
|
36751
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [{ url: '' }] },
|
|
36752
|
+
iconURL: 'https://ipfs.io/ipfs/QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs'
|
|
36753
|
+
},
|
|
36093
36754
|
840000: {
|
|
36094
36755
|
name: 'RUNEVM Testnet',
|
|
36095
36756
|
chain: 'RuneVM',
|
|
@@ -36246,6 +36907,26 @@ exports.chains = {
|
|
|
36246
36907
|
}
|
|
36247
36908
|
]
|
|
36248
36909
|
},
|
|
36910
|
+
911867: {
|
|
36911
|
+
name: 'Odyssey Testnet',
|
|
36912
|
+
chain: 'ETH',
|
|
36913
|
+
rpc: ['https://odyssey.ithaca.xyz'],
|
|
36914
|
+
faucets: [],
|
|
36915
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
36916
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
36917
|
+
infoURL: 'https://ithaca.xyz',
|
|
36918
|
+
shortName: 'odyssey-testnet',
|
|
36919
|
+
chainId: 911867,
|
|
36920
|
+
networkId: 911867,
|
|
36921
|
+
explorers: [
|
|
36922
|
+
{
|
|
36923
|
+
name: 'odyssey explorer',
|
|
36924
|
+
url: 'https://odyssey-explorer.ithaca.xyz',
|
|
36925
|
+
icon: 'blockscout',
|
|
36926
|
+
standard: 'EIP3091'
|
|
36927
|
+
}
|
|
36928
|
+
]
|
|
36929
|
+
},
|
|
36249
36930
|
912559: {
|
|
36250
36931
|
name: 'Astria EVM Dusknet',
|
|
36251
36932
|
chain: 'RIA',
|
|
@@ -37923,6 +38604,47 @@ exports.chains = {
|
|
|
37923
38604
|
}
|
|
37924
38605
|
]
|
|
37925
38606
|
},
|
|
38607
|
+
11166111: {
|
|
38608
|
+
name: 'R0AR Testnet',
|
|
38609
|
+
chain: 'R0AR Testnet',
|
|
38610
|
+
rpc: ['https://testnet.rpc-r0ar.io'],
|
|
38611
|
+
faucets: ['https://testnet.r0arfaucet.io'],
|
|
38612
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
38613
|
+
infoURL: 'https://testnet.r0arscan.io',
|
|
38614
|
+
shortName: 'R0AR-Test-Chain',
|
|
38615
|
+
chainId: 11166111,
|
|
38616
|
+
networkId: 11166111,
|
|
38617
|
+
explorers: [
|
|
38618
|
+
{
|
|
38619
|
+
name: 'tracehawk',
|
|
38620
|
+
url: 'https://testnet.r0arscan.io',
|
|
38621
|
+
standard: 'none'
|
|
38622
|
+
}
|
|
38623
|
+
]
|
|
38624
|
+
},
|
|
38625
|
+
12020498: {
|
|
38626
|
+
name: 'Lummio Network',
|
|
38627
|
+
chain: 'Lummio Network',
|
|
38628
|
+
rpc: ['https://rpc.lummio.net'],
|
|
38629
|
+
faucets: [],
|
|
38630
|
+
nativeCurrency: {
|
|
38631
|
+
name: 'Lummio Reward Points',
|
|
38632
|
+
symbol: 'LRPO',
|
|
38633
|
+
decimals: 18
|
|
38634
|
+
},
|
|
38635
|
+
infoURL: 'https://lummio.net',
|
|
38636
|
+
shortName: 'lummio',
|
|
38637
|
+
chainId: 12020498,
|
|
38638
|
+
networkId: 12020498,
|
|
38639
|
+
explorers: [
|
|
38640
|
+
{
|
|
38641
|
+
name: 'blockscout',
|
|
38642
|
+
url: 'https://blockscout.lummio.net',
|
|
38643
|
+
icon: 'blockscout',
|
|
38644
|
+
standard: 'EIP3091'
|
|
38645
|
+
}
|
|
38646
|
+
]
|
|
38647
|
+
},
|
|
37926
38648
|
12052024: {
|
|
37927
38649
|
name: 'Memento Testnet',
|
|
37928
38650
|
chain: 'Memento',
|
|
@@ -38372,6 +39094,18 @@ exports.chains = {
|
|
|
38372
39094
|
],
|
|
38373
39095
|
iconURL: 'https://ipfs.io/ipfs/QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP'
|
|
38374
39096
|
},
|
|
39097
|
+
24132016: {
|
|
39098
|
+
name: 'XMTP',
|
|
39099
|
+
chain: 'ETH',
|
|
39100
|
+
rpc: [],
|
|
39101
|
+
faucets: [],
|
|
39102
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
39103
|
+
infoURL: 'https://xmtp.org',
|
|
39104
|
+
shortName: 'xmtp',
|
|
39105
|
+
chainId: 24132016,
|
|
39106
|
+
networkId: 24132016,
|
|
39107
|
+
status: 'incubating'
|
|
39108
|
+
},
|
|
38375
39109
|
24772477: {
|
|
38376
39110
|
name: '6Degree of Outreach - Testnet',
|
|
38377
39111
|
chain: '6DO',
|
|
@@ -38609,6 +39343,36 @@ exports.chains = {
|
|
|
38609
39343
|
}
|
|
38610
39344
|
]
|
|
38611
39345
|
},
|
|
39346
|
+
52027071: {
|
|
39347
|
+
name: 'Deviant Token Blockchain',
|
|
39348
|
+
chain: 'DTBC',
|
|
39349
|
+
status: 'incubating',
|
|
39350
|
+
rpc: ['https://rpc.devianttoken.net'],
|
|
39351
|
+
faucets: [],
|
|
39352
|
+
nativeCurrency: { name: 'Deviant Token', symbol: 'DTBC', decimals: 18 },
|
|
39353
|
+
infoURL: 'https://devianttoken.net',
|
|
39354
|
+
shortName: 'dtbc',
|
|
39355
|
+
chainId: 52027071,
|
|
39356
|
+
networkId: 52027071,
|
|
39357
|
+
explorers: []
|
|
39358
|
+
},
|
|
39359
|
+
52027080: {
|
|
39360
|
+
name: 'Deviant Token Blockchain Testnet',
|
|
39361
|
+
chain: 'tDTBC',
|
|
39362
|
+
status: 'incubating',
|
|
39363
|
+
rpc: ['https://trpc.devianttoken.net'],
|
|
39364
|
+
faucets: [],
|
|
39365
|
+
nativeCurrency: {
|
|
39366
|
+
name: 'Deviant Token Testnet',
|
|
39367
|
+
symbol: 'tDTBC',
|
|
39368
|
+
decimals: 18
|
|
39369
|
+
},
|
|
39370
|
+
infoURL: 'https://devianttoken.net',
|
|
39371
|
+
shortName: 'tdtbc',
|
|
39372
|
+
chainId: 52027080,
|
|
39373
|
+
networkId: 52027080,
|
|
39374
|
+
explorers: []
|
|
39375
|
+
},
|
|
38612
39376
|
52164803: {
|
|
38613
39377
|
name: 'Fluence Testnet',
|
|
38614
39378
|
chain: 'Fluence Testnet',
|
|
@@ -38964,6 +39728,19 @@ exports.chains = {
|
|
|
38964
39728
|
},
|
|
38965
39729
|
status: 'active'
|
|
38966
39730
|
},
|
|
39731
|
+
97912060: {
|
|
39732
|
+
name: 'ChadChain',
|
|
39733
|
+
chain: 'CHAD',
|
|
39734
|
+
status: 'incubating',
|
|
39735
|
+
rpc: ['https://rpc.chadchain.org'],
|
|
39736
|
+
faucets: [],
|
|
39737
|
+
nativeCurrency: { name: 'ChadChain', symbol: 'CHAD', decimals: 18 },
|
|
39738
|
+
infoURL: 'https://chadchain.org',
|
|
39739
|
+
shortName: 'chad',
|
|
39740
|
+
chainId: 97912060,
|
|
39741
|
+
networkId: 97912060,
|
|
39742
|
+
explorers: []
|
|
39743
|
+
},
|
|
38967
39744
|
99415706: {
|
|
38968
39745
|
name: 'Joys Digital TestNet',
|
|
38969
39746
|
chain: 'TOYS',
|
|
@@ -39187,6 +39964,18 @@ exports.chains = {
|
|
|
39187
39964
|
],
|
|
39188
39965
|
iconURL: 'https://ipfs.io/ipfs/QmRhB4AbjDrhvwfSAQi2JvKirFiDWxzJvKEvG8S8AdDdED'
|
|
39189
39966
|
},
|
|
39967
|
+
241320161: {
|
|
39968
|
+
name: 'XMTP Sepolia',
|
|
39969
|
+
chain: 'ETH',
|
|
39970
|
+
rpc: [],
|
|
39971
|
+
faucets: [],
|
|
39972
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
39973
|
+
infoURL: 'https://xmtp.org',
|
|
39974
|
+
shortName: 'xmtp-sepolia',
|
|
39975
|
+
chainId: 241320161,
|
|
39976
|
+
networkId: 241320161,
|
|
39977
|
+
status: 'incubating'
|
|
39978
|
+
},
|
|
39190
39979
|
245022926: {
|
|
39191
39980
|
name: 'Neon EVM Devnet',
|
|
39192
39981
|
chain: 'Solana',
|
|
@@ -40096,7 +40885,6 @@ exports.chains = {
|
|
|
40096
40885
|
'https://a.api.s0.t.hmny.io',
|
|
40097
40886
|
'https://api.s0.t.hmny.io',
|
|
40098
40887
|
'https://rpc.ankr.com/harmony',
|
|
40099
|
-
'https://harmony.api.onfinality.io/public',
|
|
40100
40888
|
'https://1rpc.io/one',
|
|
40101
40889
|
'https://harmony-0.drpc.org',
|
|
40102
40890
|
'wss://harmony-0.drpc.org'
|
|
@@ -40271,10 +41059,10 @@ exports.chains = {
|
|
|
40271
41059
|
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
40272
41060
|
},
|
|
40273
41061
|
1802203764: {
|
|
40274
|
-
name: 'Kakarot Sepolia',
|
|
41062
|
+
name: 'Kakarot Sepolia (Deprecated)',
|
|
40275
41063
|
chain: 'ETH',
|
|
40276
41064
|
icon: 'kakarot',
|
|
40277
|
-
rpc: [
|
|
41065
|
+
rpc: [],
|
|
40278
41066
|
faucets: [],
|
|
40279
41067
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
40280
41068
|
infoURL: 'https://kakarot.org',
|
|
@@ -40407,6 +41195,26 @@ exports.chains = {
|
|
|
40407
41195
|
},
|
|
40408
41196
|
iconURL: 'https://ipfs.io/ipfs/bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre'
|
|
40409
41197
|
},
|
|
41198
|
+
2478899481: {
|
|
41199
|
+
name: 'Accumulate Kermit',
|
|
41200
|
+
shortName: 'Kermit',
|
|
41201
|
+
title: 'Accumulate Kermit Testnet',
|
|
41202
|
+
chain: 'Accumulate',
|
|
41203
|
+
chainId: 2478899481,
|
|
41204
|
+
networkId: 2478899481,
|
|
41205
|
+
infoURL: 'https://accumulate.org',
|
|
41206
|
+
slip44: 2147483929,
|
|
41207
|
+
rpc: ['https://kermit.accumulatenetwork.io/eth'],
|
|
41208
|
+
nativeCurrency: { name: 'ACME', symbol: 'ACME', decimals: 18 },
|
|
41209
|
+
faucets: ['https://kermit.explorer.accumulatenetwork.io/faucet'],
|
|
41210
|
+
explorers: [
|
|
41211
|
+
{
|
|
41212
|
+
name: 'accumulate-explorer-kermit',
|
|
41213
|
+
url: 'https://kermit.explorer.accumulatenetwork.io',
|
|
41214
|
+
standard: 'EIP3091'
|
|
41215
|
+
}
|
|
41216
|
+
]
|
|
41217
|
+
},
|
|
40410
41218
|
2863311531: {
|
|
40411
41219
|
name: 'Ancient8 Testnet (deprecated)',
|
|
40412
41220
|
status: 'deprecated',
|
|
@@ -40728,20 +41536,31 @@ exports.chains = {
|
|
|
40728
41536
|
383414847825: {
|
|
40729
41537
|
name: 'Zeniq',
|
|
40730
41538
|
chain: 'ZENIQ',
|
|
40731
|
-
|
|
40732
|
-
|
|
41539
|
+
icon: 'zeniq',
|
|
41540
|
+
rpc: ['https://api.zeniq.network'],
|
|
41541
|
+
features: [{ name: 'EIP155' }],
|
|
41542
|
+
faucets: ['https://faucet.nomo.zone/', 'https://faucet.zeniq.net/'],
|
|
40733
41543
|
nativeCurrency: { name: 'Zeniq', symbol: 'ZENIQ', decimals: 18 },
|
|
40734
41544
|
infoURL: 'https://www.zeniq.dev/',
|
|
40735
41545
|
shortName: 'zeniq',
|
|
40736
41546
|
chainId: 383414847825,
|
|
40737
41547
|
networkId: 383414847825,
|
|
41548
|
+
ens: { registry: '0xa0446c88240bCA2A8E0f68C93aa365d25B198aA4' },
|
|
40738
41549
|
explorers: [
|
|
41550
|
+
{
|
|
41551
|
+
name: 'zeniqscan',
|
|
41552
|
+
url: 'https://zeniqscan.com',
|
|
41553
|
+
icon: 'zeniq',
|
|
41554
|
+
standard: 'EIP3091'
|
|
41555
|
+
},
|
|
40739
41556
|
{
|
|
40740
41557
|
name: 'zeniq-smart-chain-explorer',
|
|
40741
41558
|
url: 'https://smart.zeniq.net',
|
|
41559
|
+
icon: 'zeniq',
|
|
40742
41560
|
standard: 'EIP3091'
|
|
40743
41561
|
}
|
|
40744
|
-
]
|
|
41562
|
+
],
|
|
41563
|
+
iconURL: 'https://ipfs.io/ipfs/QmVUVUBuN7ZeSty2PZ2sS41752b4ez4pDGbLjjY8PSrmVu'
|
|
40745
41564
|
},
|
|
40746
41565
|
666301171999: {
|
|
40747
41566
|
name: 'PDC Mainnet',
|
|
@@ -40792,6 +41611,32 @@ exports.chains = {
|
|
|
40792
41611
|
}
|
|
40793
41612
|
]
|
|
40794
41613
|
},
|
|
41614
|
+
920637907288165: {
|
|
41615
|
+
name: 'Kakarot Starknet Sepolia',
|
|
41616
|
+
chain: 'ETH',
|
|
41617
|
+
icon: 'kakarot',
|
|
41618
|
+
rpc: ['https://sepolia-rpc.kakarot.org'],
|
|
41619
|
+
faucets: ['https://sepolia-faucet.kakarot.org/'],
|
|
41620
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
41621
|
+
infoURL: 'https://kakarot.org',
|
|
41622
|
+
shortName: 'kkrt-starknet-sepolia',
|
|
41623
|
+
chainId: 920637907288165,
|
|
41624
|
+
networkId: 920637907288165,
|
|
41625
|
+
explorers: [
|
|
41626
|
+
{
|
|
41627
|
+
name: 'Kakarot Scan',
|
|
41628
|
+
url: 'https://sepolia.kakarotscan.org',
|
|
41629
|
+
standard: 'EIP3091'
|
|
41630
|
+
},
|
|
41631
|
+
{
|
|
41632
|
+
name: 'Kakarot Explorer',
|
|
41633
|
+
url: 'https://sepolia-explorer.kakarot.org',
|
|
41634
|
+
standard: 'EIP3091'
|
|
41635
|
+
}
|
|
41636
|
+
],
|
|
41637
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
41638
|
+
iconURL: 'https://ipfs.io/ipfs/QmQcB7Q2kqVWhJxXmtN9Ri37rcLH9g6z4UCCYqEzgM3XmW'
|
|
41639
|
+
},
|
|
40795
41640
|
2713017997578000: {
|
|
40796
41641
|
name: 'DCHAIN Testnet',
|
|
40797
41642
|
title: 'DCHAIN Testnet',
|