@revoke.cash/chains 52.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 +1646 -96
- package/dist/src/enums.d.ts +150 -12
- package/dist/src/enums.js +150 -12
- 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',
|
|
@@ -2816,6 +2824,18 @@ exports.chains = {
|
|
|
2816
2824
|
],
|
|
2817
2825
|
iconURL: 'https://ipfs.io/ipfs/QmVJBGeFYZXMQqicNdzctMfvPN5CrtRrfZBTw3CEpkCBsS'
|
|
2818
2826
|
},
|
|
2827
|
+
130: {
|
|
2828
|
+
name: 'Unichain',
|
|
2829
|
+
chain: 'ETH',
|
|
2830
|
+
rpc: [],
|
|
2831
|
+
faucets: [],
|
|
2832
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2833
|
+
infoURL: 'https://unichain.org',
|
|
2834
|
+
shortName: 'unichain',
|
|
2835
|
+
chainId: 130,
|
|
2836
|
+
networkId: 130,
|
|
2837
|
+
status: 'incubating'
|
|
2838
|
+
},
|
|
2819
2839
|
131: {
|
|
2820
2840
|
name: 'Engram Testnet',
|
|
2821
2841
|
chain: 'tGRAM',
|
|
@@ -3700,22 +3720,24 @@ exports.chains = {
|
|
|
3700
3720
|
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
3701
3721
|
},
|
|
3702
3722
|
183: {
|
|
3703
|
-
name: 'Ethernity
|
|
3723
|
+
name: 'Ethernity',
|
|
3704
3724
|
chain: 'Ethernity',
|
|
3705
3725
|
rpc: ['https://mainnet.ethernitychain.io'],
|
|
3706
3726
|
faucets: [],
|
|
3707
3727
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3728
|
+
icon: 'ethernity',
|
|
3708
3729
|
infoURL: 'https://www.ethernity.io',
|
|
3709
3730
|
shortName: 'ethernity-mainnet',
|
|
3710
3731
|
chainId: 183,
|
|
3711
3732
|
networkId: 183,
|
|
3712
3733
|
explorers: [
|
|
3713
3734
|
{
|
|
3714
|
-
name: 'Ethernity
|
|
3735
|
+
name: 'Ethernity Explorer',
|
|
3715
3736
|
url: 'https://ernscan.io',
|
|
3716
3737
|
standard: 'EIP3091'
|
|
3717
3738
|
}
|
|
3718
|
-
]
|
|
3739
|
+
],
|
|
3740
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihditrs2v6atsj2lzq2auchqiujg2d7lc2owot6tvj7rxe6ikgnv4'
|
|
3719
3741
|
},
|
|
3720
3742
|
184: {
|
|
3721
3743
|
name: 'Dojima Testnet',
|
|
@@ -4453,7 +4475,7 @@ exports.chains = {
|
|
|
4453
4475
|
'wss://rpc_mainnet.mindnetwork.xyz'
|
|
4454
4476
|
],
|
|
4455
4477
|
faucets: [],
|
|
4456
|
-
nativeCurrency: { name: '
|
|
4478
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4457
4479
|
features: [{ name: 'EIP155' }],
|
|
4458
4480
|
infoURL: 'https://mindnetwork.xyz',
|
|
4459
4481
|
shortName: 'fhe',
|
|
@@ -4658,6 +4680,25 @@ exports.chains = {
|
|
|
4658
4680
|
],
|
|
4659
4681
|
iconURL: 'https://ipfs.io/ipfs/QmcM8kHNsNYoitt5S3kLThyrKVFTZo3k2rgnume6tnNroQ'
|
|
4660
4682
|
},
|
|
4683
|
+
251: {
|
|
4684
|
+
name: 'Glide L1 Protocol XP',
|
|
4685
|
+
chain: 'GLXP',
|
|
4686
|
+
icon: 'glide',
|
|
4687
|
+
rpc: [
|
|
4688
|
+
'https://rpc-api.glideprotocol.xyz/l1-rpc/',
|
|
4689
|
+
'wss://rpc-api.glideprotocol.xyz/l1-rpc/'
|
|
4690
|
+
],
|
|
4691
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4692
|
+
faucets: [],
|
|
4693
|
+
nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
|
|
4694
|
+
infoURL: 'https://glideprotocol.xyz',
|
|
4695
|
+
shortName: 'glide',
|
|
4696
|
+
chainId: 251,
|
|
4697
|
+
networkId: 251,
|
|
4698
|
+
slip44: 60,
|
|
4699
|
+
status: 'active',
|
|
4700
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa'
|
|
4701
|
+
},
|
|
4661
4702
|
252: {
|
|
4662
4703
|
name: 'Fraxtal',
|
|
4663
4704
|
chain: 'FRAX',
|
|
@@ -4679,6 +4720,33 @@ exports.chains = {
|
|
|
4679
4720
|
status: 'active',
|
|
4680
4721
|
iconURL: 'https://ipfs.io/ipfs/bafkreiet3pmz37ymq6wlkglw5wmcee6jdyz4bbe4zg6h2voso2z2mf2s7q'
|
|
4681
4722
|
},
|
|
4723
|
+
253: {
|
|
4724
|
+
name: 'Glide L2 Protocol XP',
|
|
4725
|
+
chain: 'GLXP',
|
|
4726
|
+
icon: 'glide',
|
|
4727
|
+
rpc: [
|
|
4728
|
+
'https://rpc-api.glideprotocol.xyz/l2-rpc/',
|
|
4729
|
+
'wss://rpc-api.glideprotocol.xyz/l2-rpc/'
|
|
4730
|
+
],
|
|
4731
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4732
|
+
faucets: [],
|
|
4733
|
+
nativeCurrency: { name: 'Glide XP', symbol: 'GLXP', decimals: 18 },
|
|
4734
|
+
infoURL: 'https://glideprotocol.xyz',
|
|
4735
|
+
shortName: 'glidexp',
|
|
4736
|
+
chainId: 253,
|
|
4737
|
+
networkId: 253,
|
|
4738
|
+
explorers: [
|
|
4739
|
+
{
|
|
4740
|
+
name: 'glidescan',
|
|
4741
|
+
url: 'https://blockchain-explorer.glideprotocol.xyz',
|
|
4742
|
+
icon: 'blockscout',
|
|
4743
|
+
standard: 'EIP3091'
|
|
4744
|
+
}
|
|
4745
|
+
],
|
|
4746
|
+
parent: { type: 'L2', chain: 'eip155-251' },
|
|
4747
|
+
status: 'active',
|
|
4748
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihxec2ckjvyoh5rhk4j2fvyqquiw5mievvs7up7fl2dfef5d767aa'
|
|
4749
|
+
},
|
|
4682
4750
|
254: {
|
|
4683
4751
|
name: 'Swan Chain Mainnet',
|
|
4684
4752
|
chain: 'SWAN',
|
|
@@ -5007,9 +5075,9 @@ exports.chains = {
|
|
|
5007
5075
|
iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
|
|
5008
5076
|
},
|
|
5009
5077
|
282: {
|
|
5010
|
-
name: 'Cronos zkEVM Testnet',
|
|
5011
|
-
chain: '
|
|
5012
|
-
rpc: ['https://testnet.zkevm.cronos.org'],
|
|
5078
|
+
name: 'Deprecated Cronos zkEVM Testnet',
|
|
5079
|
+
chain: 'deprecatedCronosZkEVMTestnet',
|
|
5080
|
+
rpc: ['https://deprecated.testnet.zkevm.cronos.org'],
|
|
5013
5081
|
faucets: ['https://zkevm.cronos.org/faucet'],
|
|
5014
5082
|
nativeCurrency: {
|
|
5015
5083
|
name: 'Cronos zkEVM Test Coin',
|
|
@@ -5017,7 +5085,7 @@ exports.chains = {
|
|
|
5017
5085
|
decimals: 18
|
|
5018
5086
|
},
|
|
5019
5087
|
infoURL: 'https://docs-zkevm.cronos.org',
|
|
5020
|
-
shortName: 'zkTCRO',
|
|
5088
|
+
shortName: 'deprecated-zkTCRO',
|
|
5021
5089
|
chainId: 282,
|
|
5022
5090
|
networkId: 282,
|
|
5023
5091
|
slip44: 1,
|
|
@@ -5027,7 +5095,8 @@ exports.chains = {
|
|
|
5027
5095
|
url: 'https://explorer.zkevm.cronos.org/testnet',
|
|
5028
5096
|
standard: 'none'
|
|
5029
5097
|
}
|
|
5030
|
-
]
|
|
5098
|
+
],
|
|
5099
|
+
status: 'deprecated'
|
|
5031
5100
|
},
|
|
5032
5101
|
288: {
|
|
5033
5102
|
name: 'Boba Network',
|
|
@@ -5976,41 +6045,41 @@ exports.chains = {
|
|
|
5976
6045
|
iconURL: 'https://ipfs.io/ipfs/QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp'
|
|
5977
6046
|
},
|
|
5978
6047
|
397: {
|
|
5979
|
-
name: '
|
|
6048
|
+
name: 'NEAR Protocol',
|
|
5980
6049
|
chain: 'NEAR',
|
|
5981
|
-
rpc: [],
|
|
6050
|
+
rpc: ['https://eth-rpc.mainnet.near.org'],
|
|
5982
6051
|
icon: 'near',
|
|
5983
6052
|
faucets: [],
|
|
5984
6053
|
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
5985
|
-
infoURL: 'https://near.org
|
|
6054
|
+
infoURL: 'https://near.org',
|
|
5986
6055
|
shortName: 'near',
|
|
5987
6056
|
chainId: 397,
|
|
5988
6057
|
networkId: 397,
|
|
5989
6058
|
explorers: [
|
|
5990
6059
|
{
|
|
5991
|
-
name: '
|
|
5992
|
-
url: 'https://
|
|
5993
|
-
standard: '
|
|
6060
|
+
name: 'NEAR Explorer',
|
|
6061
|
+
url: 'https://eth-explorer.near.org',
|
|
6062
|
+
standard: 'EIP3091'
|
|
5994
6063
|
}
|
|
5995
6064
|
],
|
|
5996
6065
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq'
|
|
5997
6066
|
},
|
|
5998
6067
|
398: {
|
|
5999
|
-
name: '
|
|
6068
|
+
name: 'NEAR Protocol Testnet',
|
|
6000
6069
|
chain: 'NEAR',
|
|
6001
|
-
rpc: [],
|
|
6070
|
+
rpc: ['https://eth-rpc.testnet.near.org'],
|
|
6002
6071
|
icon: 'near',
|
|
6003
6072
|
faucets: [],
|
|
6004
|
-
nativeCurrency: { name: '
|
|
6005
|
-
infoURL: 'https://
|
|
6073
|
+
nativeCurrency: { name: 'NEAR', symbol: 'NEAR', decimals: 18 },
|
|
6074
|
+
infoURL: 'https://near.org',
|
|
6006
6075
|
shortName: 'near-testnet',
|
|
6007
6076
|
chainId: 398,
|
|
6008
6077
|
networkId: 398,
|
|
6009
6078
|
explorers: [
|
|
6010
6079
|
{
|
|
6011
|
-
name: '
|
|
6012
|
-
url: 'https://testnet.
|
|
6013
|
-
standard: '
|
|
6080
|
+
name: 'NEAR Explorer',
|
|
6081
|
+
url: 'https://eth-explorer-testnet.near.org',
|
|
6082
|
+
standard: 'EIP3091'
|
|
6014
6083
|
}
|
|
6015
6084
|
],
|
|
6016
6085
|
iconURL: 'https://ipfs.io/ipfs/bafkreiayxzdbu3e5ahri3ooieg6k6pjxrwkrkc2x5cnyadqeu5zbmaummq'
|
|
@@ -6249,6 +6318,28 @@ exports.chains = {
|
|
|
6249
6318
|
},
|
|
6250
6319
|
iconURL: 'https://ipfs.io/ipfs/QmUVJ7MLCEAfq3pHVPFLscqRMiyAY5biVgTkeDQCmAhHNS'
|
|
6251
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
|
+
},
|
|
6252
6343
|
427: {
|
|
6253
6344
|
name: 'Zeeth Chain',
|
|
6254
6345
|
chain: 'ZeethChain',
|
|
@@ -6442,14 +6533,41 @@ exports.chains = {
|
|
|
6442
6533
|
480: {
|
|
6443
6534
|
name: 'World Chain',
|
|
6444
6535
|
chain: 'ETH',
|
|
6445
|
-
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
|
+
],
|
|
6446
6542
|
faucets: [],
|
|
6447
6543
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6448
|
-
infoURL: 'https://
|
|
6544
|
+
infoURL: 'https://world.org/world-chain',
|
|
6449
6545
|
shortName: 'wc',
|
|
6450
6546
|
chainId: 480,
|
|
6451
6547
|
networkId: 480,
|
|
6452
|
-
|
|
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
|
+
]
|
|
6453
6571
|
},
|
|
6454
6572
|
499: {
|
|
6455
6573
|
name: 'Rupaya',
|
|
@@ -6769,6 +6887,25 @@ exports.chains = {
|
|
|
6769
6887
|
chainId: 558,
|
|
6770
6888
|
networkId: 558
|
|
6771
6889
|
},
|
|
6890
|
+
565: {
|
|
6891
|
+
name: 'Prometheuz Testnet',
|
|
6892
|
+
chain: 'Prometheuz',
|
|
6893
|
+
rpc: ['https://explorer.testnet.prometheuz.io'],
|
|
6894
|
+
faucets: ['https://faucet.testnet.prometheuz.io'],
|
|
6895
|
+
nativeCurrency: { name: 'Pyre', symbol: 'PYRE', decimals: 18 },
|
|
6896
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6897
|
+
infoURL: '',
|
|
6898
|
+
shortName: 'prometheuz-testnet',
|
|
6899
|
+
chainId: 565,
|
|
6900
|
+
networkId: 565,
|
|
6901
|
+
explorers: [
|
|
6902
|
+
{
|
|
6903
|
+
name: 'Prometheuz Explorer',
|
|
6904
|
+
url: 'https://explorer.testnet.prometheuz.io',
|
|
6905
|
+
standard: 'none'
|
|
6906
|
+
}
|
|
6907
|
+
]
|
|
6908
|
+
},
|
|
6772
6909
|
568: {
|
|
6773
6910
|
name: 'Dogechain Testnet',
|
|
6774
6911
|
chain: 'DC',
|
|
@@ -6796,11 +6933,9 @@ exports.chains = {
|
|
|
6796
6933
|
rpc: [
|
|
6797
6934
|
'https://rpc.rollux.com',
|
|
6798
6935
|
'wss://rpc.rollux.com/wss',
|
|
6799
|
-
'https://rpc.ankr.com/rollux'
|
|
6800
|
-
'https://rollux.rpc.syscoin.org',
|
|
6801
|
-
'wss://rollux.rpc.syscoin.org/wss'
|
|
6936
|
+
'https://rpc.ankr.com/rollux'
|
|
6802
6937
|
],
|
|
6803
|
-
faucets: ['https://rollux.id/
|
|
6938
|
+
faucets: ['https://rollux.id/faucet'],
|
|
6804
6939
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
6805
6940
|
infoURL: 'https://rollux.com',
|
|
6806
6941
|
shortName: 'sys-rollux',
|
|
@@ -6808,7 +6943,7 @@ exports.chains = {
|
|
|
6808
6943
|
networkId: 570,
|
|
6809
6944
|
explorers: [
|
|
6810
6945
|
{
|
|
6811
|
-
name: 'Rollux Explorer',
|
|
6946
|
+
name: 'Rollux Mainnet Explorer',
|
|
6812
6947
|
url: 'https://explorer.rollux.com',
|
|
6813
6948
|
standard: 'EIP3091'
|
|
6814
6949
|
}
|
|
@@ -7401,6 +7536,27 @@ exports.chains = {
|
|
|
7401
7536
|
}
|
|
7402
7537
|
]
|
|
7403
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
|
+
},
|
|
7404
7560
|
690: {
|
|
7405
7561
|
name: 'Redstone',
|
|
7406
7562
|
chain: 'ETH',
|
|
@@ -7427,6 +7583,54 @@ exports.chains = {
|
|
|
7427
7583
|
},
|
|
7428
7584
|
iconURL: 'https://ipfs.io/ipfs/bafkreieyaqgkgntvxuo5tnhgseladga5q6gutc37dab7kqqfdguhq7vkxq'
|
|
7429
7585
|
},
|
|
7586
|
+
698: {
|
|
7587
|
+
name: 'Matchain',
|
|
7588
|
+
chain: 'Matchain',
|
|
7589
|
+
icon: 'matchain',
|
|
7590
|
+
rpc: ['https://rpc.matchain.io'],
|
|
7591
|
+
faucets: [],
|
|
7592
|
+
nativeCurrency: { name: 'BNB', symbol: 'BNB', decimals: 18 },
|
|
7593
|
+
infoURL: 'https://www.matchain.io',
|
|
7594
|
+
shortName: 'Matchain',
|
|
7595
|
+
chainId: 698,
|
|
7596
|
+
networkId: 698,
|
|
7597
|
+
slip44: 714,
|
|
7598
|
+
explorers: [
|
|
7599
|
+
{
|
|
7600
|
+
name: 'Matchscan',
|
|
7601
|
+
url: 'https://matchscan.io',
|
|
7602
|
+
icon: 'matchain',
|
|
7603
|
+
standard: 'EIP3091'
|
|
7604
|
+
}
|
|
7605
|
+
],
|
|
7606
|
+
parent: {
|
|
7607
|
+
type: 'L2',
|
|
7608
|
+
chain: 'eip155-56',
|
|
7609
|
+
bridges: [{ url: 'https://bnb-bridge.matchain.io' }]
|
|
7610
|
+
},
|
|
7611
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGWNf6Tmq7Wn4TbJEDBHMZCGfYgsvmmYnFqYdE4CJTRn'
|
|
7612
|
+
},
|
|
7613
|
+
699: {
|
|
7614
|
+
name: 'Matchain Testnet',
|
|
7615
|
+
chain: 'Matchain',
|
|
7616
|
+
icon: 'matchain',
|
|
7617
|
+
rpc: ['https://testnet-rpc.matchain.io'],
|
|
7618
|
+
faucets: [],
|
|
7619
|
+
nativeCurrency: { name: 'BNB', symbol: 'BNB', decimals: 18 },
|
|
7620
|
+
infoURL: 'https://www.matchain.io',
|
|
7621
|
+
shortName: 'tMatchain',
|
|
7622
|
+
chainId: 699,
|
|
7623
|
+
networkId: 699,
|
|
7624
|
+
explorers: [
|
|
7625
|
+
{
|
|
7626
|
+
name: 'Matchscan Testnet',
|
|
7627
|
+
url: 'https://testnet.matchscan.io',
|
|
7628
|
+
standard: 'EIP3091',
|
|
7629
|
+
icon: 'matchain'
|
|
7630
|
+
}
|
|
7631
|
+
],
|
|
7632
|
+
iconURL: 'https://ipfs.io/ipfs/QmdGWNf6Tmq7Wn4TbJEDBHMZCGfYgsvmmYnFqYdE4CJTRn'
|
|
7633
|
+
},
|
|
7430
7634
|
700: {
|
|
7431
7635
|
name: 'Star Social Testnet',
|
|
7432
7636
|
chain: 'SNS',
|
|
@@ -7778,7 +7982,7 @@ exports.chains = {
|
|
|
7778
7982
|
explorers: [
|
|
7779
7983
|
{
|
|
7780
7984
|
name: 'QL1 Mainnet Explorer',
|
|
7781
|
-
url: 'https://
|
|
7985
|
+
url: 'https://scan.qom.one',
|
|
7782
7986
|
icon: 'qom',
|
|
7783
7987
|
standard: 'EIP3091'
|
|
7784
7988
|
}
|
|
@@ -8090,14 +8294,24 @@ exports.chains = {
|
|
|
8090
8294
|
820: {
|
|
8091
8295
|
name: 'Callisto Mainnet',
|
|
8092
8296
|
chain: 'CLO',
|
|
8093
|
-
|
|
8094
|
-
|
|
8297
|
+
icon: 'callistonetwork',
|
|
8298
|
+
rpc: ['https://rpc.callistodao.org'],
|
|
8299
|
+
faucets: ['https://faucet.callistodao.org'],
|
|
8095
8300
|
nativeCurrency: { name: 'Callisto', symbol: 'CLO', decimals: 18 },
|
|
8096
|
-
|
|
8301
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8302
|
+
infoURL: 'https://callistodao.org',
|
|
8097
8303
|
shortName: 'clo',
|
|
8098
8304
|
chainId: 820,
|
|
8099
8305
|
networkId: 1,
|
|
8100
|
-
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'
|
|
8101
8315
|
},
|
|
8102
8316
|
821: {
|
|
8103
8317
|
name: 'Callisto Testnet Deprecated',
|
|
@@ -8160,7 +8374,7 @@ exports.chains = {
|
|
|
8160
8374
|
name: 'Taraxa Mainnet',
|
|
8161
8375
|
chain: 'Tara',
|
|
8162
8376
|
icon: 'taraxa',
|
|
8163
|
-
rpc: ['https://rpc.mainnet.taraxa.io/'],
|
|
8377
|
+
rpc: ['https://rpc.mainnet.taraxa.io/', 'https://ws.mainnet.taraxa.io'],
|
|
8164
8378
|
faucets: [],
|
|
8165
8379
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8166
8380
|
infoURL: 'https://taraxa.io',
|
|
@@ -8174,13 +8388,13 @@ exports.chains = {
|
|
|
8174
8388
|
standard: 'none'
|
|
8175
8389
|
}
|
|
8176
8390
|
],
|
|
8177
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8391
|
+
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8178
8392
|
},
|
|
8179
8393
|
842: {
|
|
8180
8394
|
name: 'Taraxa Testnet',
|
|
8181
8395
|
chain: 'Tara',
|
|
8182
8396
|
icon: 'taraxa',
|
|
8183
|
-
rpc: ['https://rpc.testnet.taraxa.io/'],
|
|
8397
|
+
rpc: ['https://rpc.testnet.taraxa.io/', 'https://ws.testnet.taraxa.io'],
|
|
8184
8398
|
faucets: [],
|
|
8185
8399
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8186
8400
|
infoURL: 'https://taraxa.io',
|
|
@@ -8195,7 +8409,7 @@ exports.chains = {
|
|
|
8195
8409
|
standard: 'none'
|
|
8196
8410
|
}
|
|
8197
8411
|
],
|
|
8198
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8412
|
+
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8199
8413
|
},
|
|
8200
8414
|
852: {
|
|
8201
8415
|
name: 'HongKong Mainnet',
|
|
@@ -8540,6 +8754,28 @@ exports.chains = {
|
|
|
8540
8754
|
],
|
|
8541
8755
|
iconURL: 'https://ipfs.io/ipfs/QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1'
|
|
8542
8756
|
},
|
|
8757
|
+
918: {
|
|
8758
|
+
name: 'SlerfChain Mainnet',
|
|
8759
|
+
title: 'SlerfChain Mainnet',
|
|
8760
|
+
chain: 'SLERF CHAIN',
|
|
8761
|
+
rpc: ['https://rpc.slerfchain.xyz'],
|
|
8762
|
+
faucets: [],
|
|
8763
|
+
nativeCurrency: { name: 'WSLERF', symbol: 'WSLERF', decimals: 18 },
|
|
8764
|
+
infoURL: 'https://slerfchain.xyz',
|
|
8765
|
+
shortName: 'SlerfChain-Mainnet',
|
|
8766
|
+
chainId: 918,
|
|
8767
|
+
networkId: 918,
|
|
8768
|
+
icon: 'slerf',
|
|
8769
|
+
explorers: [
|
|
8770
|
+
{
|
|
8771
|
+
name: 'SlerfChain Scan',
|
|
8772
|
+
url: 'https://scan.slerfchain.xyz',
|
|
8773
|
+
icon: 'slerf',
|
|
8774
|
+
standard: 'EIP3091'
|
|
8775
|
+
}
|
|
8776
|
+
],
|
|
8777
|
+
iconURL: 'https://ipfs.io/ipfs/QmdDeCjjYSG5FEAxzAuERXnS3AbeZvqSFVTn9x7UbrQeuT'
|
|
8778
|
+
},
|
|
8543
8779
|
919: {
|
|
8544
8780
|
name: 'Mode Testnet',
|
|
8545
8781
|
chain: 'ETH',
|
|
@@ -8586,6 +8822,34 @@ exports.chains = {
|
|
|
8586
8822
|
],
|
|
8587
8823
|
iconURL: 'https://ipfs.io/ipfs/QmdbFGqrpiLQGtAeUAyeS2NBvACfgrchEF466ni5q36fuZ'
|
|
8588
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
|
+
},
|
|
8589
8853
|
940: {
|
|
8590
8854
|
name: 'PulseChain Testnet',
|
|
8591
8855
|
shortName: 'tpls',
|
|
@@ -9120,7 +9384,7 @@ exports.chains = {
|
|
|
9120
9384
|
chain: 'KAIA',
|
|
9121
9385
|
rpc: ['https://public-en.kairos.node.kaia.io'],
|
|
9122
9386
|
faucets: ['https://faucet.kaia.io'],
|
|
9123
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
|
9387
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
9124
9388
|
infoURL: 'https://kaia.io/',
|
|
9125
9389
|
shortName: 'kaia-kairos',
|
|
9126
9390
|
chainId: 1001,
|
|
@@ -9128,13 +9392,13 @@ exports.chains = {
|
|
|
9128
9392
|
slip44: 1,
|
|
9129
9393
|
explorers: [
|
|
9130
9394
|
{
|
|
9131
|
-
name: '
|
|
9132
|
-
url: 'https://
|
|
9395
|
+
name: 'Kaiascope',
|
|
9396
|
+
url: 'https://kairos.kaiascope.com',
|
|
9133
9397
|
standard: 'EIP3091'
|
|
9134
9398
|
},
|
|
9135
9399
|
{
|
|
9136
|
-
name: '
|
|
9137
|
-
url: 'https://
|
|
9400
|
+
name: 'Kaiascan',
|
|
9401
|
+
url: 'https://kairos.kaiascan.io',
|
|
9138
9402
|
standard: 'EIP3091'
|
|
9139
9403
|
}
|
|
9140
9404
|
]
|
|
@@ -10277,6 +10541,27 @@ exports.chains = {
|
|
|
10277
10541
|
],
|
|
10278
10542
|
iconURL: 'https://ipfs.io/ipfs/QmZjVDfk56DjqkCPymaweJJaj9ASGjjgcwJ95XsFDzj9us'
|
|
10279
10543
|
},
|
|
10544
|
+
1212: {
|
|
10545
|
+
name: 'ADF Chain Testnet',
|
|
10546
|
+
chain: 'ADF Chain Testnet',
|
|
10547
|
+
icon: 'addfilltest',
|
|
10548
|
+
rpc: ['https://testnet.adftechnology.com/'],
|
|
10549
|
+
faucets: [],
|
|
10550
|
+
nativeCurrency: { name: 'ADDFILL Testnet', symbol: 'tADF', decimals: 18 },
|
|
10551
|
+
infoURL: 'https://www.adfstarworld.com/',
|
|
10552
|
+
shortName: 'tADF',
|
|
10553
|
+
chainId: 1212,
|
|
10554
|
+
networkId: 1212,
|
|
10555
|
+
explorers: [
|
|
10556
|
+
{
|
|
10557
|
+
name: 'ADF Testnet explorer',
|
|
10558
|
+
url: 'https://testnet-explorer.adftechnology.com',
|
|
10559
|
+
standard: 'EIP3091'
|
|
10560
|
+
}
|
|
10561
|
+
],
|
|
10562
|
+
status: 'active',
|
|
10563
|
+
iconURL: 'https://ipfs.io/ipfs/QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx'
|
|
10564
|
+
},
|
|
10280
10565
|
1213: {
|
|
10281
10566
|
name: 'Popcateum Mainnet',
|
|
10282
10567
|
chain: 'POPCATEUM',
|
|
@@ -10316,6 +10601,27 @@ exports.chains = {
|
|
|
10316
10601
|
],
|
|
10317
10602
|
iconURL: 'https://ipfs.io/ipfs/Qmb2UYVc1MjLPi8vhszWRxqBJYoYkWQVxDJRSmtrgk6j2E'
|
|
10318
10603
|
},
|
|
10604
|
+
1215: {
|
|
10605
|
+
name: 'ADF Chain',
|
|
10606
|
+
chain: 'ADF Chain',
|
|
10607
|
+
icon: 'addfillmain',
|
|
10608
|
+
rpc: ['https://mainnet.adftechnology.com/'],
|
|
10609
|
+
faucets: [],
|
|
10610
|
+
nativeCurrency: { name: 'ADDFILL', symbol: 'ADF', decimals: 18 },
|
|
10611
|
+
infoURL: 'https://www.adfstarworld.com/',
|
|
10612
|
+
shortName: 'ADF',
|
|
10613
|
+
chainId: 1215,
|
|
10614
|
+
networkId: 1215,
|
|
10615
|
+
explorers: [
|
|
10616
|
+
{
|
|
10617
|
+
name: 'ADF explorer',
|
|
10618
|
+
url: 'https://explorer.adftechnology.com',
|
|
10619
|
+
standard: 'EIP3091'
|
|
10620
|
+
}
|
|
10621
|
+
],
|
|
10622
|
+
status: 'active',
|
|
10623
|
+
iconURL: 'https://ipfs.io/ipfs/QmWoKvjVs92PNzqd6hz7714wHSx3TuWEMBVcdG7ujhW9Qx'
|
|
10624
|
+
},
|
|
10319
10625
|
1221: {
|
|
10320
10626
|
name: 'Cycle Network Testnet',
|
|
10321
10627
|
chain: 'ETH',
|
|
@@ -10866,6 +11172,29 @@ exports.chains = {
|
|
|
10866
11172
|
}
|
|
10867
11173
|
]
|
|
10868
11174
|
},
|
|
11175
|
+
1301: {
|
|
11176
|
+
name: 'Unichain Sepolia Testnet',
|
|
11177
|
+
chain: 'ETH',
|
|
11178
|
+
rpc: ['https://sepolia.unichain.org'],
|
|
11179
|
+
faucets: [],
|
|
11180
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
11181
|
+
infoURL: 'https://unichain.org',
|
|
11182
|
+
shortName: 'unichain-sep',
|
|
11183
|
+
chainId: 1301,
|
|
11184
|
+
networkId: 1301,
|
|
11185
|
+
explorers: [
|
|
11186
|
+
{
|
|
11187
|
+
name: 'Unichain Sepolia Testnet Explorer',
|
|
11188
|
+
url: 'https://unichain-sepolia.blockscout.com',
|
|
11189
|
+
standard: 'EIP3091'
|
|
11190
|
+
},
|
|
11191
|
+
{
|
|
11192
|
+
name: 'Unichain Sepolia Testnet Explorer',
|
|
11193
|
+
url: 'https://sepolia.uniscan.xyz',
|
|
11194
|
+
standard: 'EIP3091'
|
|
11195
|
+
}
|
|
11196
|
+
]
|
|
11197
|
+
},
|
|
10869
11198
|
1311: {
|
|
10870
11199
|
name: 'Dos Fuji Subnet',
|
|
10871
11200
|
chain: 'DOS',
|
|
@@ -11591,6 +11920,48 @@ exports.chains = {
|
|
|
11591
11920
|
}
|
|
11592
11921
|
]
|
|
11593
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
|
+
},
|
|
11594
11965
|
1559: {
|
|
11595
11966
|
name: 'Tenet',
|
|
11596
11967
|
title: 'Tenet Mainnet',
|
|
@@ -14159,6 +14530,29 @@ exports.chains = {
|
|
|
14159
14530
|
}
|
|
14160
14531
|
]
|
|
14161
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
|
+
},
|
|
14162
14556
|
2192: {
|
|
14163
14557
|
name: 'SnaxChain',
|
|
14164
14558
|
chain: 'ETH',
|
|
@@ -14740,25 +15134,25 @@ exports.chains = {
|
|
|
14740
15134
|
iconURL: 'https://ipfs.io/ipfs/bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe'
|
|
14741
15135
|
},
|
|
14742
15136
|
2410: {
|
|
14743
|
-
name: '
|
|
14744
|
-
chain: '
|
|
15137
|
+
name: 'K2 Mainnet',
|
|
15138
|
+
chain: 'K2',
|
|
14745
15139
|
icon: 'karak',
|
|
14746
15140
|
rpc: ['https://rpc.karak.network'],
|
|
14747
15141
|
faucets: [],
|
|
14748
15142
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14749
15143
|
infoURL: 'https://karak.network',
|
|
14750
|
-
shortName: '
|
|
15144
|
+
shortName: 'K2-mainnet',
|
|
14751
15145
|
chainId: 2410,
|
|
14752
15146
|
networkId: 2410,
|
|
14753
15147
|
explorers: [
|
|
14754
15148
|
{
|
|
14755
|
-
name: '
|
|
15149
|
+
name: 'K2 Mainnet Explorer',
|
|
14756
15150
|
url: 'https://explorer.karak.network',
|
|
14757
15151
|
standard: 'EIP3091'
|
|
14758
15152
|
}
|
|
14759
15153
|
],
|
|
14760
15154
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
14761
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15155
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
14762
15156
|
},
|
|
14763
15157
|
2415: {
|
|
14764
15158
|
name: 'XODEX',
|
|
@@ -14955,7 +15349,7 @@ exports.chains = {
|
|
|
14955
15349
|
}
|
|
14956
15350
|
],
|
|
14957
15351
|
parent: { type: 'L2', chain: 'eip155-5' },
|
|
14958
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
15352
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
14959
15353
|
},
|
|
14960
15354
|
2522: {
|
|
14961
15355
|
name: 'Fraxtal Testnet',
|
|
@@ -15368,6 +15762,31 @@ exports.chains = {
|
|
|
15368
15762
|
bridges: [{ url: 'https://bridge-holesky.morphl2.io' }]
|
|
15369
15763
|
}
|
|
15370
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
|
+
},
|
|
15371
15790
|
2868: {
|
|
15372
15791
|
name: 'HyperAGI Mainnet',
|
|
15373
15792
|
chain: 'HyperAGI',
|
|
@@ -16069,6 +16488,28 @@ exports.chains = {
|
|
|
16069
16488
|
}
|
|
16070
16489
|
]
|
|
16071
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
|
+
},
|
|
16072
16513
|
3601: {
|
|
16073
16514
|
name: 'PandoProject Mainnet',
|
|
16074
16515
|
chain: 'PandoProject',
|
|
@@ -17524,15 +17965,40 @@ exports.chains = {
|
|
|
17524
17965
|
4801: {
|
|
17525
17966
|
name: 'World Chain Sepolia Testnet',
|
|
17526
17967
|
chain: 'ETH',
|
|
17527
|
-
rpc: [
|
|
17528
|
-
|
|
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
|
+
],
|
|
17529
17978
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
17530
|
-
infoURL: 'https://
|
|
17979
|
+
infoURL: 'https://world.org/world-chain',
|
|
17531
17980
|
shortName: 'wcsep',
|
|
17532
17981
|
chainId: 4801,
|
|
17533
17982
|
networkId: 4801,
|
|
17534
17983
|
slip44: 1,
|
|
17535
|
-
|
|
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
|
+
]
|
|
17536
18002
|
},
|
|
17537
18003
|
4893: {
|
|
17538
18004
|
name: 'Globel Chain',
|
|
@@ -17785,6 +18251,29 @@ exports.chains = {
|
|
|
17785
18251
|
],
|
|
17786
18252
|
iconURL: 'https://ipfs.io/ipfs/bafkreieenivbkpmaxslvvvaybi53hynnarng4ek37xhtf5euvsyunvhbai'
|
|
17787
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
|
+
},
|
|
17788
18277
|
5051: {
|
|
17789
18278
|
name: 'Nollie Skatechain Testnet',
|
|
17790
18279
|
chain: 'Skatechain',
|
|
@@ -19616,6 +20105,28 @@ exports.chains = {
|
|
|
19616
20105
|
],
|
|
19617
20106
|
iconURL: 'https://ipfs.io/ipfs/QmNbp1K6vKKFYh7bWeWtjBqKgdH88suDVbztP5CYU3pYNG'
|
|
19618
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
|
+
},
|
|
19619
20130
|
7118: {
|
|
19620
20131
|
name: 'Help The Homeless',
|
|
19621
20132
|
chain: 'mainnet',
|
|
@@ -19655,6 +20166,27 @@ exports.chains = {
|
|
|
19655
20166
|
],
|
|
19656
20167
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
19657
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
|
+
},
|
|
19658
20190
|
7210: {
|
|
19659
20191
|
name: 'Nibiru Testnet-1',
|
|
19660
20192
|
chain: 'Nibiru',
|
|
@@ -20243,6 +20775,35 @@ exports.chains = {
|
|
|
20243
20775
|
}
|
|
20244
20776
|
]
|
|
20245
20777
|
},
|
|
20778
|
+
7879: {
|
|
20779
|
+
name: 'Vexon Testnet',
|
|
20780
|
+
chain: 'Vexon',
|
|
20781
|
+
rpc: [
|
|
20782
|
+
'https://rpc-testnet-asia1.vexonhub.org',
|
|
20783
|
+
'https://rpc-testnet-europe1.vexonhub.org',
|
|
20784
|
+
'https://rpc-testnet-01.vexonhub.org'
|
|
20785
|
+
],
|
|
20786
|
+
faucets: ['https://faucet-drip.vexonhub.org'],
|
|
20787
|
+
nativeCurrency: {
|
|
20788
|
+
name: 'Vexon Testnet Native Token',
|
|
20789
|
+
symbol: 'tVEX',
|
|
20790
|
+
decimals: 18
|
|
20791
|
+
},
|
|
20792
|
+
infoURL: 'https://vexonhub.org',
|
|
20793
|
+
shortName: 'vexon',
|
|
20794
|
+
chainId: 7879,
|
|
20795
|
+
networkId: 7879,
|
|
20796
|
+
icon: 'vexon',
|
|
20797
|
+
explorers: [
|
|
20798
|
+
{
|
|
20799
|
+
name: 'Vexon Testnet Explorer',
|
|
20800
|
+
url: 'https://testnet.vexonhub.org',
|
|
20801
|
+
standard: 'EIP3091',
|
|
20802
|
+
icon: 'vexon'
|
|
20803
|
+
}
|
|
20804
|
+
],
|
|
20805
|
+
iconURL: 'https://ipfs.io/ipfs/QmVCPcYVXB9ZEAN87LV5RrSBqxoD8zwwgVF6dcVetffSv2'
|
|
20806
|
+
},
|
|
20246
20807
|
7887: {
|
|
20247
20808
|
name: 'Kinto Mainnet',
|
|
20248
20809
|
chain: 'Kinto Mainnet',
|
|
@@ -20507,7 +21068,7 @@ exports.chains = {
|
|
|
20507
21068
|
}
|
|
20508
21069
|
],
|
|
20509
21070
|
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
20510
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
21071
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCwbV2eNWxb8qCop5PzP9PB15YZzcHbj8D7BixLso4xJ'
|
|
20511
21072
|
},
|
|
20512
21073
|
8080: {
|
|
20513
21074
|
name: 'Shardeum Liberty 1.X',
|
|
@@ -20609,6 +21170,23 @@ exports.chains = {
|
|
|
20609
21170
|
chainId: 8098,
|
|
20610
21171
|
networkId: 8098
|
|
20611
21172
|
},
|
|
21173
|
+
8108: {
|
|
21174
|
+
name: 'Zenchain',
|
|
21175
|
+
chain: 'ZCX',
|
|
21176
|
+
icon: 'zenchain',
|
|
21177
|
+
rpc: [],
|
|
21178
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
21179
|
+
faucets: [],
|
|
21180
|
+
nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
|
|
21181
|
+
infoURL: 'https://zenchain.io',
|
|
21182
|
+
shortName: 'zen',
|
|
21183
|
+
chainId: 8108,
|
|
21184
|
+
networkId: 8108,
|
|
21185
|
+
slip44: 60,
|
|
21186
|
+
explorers: [],
|
|
21187
|
+
status: 'incubating',
|
|
21188
|
+
iconURL: 'https://ipfs.io/ipfs/QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91'
|
|
21189
|
+
},
|
|
20612
21190
|
8131: {
|
|
20613
21191
|
name: 'Qitmeer Network Testnet',
|
|
20614
21192
|
chain: 'MEER',
|
|
@@ -20779,7 +21357,7 @@ exports.chains = {
|
|
|
20779
21357
|
chain: 'KAIA',
|
|
20780
21358
|
rpc: ['https://public-en.node.kaia.io'],
|
|
20781
21359
|
faucets: [],
|
|
20782
|
-
nativeCurrency: { name: 'KAIA', symbol: '
|
|
21360
|
+
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
20783
21361
|
infoURL: 'https://kaia.io',
|
|
20784
21362
|
shortName: 'kaia-mainnet',
|
|
20785
21363
|
chainId: 8217,
|
|
@@ -20787,13 +21365,13 @@ exports.chains = {
|
|
|
20787
21365
|
slip44: 8217,
|
|
20788
21366
|
explorers: [
|
|
20789
21367
|
{
|
|
20790
|
-
name: '
|
|
20791
|
-
url: 'https://
|
|
21368
|
+
name: 'Kaiascope',
|
|
21369
|
+
url: 'https://kaiascope.com',
|
|
20792
21370
|
standard: 'EIP3091'
|
|
20793
21371
|
},
|
|
20794
21372
|
{
|
|
20795
|
-
name: '
|
|
20796
|
-
url: 'https://
|
|
21373
|
+
name: 'Kaiascan',
|
|
21374
|
+
url: 'https://kaiascan.io',
|
|
20797
21375
|
standard: 'EIP3091'
|
|
20798
21376
|
}
|
|
20799
21377
|
]
|
|
@@ -20910,6 +21488,32 @@ exports.chains = {
|
|
|
20910
21488
|
explorers: [],
|
|
20911
21489
|
iconURL: 'https://ipfs.io/ipfs/bafybeibpyckp65pqjvrvqhdt26wqoqk55m6anshbfgyqnaemn6l34nlwya'
|
|
20912
21490
|
},
|
|
21491
|
+
8408: {
|
|
21492
|
+
name: 'Zenchain Testnet',
|
|
21493
|
+
chain: 'ZCX',
|
|
21494
|
+
icon: 'zenchain',
|
|
21495
|
+
rpc: [
|
|
21496
|
+
'https://zenchain-testnet.api.onfinality.io/public',
|
|
21497
|
+
'wss://zenchain-testnet.api.onfinality.io/public-ws'
|
|
21498
|
+
],
|
|
21499
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
21500
|
+
faucets: ['https://facuet.zenchain.io'],
|
|
21501
|
+
nativeCurrency: { name: 'ZCX', symbol: 'ZCX', decimals: 18 },
|
|
21502
|
+
infoURL: 'https://zenchain.io',
|
|
21503
|
+
shortName: 'zentest',
|
|
21504
|
+
chainId: 8408,
|
|
21505
|
+
networkId: 8408,
|
|
21506
|
+
slip44: 60,
|
|
21507
|
+
explorers: [
|
|
21508
|
+
{
|
|
21509
|
+
name: 'zentrace',
|
|
21510
|
+
url: 'https://zentrace.io',
|
|
21511
|
+
icon: 'blockscout',
|
|
21512
|
+
standard: 'EIP3091'
|
|
21513
|
+
}
|
|
21514
|
+
],
|
|
21515
|
+
iconURL: 'https://ipfs.io/ipfs/QmSnaHBAeCQEaibgsGqU1enFFyWsq5Eh3dDSMBA1Qztj91'
|
|
21516
|
+
},
|
|
20913
21517
|
8428: {
|
|
20914
21518
|
name: 'THAT Mainnet',
|
|
20915
21519
|
chain: 'THAT',
|
|
@@ -21155,7 +21759,7 @@ exports.chains = {
|
|
|
21155
21759
|
chain: 'IOTA EVM',
|
|
21156
21760
|
rpc: [
|
|
21157
21761
|
'https://json-rpc.evm.iotaledger.net',
|
|
21158
|
-
'
|
|
21762
|
+
'wss://ws.json-rpc.evm.iotaledger.net'
|
|
21159
21763
|
],
|
|
21160
21764
|
faucets: [],
|
|
21161
21765
|
nativeCurrency: { name: 'IOTA', symbol: 'IOTA', decimals: 18 },
|
|
@@ -21834,7 +22438,14 @@ exports.chains = {
|
|
|
21834
22438
|
chainId: 9070,
|
|
21835
22439
|
networkId: 9070,
|
|
21836
22440
|
icon: 'apexfusion',
|
|
21837
|
-
explorers: [
|
|
22441
|
+
explorers: [
|
|
22442
|
+
{
|
|
22443
|
+
name: 'apexfusion',
|
|
22444
|
+
url: 'https://explorer.nexus.testnet.apexfusion.org',
|
|
22445
|
+
icon: 'apexfusion',
|
|
22446
|
+
standard: 'EIP3091'
|
|
22447
|
+
}
|
|
22448
|
+
],
|
|
21838
22449
|
iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
|
|
21839
22450
|
},
|
|
21840
22451
|
9100: {
|
|
@@ -21884,6 +22495,28 @@ exports.chains = {
|
|
|
21884
22495
|
],
|
|
21885
22496
|
iconURL: 'https://ipfs.io/ipfs/QmVyAuAnKKNnGEpqeYMLPRfMdysLgPBTZeEXihXbRytGhp'
|
|
21886
22497
|
},
|
|
22498
|
+
9302: {
|
|
22499
|
+
name: 'Galactica-Reticulum',
|
|
22500
|
+
chain: 'Galactica Testnet',
|
|
22501
|
+
rpc: ['https://evm-rpc-http-reticulum.galactica.com/'],
|
|
22502
|
+
faucets: [],
|
|
22503
|
+
nativeCurrency: {
|
|
22504
|
+
name: 'Galactica Reticulum',
|
|
22505
|
+
symbol: 'GNET',
|
|
22506
|
+
decimals: 18
|
|
22507
|
+
},
|
|
22508
|
+
infoURL: 'https://galactica.com',
|
|
22509
|
+
shortName: 'GNET',
|
|
22510
|
+
chainId: 9302,
|
|
22511
|
+
networkId: 9302,
|
|
22512
|
+
explorers: [
|
|
22513
|
+
{
|
|
22514
|
+
name: 'Galactica-Reticulum Explorer',
|
|
22515
|
+
url: 'https://explorer-reticulum.galactica.com',
|
|
22516
|
+
standard: 'EIP3091'
|
|
22517
|
+
}
|
|
22518
|
+
]
|
|
22519
|
+
},
|
|
21887
22520
|
9339: {
|
|
21888
22521
|
name: 'Dogcoin Testnet',
|
|
21889
22522
|
chain: 'DOGS',
|
|
@@ -22156,6 +22789,24 @@ exports.chains = {
|
|
|
22156
22789
|
],
|
|
22157
22790
|
iconURL: 'https://ipfs.io/ipfs/QmPX3uipdwd195z1MJff7uj8hpZdSuVvM5z47eiz2o7Gz5'
|
|
22158
22791
|
},
|
|
22792
|
+
9788: {
|
|
22793
|
+
name: 'Tabi Testnetv2',
|
|
22794
|
+
chain: 'TabiNetworkv2',
|
|
22795
|
+
rpc: ['https://rpc.testnetv2.tabichain.com'],
|
|
22796
|
+
faucets: ['https://carnival.tabichain.com'],
|
|
22797
|
+
nativeCurrency: { name: 'Tabi', symbol: 'TABI', decimals: 18 },
|
|
22798
|
+
infoURL: 'https://www.tabichain.com',
|
|
22799
|
+
shortName: 'tabitestv2',
|
|
22800
|
+
chainId: 9788,
|
|
22801
|
+
networkId: 9788,
|
|
22802
|
+
explorers: [
|
|
22803
|
+
{
|
|
22804
|
+
name: 'Tabi Testnet V2 Explorer',
|
|
22805
|
+
url: 'https://testnetv2.tabiscan.com',
|
|
22806
|
+
standard: 'none'
|
|
22807
|
+
}
|
|
22808
|
+
]
|
|
22809
|
+
},
|
|
22159
22810
|
9789: {
|
|
22160
22811
|
name: 'Tabi Testnet',
|
|
22161
22812
|
chain: 'TabiNetwork',
|
|
@@ -22319,6 +22970,7 @@ exports.chains = {
|
|
|
22319
22970
|
'wss://ws.arena-z.t.raas.gelato.cloud'
|
|
22320
22971
|
],
|
|
22321
22972
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22973
|
+
icon: 'arena-z',
|
|
22322
22974
|
infoURL: 'https://raas.gelato.network/rollups/details/public/arena-z-testnet',
|
|
22323
22975
|
faucets: [],
|
|
22324
22976
|
shortName: 'arena-z-testnet',
|
|
@@ -22342,7 +22994,8 @@ exports.chains = {
|
|
|
22342
22994
|
}
|
|
22343
22995
|
]
|
|
22344
22996
|
},
|
|
22345
|
-
status: 'active'
|
|
22997
|
+
status: 'active',
|
|
22998
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic2vglaqxdbk5u7uw4vgksxri5xcbrnlysam57dsob2uvr33dzoma'
|
|
22346
22999
|
},
|
|
22347
23000
|
9898: {
|
|
22348
23001
|
name: 'Larissa Chain',
|
|
@@ -22481,6 +23134,26 @@ exports.chains = {
|
|
|
22481
23134
|
],
|
|
22482
23135
|
iconURL: 'https://ipfs.io/ipfs/Qmd8hyeNQ2zvJh6b1F1A7ujKaDAoznqA9ejH2RJdRaimUk'
|
|
22483
23136
|
},
|
|
23137
|
+
9982: {
|
|
23138
|
+
name: 'MFEV CHAIN MAINNET',
|
|
23139
|
+
chain: 'MFEV CHAIN',
|
|
23140
|
+
rpc: ['https://rpc.mfevscan.com'],
|
|
23141
|
+
faucets: [],
|
|
23142
|
+
nativeCurrency: { name: 'MFEV', symbol: 'MFEV', decimals: 18 },
|
|
23143
|
+
infoURL: 'https://mfevscan.com',
|
|
23144
|
+
shortName: 'mfevscan',
|
|
23145
|
+
chainId: 9982,
|
|
23146
|
+
networkId: 9982,
|
|
23147
|
+
slip44: 108,
|
|
23148
|
+
explorers: [
|
|
23149
|
+
{
|
|
23150
|
+
name: 'MFEV CHAIN',
|
|
23151
|
+
url: 'https://mfevscan.com',
|
|
23152
|
+
icon: 'mfev',
|
|
23153
|
+
standard: 'EIP3091'
|
|
23154
|
+
}
|
|
23155
|
+
]
|
|
23156
|
+
},
|
|
22484
23157
|
9990: {
|
|
22485
23158
|
name: 'Agung Network',
|
|
22486
23159
|
chain: 'Agung',
|
|
@@ -22640,6 +23313,26 @@ exports.chains = {
|
|
|
22640
23313
|
],
|
|
22641
23314
|
iconURL: 'https://ipfs.io/ipfs/QmPtiJGaApbW3ATZhPW3pKJpw3iGVrRGsZLWhrDKF9ZK18'
|
|
22642
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
|
+
},
|
|
22643
23336
|
10081: {
|
|
22644
23337
|
name: 'Japan Open Chain Testnet',
|
|
22645
23338
|
chain: 'JOCT',
|
|
@@ -23345,6 +24038,11 @@ exports.chains = {
|
|
|
23345
24038
|
name: 'bevm mainnet scan',
|
|
23346
24039
|
url: 'https://scan-mainnet.bevm.io',
|
|
23347
24040
|
standard: 'none'
|
|
24041
|
+
},
|
|
24042
|
+
{
|
|
24043
|
+
name: 'bevm mainnet oklink',
|
|
24044
|
+
url: 'https://www.oklink.com/bevm',
|
|
24045
|
+
standard: 'none'
|
|
23348
24046
|
}
|
|
23349
24047
|
],
|
|
23350
24048
|
iconURL: 'https://ipfs.io/ipfs/QmfMXiYn4xF9JwdjaqM5YKhqoByox51XvnL68VvKJS6yyu'
|
|
@@ -24072,6 +24770,29 @@ exports.chains = {
|
|
|
24072
24770
|
],
|
|
24073
24771
|
iconURL: 'https://ipfs.io/ipfs/QmZEuR4bJaZkC497qQnsxHv23pZFcXb9dTdaDPCPo2sj9Z'
|
|
24074
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
|
+
},
|
|
24075
24796
|
13812: {
|
|
24076
24797
|
name: 'Susono',
|
|
24077
24798
|
chain: 'SUS',
|
|
@@ -25169,6 +25890,46 @@ exports.chains = {
|
|
|
25169
25890
|
],
|
|
25170
25891
|
iconURL: 'https://ipfs.io/ipfs/QmatvJXLgMthjXwydGBVFRtga9fZXJ3qFEVJ6cMRxniFUc'
|
|
25171
25892
|
},
|
|
25893
|
+
19515: {
|
|
25894
|
+
name: 'SEC Testnet',
|
|
25895
|
+
chain: 'SEC',
|
|
25896
|
+
icon: 'secIcon',
|
|
25897
|
+
rpc: ['https://testnet-rpc.secexplorer.io'],
|
|
25898
|
+
faucets: ['https://faucet.secexplorer.io'],
|
|
25899
|
+
nativeCurrency: { name: 'SEP', symbol: 'SEP', decimals: 18 },
|
|
25900
|
+
infoURL: 'https://smartenergychain.org',
|
|
25901
|
+
shortName: 'SEPt',
|
|
25902
|
+
chainId: 19515,
|
|
25903
|
+
networkId: 19515,
|
|
25904
|
+
explorers: [
|
|
25905
|
+
{
|
|
25906
|
+
name: 'SEC Testnet Explorer',
|
|
25907
|
+
url: 'https://testnet.secexplorer.io',
|
|
25908
|
+
standard: 'EIP3091'
|
|
25909
|
+
}
|
|
25910
|
+
],
|
|
25911
|
+
iconURL: 'https://ipfs.io/ipfs/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto'
|
|
25912
|
+
},
|
|
25913
|
+
19516: {
|
|
25914
|
+
name: 'SEC Mainnet',
|
|
25915
|
+
chain: 'SEC',
|
|
25916
|
+
icon: 'secIcon',
|
|
25917
|
+
rpc: ['https://rpc.secexplorer.io'],
|
|
25918
|
+
faucets: [],
|
|
25919
|
+
nativeCurrency: { name: 'SEP', symbol: 'SEP', decimals: 18 },
|
|
25920
|
+
infoURL: 'https://smartenergychain.org',
|
|
25921
|
+
shortName: 'SECm',
|
|
25922
|
+
chainId: 19516,
|
|
25923
|
+
networkId: 19516,
|
|
25924
|
+
explorers: [
|
|
25925
|
+
{
|
|
25926
|
+
name: 'SEC Mainnet Explorer',
|
|
25927
|
+
url: 'https://secexplorer.io',
|
|
25928
|
+
standard: 'EIP3091'
|
|
25929
|
+
}
|
|
25930
|
+
],
|
|
25931
|
+
iconURL: 'https://ipfs.io/ipfs/QmWeJdWk2HiZhcCtecHyzxm7DBH5KDH2ERj9ZiqxmxgUto'
|
|
25932
|
+
},
|
|
25172
25933
|
19527: {
|
|
25173
25934
|
name: 'Magnet Network',
|
|
25174
25935
|
chain: 'Magnet',
|
|
@@ -25204,6 +25965,27 @@ exports.chains = {
|
|
|
25204
25965
|
],
|
|
25205
25966
|
iconURL: 'https://ipfs.io/ipfs/QmUoSiFWaPTbVY6ZfJswzrM9jKuhfhXWwstRo49cVCWr8x'
|
|
25206
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
|
+
},
|
|
25207
25989
|
19845: {
|
|
25208
25990
|
name: 'BTCIX Network',
|
|
25209
25991
|
chain: 'BTCIX',
|
|
@@ -25355,6 +26137,31 @@ exports.chains = {
|
|
|
25355
26137
|
}
|
|
25356
26138
|
]
|
|
25357
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
|
+
},
|
|
25358
26165
|
21133: {
|
|
25359
26166
|
name: 'All About Healthy',
|
|
25360
26167
|
chain: 'AAH',
|
|
@@ -26837,6 +27644,26 @@ exports.chains = {
|
|
|
26837
27644
|
explorers: [],
|
|
26838
27645
|
iconURL: 'https://ipfs.io/ipfs/QmUQiosuH8ib8aXSpYcJRTje9Lro9VeZyd4cNXrXGY5r8D'
|
|
26839
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
|
+
},
|
|
26840
27667
|
33210: {
|
|
26841
27668
|
name: 'Cloudverse Subnet',
|
|
26842
27669
|
chain: 'CLOUDVERSE',
|
|
@@ -27240,6 +28067,27 @@ exports.chains = {
|
|
|
27240
28067
|
}
|
|
27241
28068
|
]
|
|
27242
28069
|
},
|
|
28070
|
+
41923: {
|
|
28071
|
+
name: 'Open Campus Codex Mainnet',
|
|
28072
|
+
chain: 'Open Campus Codex Mainnet',
|
|
28073
|
+
icon: 'occ-mainnet',
|
|
28074
|
+
rpc: ['https://rpc.edu-chain.raas.gelato.cloud'],
|
|
28075
|
+
faucets: ['https://bridge.gelato.network/bridge/edu-chain'],
|
|
28076
|
+
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
28077
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
|
28078
|
+
shortName: 'occ-mainnet',
|
|
28079
|
+
chainId: 41923,
|
|
28080
|
+
networkId: 41923,
|
|
28081
|
+
explorers: [
|
|
28082
|
+
{
|
|
28083
|
+
name: 'Open Campus Codex',
|
|
28084
|
+
url: 'https://edu-chain.blockscout.com',
|
|
28085
|
+
icon: 'occ-mainnet',
|
|
28086
|
+
standard: 'none'
|
|
28087
|
+
}
|
|
28088
|
+
],
|
|
28089
|
+
iconURL: 'https://ipfs.io/ipfs/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt'
|
|
28090
|
+
},
|
|
27243
28091
|
42069: {
|
|
27244
28092
|
name: 'pegglecoin',
|
|
27245
28093
|
chain: '42069',
|
|
@@ -27430,6 +28278,26 @@ exports.chains = {
|
|
|
27430
28278
|
}
|
|
27431
28279
|
]
|
|
27432
28280
|
},
|
|
28281
|
+
42420: {
|
|
28282
|
+
name: 'Asset Chain Mainnet',
|
|
28283
|
+
chain: 'Asset Chain',
|
|
28284
|
+
rpc: ['https://mainnet-rpc.assetchain.org'],
|
|
28285
|
+
faucets: ['https://faucet.assetchain.org'],
|
|
28286
|
+
nativeCurrency: { name: 'Real World Asset', symbol: 'RWA', decimals: 18 },
|
|
28287
|
+
infoURL: 'https://docs.assetchain.org',
|
|
28288
|
+
shortName: 'assetchain',
|
|
28289
|
+
chainId: 42420,
|
|
28290
|
+
networkId: 42420,
|
|
28291
|
+
icon: 'assetchain',
|
|
28292
|
+
explorers: [
|
|
28293
|
+
{
|
|
28294
|
+
name: 'Asset Chain Explorer',
|
|
28295
|
+
url: 'https://scan.assetchain.org',
|
|
28296
|
+
standard: 'EIP3091'
|
|
28297
|
+
}
|
|
28298
|
+
],
|
|
28299
|
+
iconURL: 'https://ipfs.io/ipfs/QmXc4bxuyWvQFqjuunXmvZZs1AwGChyY7sGYK6tgCkp3nJ'
|
|
28300
|
+
},
|
|
27433
28301
|
42421: {
|
|
27434
28302
|
name: 'Asset Chain Testnet',
|
|
27435
28303
|
chain: 'Asset Chain',
|
|
@@ -27934,7 +28802,7 @@ exports.chains = {
|
|
|
27934
28802
|
name: 'Zircuit Testnet',
|
|
27935
28803
|
chain: 'Zircuit Testnet',
|
|
27936
28804
|
icon: 'zircuit',
|
|
27937
|
-
rpc: ['
|
|
28805
|
+
rpc: ['https://zircuit1-testnet.p2pify.com/'],
|
|
27938
28806
|
faucets: [],
|
|
27939
28807
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
27940
28808
|
infoURL: 'https://www.zircuit.com/',
|
|
@@ -28132,6 +29000,25 @@ exports.chains = {
|
|
|
28132
29000
|
],
|
|
28133
29001
|
parent: { type: 'L2', chain: 'eip155-3' }
|
|
28134
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
|
+
},
|
|
28135
29022
|
50888: {
|
|
28136
29023
|
name: 'Erbie Mainnet',
|
|
28137
29024
|
chain: 'Erbie',
|
|
@@ -29161,6 +30048,27 @@ exports.chains = {
|
|
|
29161
30048
|
},
|
|
29162
30049
|
iconURL: 'https://ipfs.io/ipfs/bafkreid3xv3zkuo2cygwt7vwm5c2aqjbyhy5qxn7xkc66ajhu2mjh2ybki'
|
|
29163
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
|
+
},
|
|
29164
30072
|
62298: {
|
|
29165
30073
|
name: 'Citrea Devnet',
|
|
29166
30074
|
chain: 'Citrea',
|
|
@@ -29329,6 +30237,26 @@ exports.chains = {
|
|
|
29329
30237
|
],
|
|
29330
30238
|
iconURL: 'https://ipfs.io/ipfs/QmVo6h7hQcduywA4j5n5vzB75y2PiVaSN4HuNwgB5XiBsj'
|
|
29331
30239
|
},
|
|
30240
|
+
63157: {
|
|
30241
|
+
name: 'Geist Mainnet',
|
|
30242
|
+
chain: 'Geist',
|
|
30243
|
+
rpc: [],
|
|
30244
|
+
faucets: [],
|
|
30245
|
+
nativeCurrency: {
|
|
30246
|
+
name: 'Aavegotchi GHST Token',
|
|
30247
|
+
symbol: 'GHST',
|
|
30248
|
+
decimals: 18
|
|
30249
|
+
},
|
|
30250
|
+
features: [],
|
|
30251
|
+
infoURL: 'https://playongeist.com',
|
|
30252
|
+
shortName: 'Geist',
|
|
30253
|
+
chainId: 63157,
|
|
30254
|
+
networkId: 63157,
|
|
30255
|
+
status: 'incubating',
|
|
30256
|
+
icon: 'geist',
|
|
30257
|
+
explorers: [],
|
|
30258
|
+
iconURL: 'https://ipfs.io/ipfs/QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8'
|
|
30259
|
+
},
|
|
29332
30260
|
65349: {
|
|
29333
30261
|
name: 'CratD2C Testnet',
|
|
29334
30262
|
chain: 'CRATD2C',
|
|
@@ -29398,7 +30326,10 @@ exports.chains = {
|
|
|
29398
30326
|
65536: {
|
|
29399
30327
|
name: 'Automata Mainnet',
|
|
29400
30328
|
chain: 'Automata Mainnet',
|
|
29401
|
-
rpc: [
|
|
30329
|
+
rpc: [
|
|
30330
|
+
'https://rpc.ata.network',
|
|
30331
|
+
'https://automata-mainnet.alt.technology/'
|
|
30332
|
+
],
|
|
29402
30333
|
faucets: [],
|
|
29403
30334
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
29404
30335
|
infoURL: 'https://ata.network',
|
|
@@ -29406,7 +30337,13 @@ exports.chains = {
|
|
|
29406
30337
|
chainId: 65536,
|
|
29407
30338
|
networkId: 65536,
|
|
29408
30339
|
icon: 'automata',
|
|
29409
|
-
explorers: [
|
|
30340
|
+
explorers: [
|
|
30341
|
+
{
|
|
30342
|
+
name: 'Automata Explorer',
|
|
30343
|
+
url: 'https://explorer.ata.network',
|
|
30344
|
+
standard: 'EIP3091'
|
|
30345
|
+
}
|
|
30346
|
+
],
|
|
29410
30347
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
29411
30348
|
},
|
|
29412
30349
|
66665: {
|
|
@@ -29650,6 +30587,35 @@ exports.chains = {
|
|
|
29650
30587
|
},
|
|
29651
30588
|
iconURL: 'https://ipfs.io/ipfs/QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC'
|
|
29652
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
|
+
},
|
|
29653
30619
|
71111: {
|
|
29654
30620
|
name: 'GuapcoinX',
|
|
29655
30621
|
chain: 'GuapcoinX',
|
|
@@ -29675,6 +30641,28 @@ exports.chains = {
|
|
|
29675
30641
|
],
|
|
29676
30642
|
iconURL: 'https://ipfs.io/ipfs/QmcDTR7982VQKDDz2Mh4fZbnE9hn67MuFPWQv1MimCqPvB'
|
|
29677
30643
|
},
|
|
30644
|
+
71117: {
|
|
30645
|
+
name: 'Wadzchain Testnet',
|
|
30646
|
+
title: 'Wadzchain Testnet',
|
|
30647
|
+
chain: 'Wadzchain-Testnet',
|
|
30648
|
+
icon: 'wadz',
|
|
30649
|
+
rpc: ['https://rpc-testnet.wadzchain.io'],
|
|
30650
|
+
faucets: ['https://faucet-testnet.wadzchain.io'],
|
|
30651
|
+
nativeCurrency: { name: 'WadzToken', symbol: 'WTK', decimals: 18 },
|
|
30652
|
+
infoURL: 'https://www.wadzchain-network.io',
|
|
30653
|
+
shortName: 'wadzchain-testnet',
|
|
30654
|
+
chainId: 71117,
|
|
30655
|
+
networkId: 71117,
|
|
30656
|
+
slip44: 1,
|
|
30657
|
+
explorers: [
|
|
30658
|
+
{
|
|
30659
|
+
name: 'Wadzchain Testnet Explorer',
|
|
30660
|
+
url: 'https://scan-testnet.wadzchain.io',
|
|
30661
|
+
standard: 'EIP3091'
|
|
30662
|
+
}
|
|
30663
|
+
],
|
|
30664
|
+
iconURL: 'https://ipfs.io/ipfs/QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou'
|
|
30665
|
+
},
|
|
29678
30666
|
71393: {
|
|
29679
30667
|
name: 'Polyjuice Testnet',
|
|
29680
30668
|
chain: 'CKB',
|
|
@@ -30200,7 +31188,7 @@ exports.chains = {
|
|
|
30200
31188
|
'wss://polygon-amoy-bor-rpc.publicnode.com'
|
|
30201
31189
|
],
|
|
30202
31190
|
faucets: ['https://faucet.polygon.technology/'],
|
|
30203
|
-
nativeCurrency: { name: '
|
|
31191
|
+
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
30204
31192
|
infoURL: 'https://polygon.technology/',
|
|
30205
31193
|
shortName: 'polygonamoy',
|
|
30206
31194
|
chainId: 80002,
|
|
@@ -30887,6 +31875,25 @@ exports.chains = {
|
|
|
30887
31875
|
icon: 'fxcore',
|
|
30888
31876
|
iconURL: 'https://ipfs.io/ipfs/QmauD5hzc5q1VgEU1nT4AGLCeV79CB8GgfnXXeeLmBZVHf'
|
|
30889
31877
|
},
|
|
31878
|
+
90002: {
|
|
31879
|
+
name: 'UBIT SMARTCHAIN MAINNET',
|
|
31880
|
+
chain: 'UBIT SMARTCHAIN',
|
|
31881
|
+
rpc: ['https://rpc.ubitscan.io'],
|
|
31882
|
+
faucets: [],
|
|
31883
|
+
nativeCurrency: { name: 'USC', symbol: 'USC', decimals: 18 },
|
|
31884
|
+
infoURL: 'https://ubitscan.io',
|
|
31885
|
+
shortName: 'UBITSCAN',
|
|
31886
|
+
chainId: 90002,
|
|
31887
|
+
networkId: 90002,
|
|
31888
|
+
slip44: 108,
|
|
31889
|
+
explorers: [
|
|
31890
|
+
{
|
|
31891
|
+
name: 'UBITSCAN',
|
|
31892
|
+
url: 'https://ubitscan.io',
|
|
31893
|
+
standard: 'EIP3091'
|
|
31894
|
+
}
|
|
31895
|
+
]
|
|
31896
|
+
},
|
|
30890
31897
|
90210: {
|
|
30891
31898
|
name: 'Beverly Hills',
|
|
30892
31899
|
title: 'Ethereum multi-client Verkle Testnet Beverly Hills',
|
|
@@ -31073,6 +32080,25 @@ exports.chains = {
|
|
|
31073
32080
|
}
|
|
31074
32081
|
]
|
|
31075
32082
|
},
|
|
32083
|
+
95432: {
|
|
32084
|
+
name: 'SRICHAIN',
|
|
32085
|
+
chain: 'SRICHAIN',
|
|
32086
|
+
rpc: ['https://rpc.sriscan.com/'],
|
|
32087
|
+
faucets: [],
|
|
32088
|
+
nativeCurrency: { name: 'SRIX', symbol: 'SRIX', decimals: 18 },
|
|
32089
|
+
infoURL: 'https://sriscan.com',
|
|
32090
|
+
shortName: 'sriscan',
|
|
32091
|
+
chainId: 95432,
|
|
32092
|
+
networkId: 95432,
|
|
32093
|
+
slip44: 108,
|
|
32094
|
+
explorers: [
|
|
32095
|
+
{
|
|
32096
|
+
name: 'SRICHAIN',
|
|
32097
|
+
url: 'https://sriscan.com',
|
|
32098
|
+
standard: 'EIP3091'
|
|
32099
|
+
}
|
|
32100
|
+
]
|
|
32101
|
+
},
|
|
31076
32102
|
96970: {
|
|
31077
32103
|
name: 'Mantis Testnet (Hexapod)',
|
|
31078
32104
|
chain: 'Mantis',
|
|
@@ -31203,6 +32229,25 @@ exports.chains = {
|
|
|
31203
32229
|
],
|
|
31204
32230
|
iconURL: 'https://ipfs.io/ipfs/QmNWBcc2AtknphNxt4GtTxbWF6vDkf6sh2nvkPn9wqchW6'
|
|
31205
32231
|
},
|
|
32232
|
+
97766: {
|
|
32233
|
+
name: 'MetaBenz CHAIN',
|
|
32234
|
+
chain: 'MetaBenz CHAIN',
|
|
32235
|
+
rpc: ['https://rpc.metabenzscan.com'],
|
|
32236
|
+
faucets: [],
|
|
32237
|
+
nativeCurrency: { name: 'MBC', symbol: 'MBC', decimals: 18 },
|
|
32238
|
+
infoURL: 'https://metabenzscan.com',
|
|
32239
|
+
shortName: 'metabenzscan',
|
|
32240
|
+
chainId: 97766,
|
|
32241
|
+
networkId: 97766,
|
|
32242
|
+
slip44: 108,
|
|
32243
|
+
explorers: [
|
|
32244
|
+
{
|
|
32245
|
+
name: 'MetaBenz CHAIN',
|
|
32246
|
+
url: 'https://metabenzscan.com',
|
|
32247
|
+
standard: 'EIP3091'
|
|
32248
|
+
}
|
|
32249
|
+
]
|
|
32250
|
+
},
|
|
31206
32251
|
97970: {
|
|
31207
32252
|
name: 'OptimusZ7 Testnet',
|
|
31208
32253
|
chain: 'OptimusZ7',
|
|
@@ -32286,6 +33331,25 @@ exports.chains = {
|
|
|
32286
33331
|
}
|
|
32287
33332
|
]
|
|
32288
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
|
+
},
|
|
32289
33353
|
161212: {
|
|
32290
33354
|
name: 'PlayFi Mainnet',
|
|
32291
33355
|
chain: 'PLAY',
|
|
@@ -32432,27 +33496,16 @@ exports.chains = {
|
|
|
32432
33496
|
167008: {
|
|
32433
33497
|
name: 'Taiko Katla L2',
|
|
32434
33498
|
chain: 'ETH',
|
|
32435
|
-
status: '
|
|
33499
|
+
status: 'deprecated',
|
|
32436
33500
|
icon: 'taiko',
|
|
32437
|
-
rpc: [
|
|
32438
|
-
'https://rpc.katla.taiko.xyz',
|
|
32439
|
-
'wss://ws.katla.taiko.xyz',
|
|
32440
|
-
'https://taiko-katla.drpc.org',
|
|
32441
|
-
'wss://taiko-katla.drpc.org'
|
|
32442
|
-
],
|
|
33501
|
+
rpc: [],
|
|
32443
33502
|
faucets: [],
|
|
32444
33503
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32445
33504
|
infoURL: 'https://taiko.xyz',
|
|
32446
33505
|
shortName: 'tko-katla',
|
|
32447
33506
|
chainId: 167008,
|
|
32448
33507
|
networkId: 167008,
|
|
32449
|
-
explorers: [
|
|
32450
|
-
{
|
|
32451
|
-
name: 'blockscout',
|
|
32452
|
-
url: 'https://explorer.katla.taiko.xyz',
|
|
32453
|
-
standard: 'EIP3091'
|
|
32454
|
-
}
|
|
32455
|
-
],
|
|
33508
|
+
explorers: [],
|
|
32456
33509
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
32457
33510
|
},
|
|
32458
33511
|
167009: {
|
|
@@ -32611,13 +33664,27 @@ exports.chains = {
|
|
|
32611
33664
|
'wss://rpc-testnet.mindnetwork.xyz'
|
|
32612
33665
|
],
|
|
32613
33666
|
faucets: [],
|
|
32614
|
-
nativeCurrency: { name: '
|
|
33667
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
32615
33668
|
features: [{ name: 'EIP155' }],
|
|
32616
33669
|
infoURL: 'https://mindnetwork.xyz',
|
|
32617
33670
|
shortName: 'fhet',
|
|
32618
33671
|
chainId: 192940,
|
|
32619
33672
|
networkId: 192940
|
|
32620
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
|
+
},
|
|
32621
33688
|
199991: {
|
|
32622
33689
|
name: 'MAZZE Testnet',
|
|
32623
33690
|
chain: 'MAZZE Testnet',
|
|
@@ -32943,6 +34010,24 @@ exports.chains = {
|
|
|
32943
34010
|
}
|
|
32944
34011
|
]
|
|
32945
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
|
+
},
|
|
32946
34031
|
202624: {
|
|
32947
34032
|
name: 'Jellie',
|
|
32948
34033
|
title: 'Twala Testnet Jellie',
|
|
@@ -33017,6 +34102,36 @@ exports.chains = {
|
|
|
33017
34102
|
chainId: 210049,
|
|
33018
34103
|
networkId: 210049
|
|
33019
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
|
+
},
|
|
33020
34135
|
210425: {
|
|
33021
34136
|
name: 'PlatON Mainnet',
|
|
33022
34137
|
chain: 'PlatON',
|
|
@@ -33675,6 +34790,38 @@ exports.chains = {
|
|
|
33675
34790
|
],
|
|
33676
34791
|
iconURL: 'https://ipfs.io/ipfs/Qmetu9hMLvczYo7tDPRyjqjBHwwpHU8mEgW3PEPPre56su'
|
|
33677
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
|
+
},
|
|
33678
34825
|
327126: {
|
|
33679
34826
|
name: 'WABA Chain Testnet',
|
|
33680
34827
|
chain: 'WABA Testnet',
|
|
@@ -34060,6 +35207,20 @@ exports.chains = {
|
|
|
34060
35207
|
}
|
|
34061
35208
|
]
|
|
34062
35209
|
},
|
|
35210
|
+
383353: {
|
|
35211
|
+
name: 'CheeseChain',
|
|
35212
|
+
title: 'CheeseChain',
|
|
35213
|
+
chain: 'CHEESE',
|
|
35214
|
+
rpc: ['https://rpc.cheesechain.xyz'],
|
|
35215
|
+
faucets: [],
|
|
35216
|
+
nativeCurrency: { name: 'CHEESE', symbol: 'CHEESE', decimals: 18 },
|
|
35217
|
+
infoURL: 'https://cheesechain.xyz',
|
|
35218
|
+
shortName: 'CheeseChain',
|
|
35219
|
+
chainId: 383353,
|
|
35220
|
+
networkId: 383353,
|
|
35221
|
+
icon: 'cheesechain',
|
|
35222
|
+
iconURL: 'https://ipfs.io/ipfs/QmNixMsKsnQKM925X3w85TBgFRFRFAe4gGGQw79UnT8BrV'
|
|
35223
|
+
},
|
|
34063
35224
|
404040: {
|
|
34064
35225
|
name: 'Tipboxcoin Mainnet',
|
|
34065
35226
|
chain: 'TPBX',
|
|
@@ -34874,6 +36035,28 @@ exports.chains = {
|
|
|
34874
36035
|
],
|
|
34875
36036
|
iconURL: 'https://ipfs.io/ipfs/QmcSWGcoqC3y8VKahRdqPDgD68rr6A1gWVQPRt5FcpgWmG'
|
|
34876
36037
|
},
|
|
36038
|
+
631571: {
|
|
36039
|
+
name: 'Polter Testnet',
|
|
36040
|
+
chain: 'Geist',
|
|
36041
|
+
rpc: ['https://geist-polter.g.alchemy.com/public'],
|
|
36042
|
+
faucets: [],
|
|
36043
|
+
nativeCurrency: { name: 'Polter GHST', symbol: 'GHST', decimals: 18 },
|
|
36044
|
+
features: [],
|
|
36045
|
+
infoURL: 'https://playongeist.com',
|
|
36046
|
+
shortName: 'poltergeist',
|
|
36047
|
+
chainId: 631571,
|
|
36048
|
+
networkId: 631571,
|
|
36049
|
+
status: 'incubating',
|
|
36050
|
+
icon: 'polterGeist',
|
|
36051
|
+
explorers: [
|
|
36052
|
+
{
|
|
36053
|
+
name: 'Polter Testnet Explorer',
|
|
36054
|
+
url: 'https://polter-testnet.explorer.alchemy.com',
|
|
36055
|
+
standard: 'EIP3091'
|
|
36056
|
+
}
|
|
36057
|
+
],
|
|
36058
|
+
iconURL: 'https://ipfs.io/ipfs/QmNih9epd2WkWTCWD9nwXyUzpaBcPALJH66Fjq1YywpcA8'
|
|
36059
|
+
},
|
|
34877
36060
|
641230: {
|
|
34878
36061
|
name: 'Bear Network Chain Mainnet',
|
|
34879
36062
|
chain: 'BRNKC',
|
|
@@ -35189,6 +36372,25 @@ exports.chains = {
|
|
|
35189
36372
|
}
|
|
35190
36373
|
]
|
|
35191
36374
|
},
|
|
36375
|
+
756689: {
|
|
36376
|
+
name: 'PAYSCAN CHAIN',
|
|
36377
|
+
chain: 'PAYSCAN CHAIN',
|
|
36378
|
+
rpc: ['https://rpc.payscan.live'],
|
|
36379
|
+
faucets: [],
|
|
36380
|
+
nativeCurrency: { name: 'PYZ', symbol: 'PYZ', decimals: 18 },
|
|
36381
|
+
infoURL: 'https://payscan.live',
|
|
36382
|
+
shortName: 'payscan',
|
|
36383
|
+
chainId: 756689,
|
|
36384
|
+
networkId: 756689,
|
|
36385
|
+
slip44: 108,
|
|
36386
|
+
explorers: [
|
|
36387
|
+
{
|
|
36388
|
+
name: 'PAYSCAN CHAIN',
|
|
36389
|
+
url: 'https://payscan.live',
|
|
36390
|
+
standard: 'EIP3091'
|
|
36391
|
+
}
|
|
36392
|
+
]
|
|
36393
|
+
},
|
|
35192
36394
|
761412: {
|
|
35193
36395
|
name: 'Miexs Smartchain',
|
|
35194
36396
|
chain: 'MiexsSmartchain',
|
|
@@ -35267,6 +36469,31 @@ exports.chains = {
|
|
|
35267
36469
|
}
|
|
35268
36470
|
]
|
|
35269
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
|
+
},
|
|
35270
36497
|
800001: {
|
|
35271
36498
|
name: 'OctaSpace',
|
|
35272
36499
|
chain: 'OCTA',
|
|
@@ -35503,6 +36730,27 @@ exports.chains = {
|
|
|
35503
36730
|
],
|
|
35504
36731
|
iconURL: 'https://ipfs.io/ipfs/QmckkDRkuCQWbvhpKGsqa8ajuQvf3W5dekzw5qpiPC6shk'
|
|
35505
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
|
+
},
|
|
35506
36754
|
840000: {
|
|
35507
36755
|
name: 'RUNEVM Testnet',
|
|
35508
36756
|
chain: 'RuneVM',
|
|
@@ -35659,6 +36907,26 @@ exports.chains = {
|
|
|
35659
36907
|
}
|
|
35660
36908
|
]
|
|
35661
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
|
+
},
|
|
35662
36930
|
912559: {
|
|
35663
36931
|
name: 'Astria EVM Dusknet',
|
|
35664
36932
|
chain: 'RIA',
|
|
@@ -35827,6 +37095,40 @@ exports.chains = {
|
|
|
35827
37095
|
},
|
|
35828
37096
|
iconURL: 'https://ipfs.io/ipfs/QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4'
|
|
35829
37097
|
},
|
|
37098
|
+
978658: {
|
|
37099
|
+
name: 'Treasure Topaz',
|
|
37100
|
+
chain: 'Treasure Topaz',
|
|
37101
|
+
shortName: 'Topaz',
|
|
37102
|
+
chainId: 978658,
|
|
37103
|
+
networkId: 978658,
|
|
37104
|
+
nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
37105
|
+
slip44: 1,
|
|
37106
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37107
|
+
infoURL: 'https://app.treasure.lol',
|
|
37108
|
+
icon: 'treasuretopaz',
|
|
37109
|
+
rpc: ['https://rpc.topaz.treasure.lol', 'wss://rpc.topaz.treasure.lol/ws'],
|
|
37110
|
+
faucets: [
|
|
37111
|
+
'https://app.treasure.lol/chain/faucet',
|
|
37112
|
+
'https://thirdweb.com/treasure-topaz'
|
|
37113
|
+
],
|
|
37114
|
+
explorers: [
|
|
37115
|
+
{
|
|
37116
|
+
name: 'treasurescan',
|
|
37117
|
+
url: 'https://topaz.treasurescan.io',
|
|
37118
|
+
icon: 'treasure',
|
|
37119
|
+
standard: 'EIP3091'
|
|
37120
|
+
}
|
|
37121
|
+
],
|
|
37122
|
+
parent: {
|
|
37123
|
+
type: 'L2',
|
|
37124
|
+
chain: 'eip155-1',
|
|
37125
|
+
bridges: [
|
|
37126
|
+
{ url: 'https://app.treasure.lol/chain/bridge' },
|
|
37127
|
+
{ url: 'https://portal.topaz.treasure.lol/bridge' }
|
|
37128
|
+
]
|
|
37129
|
+
},
|
|
37130
|
+
iconURL: 'https://ipfs.io/ipfs/QmT9TS1vsxxq4pToEXPouuYtDcpQZWZfh91NZdNXVQGPrY'
|
|
37131
|
+
},
|
|
35830
37132
|
984122: {
|
|
35831
37133
|
name: 'Forma',
|
|
35832
37134
|
chain: 'Forma',
|
|
@@ -36140,7 +37442,10 @@ exports.chains = {
|
|
|
36140
37442
|
1398243: {
|
|
36141
37443
|
name: 'Automata Testnet',
|
|
36142
37444
|
chain: 'Automata Testnet',
|
|
36143
|
-
rpc: [
|
|
37445
|
+
rpc: [
|
|
37446
|
+
'https://rpc-testnet.ata.network',
|
|
37447
|
+
'https://automata-testnet.alt.technology'
|
|
37448
|
+
],
|
|
36144
37449
|
faucets: [],
|
|
36145
37450
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
|
36146
37451
|
infoURL: 'https://ata.network',
|
|
@@ -36151,7 +37456,7 @@ exports.chains = {
|
|
|
36151
37456
|
explorers: [
|
|
36152
37457
|
{
|
|
36153
37458
|
name: 'Automata Testnet Explorer',
|
|
36154
|
-
url: 'https://
|
|
37459
|
+
url: 'https://explorer-testnet.ata.network',
|
|
36155
37460
|
standard: 'EIP3091'
|
|
36156
37461
|
}
|
|
36157
37462
|
],
|
|
@@ -37299,6 +38604,47 @@ exports.chains = {
|
|
|
37299
38604
|
}
|
|
37300
38605
|
]
|
|
37301
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
|
+
},
|
|
37302
38648
|
12052024: {
|
|
37303
38649
|
name: 'Memento Testnet',
|
|
37304
38650
|
chain: 'Memento',
|
|
@@ -37748,6 +39094,18 @@ exports.chains = {
|
|
|
37748
39094
|
],
|
|
37749
39095
|
iconURL: 'https://ipfs.io/ipfs/QmTV45o4jTe6ayscF1XWh1WXk5DPck4QohR5kQocSWjvQP'
|
|
37750
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
|
+
},
|
|
37751
39109
|
24772477: {
|
|
37752
39110
|
name: '6Degree of Outreach - Testnet',
|
|
37753
39111
|
chain: '6DO',
|
|
@@ -37985,6 +39343,36 @@ exports.chains = {
|
|
|
37985
39343
|
}
|
|
37986
39344
|
]
|
|
37987
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
|
+
},
|
|
37988
39376
|
52164803: {
|
|
37989
39377
|
name: 'Fluence Testnet',
|
|
37990
39378
|
chain: 'Fluence Testnet',
|
|
@@ -38340,6 +39728,19 @@ exports.chains = {
|
|
|
38340
39728
|
},
|
|
38341
39729
|
status: 'active'
|
|
38342
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
|
+
},
|
|
38343
39744
|
99415706: {
|
|
38344
39745
|
name: 'Joys Digital TestNet',
|
|
38345
39746
|
chain: 'TOYS',
|
|
@@ -38563,6 +39964,18 @@ exports.chains = {
|
|
|
38563
39964
|
],
|
|
38564
39965
|
iconURL: 'https://ipfs.io/ipfs/QmRhB4AbjDrhvwfSAQi2JvKirFiDWxzJvKEvG8S8AdDdED'
|
|
38565
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
|
+
},
|
|
38566
39979
|
245022926: {
|
|
38567
39980
|
name: 'Neon EVM Devnet',
|
|
38568
39981
|
chain: 'Solana',
|
|
@@ -39032,6 +40445,32 @@ exports.chains = {
|
|
|
39032
40445
|
],
|
|
39033
40446
|
iconURL: 'https://ipfs.io/ipfs/bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m'
|
|
39034
40447
|
},
|
|
40448
|
+
994873017: {
|
|
40449
|
+
name: 'Lumia Mainnet',
|
|
40450
|
+
shortName: 'lumia-mainnet',
|
|
40451
|
+
title: 'Lumia Mainnet',
|
|
40452
|
+
chain: 'ETH',
|
|
40453
|
+
icon: 'lumia',
|
|
40454
|
+
rpc: ['https://mainnet-rpc.lumia.org'],
|
|
40455
|
+
faucets: [],
|
|
40456
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
40457
|
+
infoURL: 'https://lumia.org',
|
|
40458
|
+
chainId: 994873017,
|
|
40459
|
+
networkId: 994873017,
|
|
40460
|
+
explorers: [
|
|
40461
|
+
{
|
|
40462
|
+
name: 'Lumia Mainnet Explorer',
|
|
40463
|
+
url: 'https://explorer.lumia.org',
|
|
40464
|
+
standard: 'EIP3091'
|
|
40465
|
+
}
|
|
40466
|
+
],
|
|
40467
|
+
parent: {
|
|
40468
|
+
type: 'L2',
|
|
40469
|
+
chain: 'eip155-1',
|
|
40470
|
+
bridges: [{ url: 'https://bridge.lumia.org' }]
|
|
40471
|
+
},
|
|
40472
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
40473
|
+
},
|
|
39035
40474
|
999999999: {
|
|
39036
40475
|
name: 'Zora Sepolia Testnet',
|
|
39037
40476
|
chain: 'ETH',
|
|
@@ -39151,8 +40590,8 @@ exports.chains = {
|
|
|
39151
40590
|
networkId: 1313161554,
|
|
39152
40591
|
explorers: [
|
|
39153
40592
|
{
|
|
39154
|
-
name: '
|
|
39155
|
-
url: 'https://
|
|
40593
|
+
name: 'Aurora Explorer',
|
|
40594
|
+
url: 'https://explorer.aurora.dev',
|
|
39156
40595
|
standard: 'EIP3091'
|
|
39157
40596
|
}
|
|
39158
40597
|
]
|
|
@@ -39174,8 +40613,8 @@ exports.chains = {
|
|
|
39174
40613
|
slip44: 1,
|
|
39175
40614
|
explorers: [
|
|
39176
40615
|
{
|
|
39177
|
-
name: '
|
|
39178
|
-
url: 'https://testnet.
|
|
40616
|
+
name: 'Aurora Explorer',
|
|
40617
|
+
url: 'https://explorer.testnet.aurora.dev',
|
|
39179
40618
|
standard: 'EIP3091'
|
|
39180
40619
|
}
|
|
39181
40620
|
]
|
|
@@ -39411,6 +40850,33 @@ exports.chains = {
|
|
|
39411
40850
|
],
|
|
39412
40851
|
iconURL: 'https://ipfs.io/ipfs/bafybeigyayzxvt7vosat4rtrbmhhnldgx57w2pfbutuniax7h6kswzi42m'
|
|
39413
40852
|
},
|
|
40853
|
+
1570754601: {
|
|
40854
|
+
name: 'Haust Testnet',
|
|
40855
|
+
title: 'Haust Testnet',
|
|
40856
|
+
chain: 'Haust-testnet',
|
|
40857
|
+
rpc: ['https://rpc-test.haust.network'],
|
|
40858
|
+
faucets: ['https://haust-testnet-faucet.eu-north-2.gateway.fm'],
|
|
40859
|
+
nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
|
|
40860
|
+
infoURL: 'https://haust.network/',
|
|
40861
|
+
shortName: 'hst-test',
|
|
40862
|
+
chainId: 1570754601,
|
|
40863
|
+
networkId: 1570754601,
|
|
40864
|
+
icon: 'haust',
|
|
40865
|
+
explorers: [
|
|
40866
|
+
{
|
|
40867
|
+
name: 'blockscout',
|
|
40868
|
+
url: 'https://haust-testnet-blockscout.eu-north-2.gateway.fm',
|
|
40869
|
+
icon: 'haust',
|
|
40870
|
+
standard: 'EIP3091'
|
|
40871
|
+
}
|
|
40872
|
+
],
|
|
40873
|
+
parent: {
|
|
40874
|
+
type: 'L2',
|
|
40875
|
+
chain: 'eip155-11155111',
|
|
40876
|
+
bridges: [{ url: 'https://haust-testnet-bridge.eu-north-2.gateway.fm' }]
|
|
40877
|
+
},
|
|
40878
|
+
iconURL: 'https://ipfs.io/ipfs/QmRAjG8kc6PJr3xFGYhq1pWiiDoERD3Wj8wR7Cu59HoFnm'
|
|
40879
|
+
},
|
|
39414
40880
|
1666600000: {
|
|
39415
40881
|
name: 'Harmony Mainnet Shard 0',
|
|
39416
40882
|
chain: 'Harmony',
|
|
@@ -39419,7 +40885,6 @@ exports.chains = {
|
|
|
39419
40885
|
'https://a.api.s0.t.hmny.io',
|
|
39420
40886
|
'https://api.s0.t.hmny.io',
|
|
39421
40887
|
'https://rpc.ankr.com/harmony',
|
|
39422
|
-
'https://harmony.api.onfinality.io/public',
|
|
39423
40888
|
'https://1rpc.io/one',
|
|
39424
40889
|
'https://harmony-0.drpc.org',
|
|
39425
40890
|
'wss://harmony-0.drpc.org'
|
|
@@ -39594,10 +41059,10 @@ exports.chains = {
|
|
|
39594
41059
|
iconURL: 'https://ipfs.io/ipfs/QmTEnk2fosqbY6HQW5vySrLGbopJfeni9ThZ6R9sVefbnq'
|
|
39595
41060
|
},
|
|
39596
41061
|
1802203764: {
|
|
39597
|
-
name: 'Kakarot Sepolia',
|
|
41062
|
+
name: 'Kakarot Sepolia (Deprecated)',
|
|
39598
41063
|
chain: 'ETH',
|
|
39599
41064
|
icon: 'kakarot',
|
|
39600
|
-
rpc: [
|
|
41065
|
+
rpc: [],
|
|
39601
41066
|
faucets: [],
|
|
39602
41067
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
39603
41068
|
infoURL: 'https://kakarot.org',
|
|
@@ -39660,6 +41125,34 @@ exports.chains = {
|
|
|
39660
41125
|
}
|
|
39661
41126
|
]
|
|
39662
41127
|
},
|
|
41128
|
+
1952959480: {
|
|
41129
|
+
name: 'Lumia Testnet',
|
|
41130
|
+
shortName: 'lumiatestnet',
|
|
41131
|
+
title: 'Lumia Testnet',
|
|
41132
|
+
chain: 'ETH',
|
|
41133
|
+
icon: 'lumia',
|
|
41134
|
+
rpc: ['https://testnet-rpc.lumia.org'],
|
|
41135
|
+
faucets: ['https://testnet-faucet.lumia.org'],
|
|
41136
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
|
41137
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41138
|
+
infoURL: 'https://lumia.org',
|
|
41139
|
+
chainId: 1952959480,
|
|
41140
|
+
networkId: 1952959480,
|
|
41141
|
+
explorers: [
|
|
41142
|
+
{
|
|
41143
|
+
name: 'Lumia Testnet Explorer',
|
|
41144
|
+
url: 'https://testnet-explorer.lumia.org',
|
|
41145
|
+
icon: 'lumia',
|
|
41146
|
+
standard: 'EIP3091'
|
|
41147
|
+
}
|
|
41148
|
+
],
|
|
41149
|
+
parent: {
|
|
41150
|
+
type: 'L2',
|
|
41151
|
+
chain: 'eip155-1',
|
|
41152
|
+
bridges: [{ url: 'https://testnet-bridge.lumia.org' }]
|
|
41153
|
+
},
|
|
41154
|
+
iconURL: 'https://ipfs.io/ipfs/QmV3V19LTs7RobiBo4pgwvNGY7AXEXDTVbRPuB8pPvmxi4'
|
|
41155
|
+
},
|
|
39663
41156
|
2021121117: {
|
|
39664
41157
|
name: 'DataHopper',
|
|
39665
41158
|
chain: 'HOP',
|
|
@@ -39702,6 +41195,26 @@ exports.chains = {
|
|
|
39702
41195
|
},
|
|
39703
41196
|
iconURL: 'https://ipfs.io/ipfs/bafkreiezcwowhm6xjrkt44cmiu6ml36rhrxx3amcg3cfkcntv2vgcvgbre'
|
|
39704
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
|
+
},
|
|
39705
41218
|
2863311531: {
|
|
39706
41219
|
name: 'Ancient8 Testnet (deprecated)',
|
|
39707
41220
|
status: 'deprecated',
|
|
@@ -40023,20 +41536,31 @@ exports.chains = {
|
|
|
40023
41536
|
383414847825: {
|
|
40024
41537
|
name: 'Zeniq',
|
|
40025
41538
|
chain: 'ZENIQ',
|
|
40026
|
-
|
|
40027
|
-
|
|
41539
|
+
icon: 'zeniq',
|
|
41540
|
+
rpc: ['https://api.zeniq.network'],
|
|
41541
|
+
features: [{ name: 'EIP155' }],
|
|
41542
|
+
faucets: ['https://faucet.nomo.zone/', 'https://faucet.zeniq.net/'],
|
|
40028
41543
|
nativeCurrency: { name: 'Zeniq', symbol: 'ZENIQ', decimals: 18 },
|
|
40029
41544
|
infoURL: 'https://www.zeniq.dev/',
|
|
40030
41545
|
shortName: 'zeniq',
|
|
40031
41546
|
chainId: 383414847825,
|
|
40032
41547
|
networkId: 383414847825,
|
|
41548
|
+
ens: { registry: '0xa0446c88240bCA2A8E0f68C93aa365d25B198aA4' },
|
|
40033
41549
|
explorers: [
|
|
41550
|
+
{
|
|
41551
|
+
name: 'zeniqscan',
|
|
41552
|
+
url: 'https://zeniqscan.com',
|
|
41553
|
+
icon: 'zeniq',
|
|
41554
|
+
standard: 'EIP3091'
|
|
41555
|
+
},
|
|
40034
41556
|
{
|
|
40035
41557
|
name: 'zeniq-smart-chain-explorer',
|
|
40036
41558
|
url: 'https://smart.zeniq.net',
|
|
41559
|
+
icon: 'zeniq',
|
|
40037
41560
|
standard: 'EIP3091'
|
|
40038
41561
|
}
|
|
40039
|
-
]
|
|
41562
|
+
],
|
|
41563
|
+
iconURL: 'https://ipfs.io/ipfs/QmVUVUBuN7ZeSty2PZ2sS41752b4ez4pDGbLjjY8PSrmVu'
|
|
40040
41564
|
},
|
|
40041
41565
|
666301171999: {
|
|
40042
41566
|
name: 'PDC Mainnet',
|
|
@@ -40087,6 +41611,32 @@ exports.chains = {
|
|
|
40087
41611
|
}
|
|
40088
41612
|
]
|
|
40089
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
|
+
},
|
|
40090
41640
|
2713017997578000: {
|
|
40091
41641
|
name: 'DCHAIN Testnet',
|
|
40092
41642
|
title: 'DCHAIN Testnet',
|