@revoke.cash/chains 27.0.0 → 29.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 +550 -42
- package/dist/src/enums.d.ts +60 -12
- package/dist/src/enums.js +60 -12
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -2187,7 +2187,7 @@ exports.chains = {
|
|
|
2187
2187
|
icon: 'worldland',
|
|
2188
2188
|
rpc: ['https://seoul.worldland.foundation'],
|
|
2189
2189
|
faucets: [],
|
|
2190
|
-
nativeCurrency: { name: 'Worldland', symbol: '
|
|
2190
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
|
2191
2191
|
infoURL: 'https://worldland.foundation',
|
|
2192
2192
|
shortName: 'WLC',
|
|
2193
2193
|
chainId: 103,
|
|
@@ -2677,6 +2677,26 @@ exports.chains = {
|
|
|
2677
2677
|
}
|
|
2678
2678
|
]
|
|
2679
2679
|
},
|
|
2680
|
+
129: {
|
|
2681
|
+
name: 'ProtoJumbo Testnet',
|
|
2682
|
+
chain: 'Jumbo',
|
|
2683
|
+
rpc: ['https://testnode.jumbochain.org'],
|
|
2684
|
+
faucets: ['https://protojumbo.jumbochain.org/faucet-smart'],
|
|
2685
|
+
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
2686
|
+
features: [{ name: 'EIP155' }],
|
|
2687
|
+
infoURL: 'https://jumbochain.org',
|
|
2688
|
+
shortName: 'ProtoJumbo',
|
|
2689
|
+
chainId: 129,
|
|
2690
|
+
networkId: 129,
|
|
2691
|
+
slip44: 1,
|
|
2692
|
+
explorers: [
|
|
2693
|
+
{
|
|
2694
|
+
name: 'ProtoJumbo',
|
|
2695
|
+
url: 'https://protojumbo.jumbochain.org',
|
|
2696
|
+
standard: 'EIP3091'
|
|
2697
|
+
}
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2680
2700
|
131: {
|
|
2681
2701
|
name: 'Engram Testnet',
|
|
2682
2702
|
chain: 'tGRAM',
|
|
@@ -2907,14 +2927,14 @@ exports.chains = {
|
|
|
2907
2927
|
]
|
|
2908
2928
|
},
|
|
2909
2929
|
148: {
|
|
2910
|
-
name: 'ShimmerEVM
|
|
2911
|
-
title: 'ShimmerEVM
|
|
2930
|
+
name: 'ShimmerEVM',
|
|
2931
|
+
title: 'ShimmerEVM',
|
|
2912
2932
|
chain: 'ShimmerEVM',
|
|
2913
2933
|
rpc: ['https://json-rpc.evm.shimmer.network'],
|
|
2914
2934
|
faucets: [],
|
|
2915
2935
|
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
|
2916
2936
|
infoURL: 'https://shimmer.network',
|
|
2917
|
-
shortName: 'shimmerevm
|
|
2937
|
+
shortName: 'shimmerevm',
|
|
2918
2938
|
chainId: 148,
|
|
2919
2939
|
networkId: 148,
|
|
2920
2940
|
icon: 'shimmerevm',
|
|
@@ -3402,10 +3422,10 @@ exports.chains = {
|
|
|
3402
3422
|
199: {
|
|
3403
3423
|
name: 'BitTorrent Chain Mainnet',
|
|
3404
3424
|
chain: 'BTTC',
|
|
3405
|
-
rpc: ['https://rpc.
|
|
3425
|
+
rpc: ['https://rpc.bt.io'],
|
|
3406
3426
|
faucets: [],
|
|
3407
3427
|
nativeCurrency: { name: 'BitTorrent', symbol: 'BTT', decimals: 18 },
|
|
3408
|
-
infoURL: 'https
|
|
3428
|
+
infoURL: 'https://bt.io',
|
|
3409
3429
|
shortName: 'BTT',
|
|
3410
3430
|
chainId: 199,
|
|
3411
3431
|
networkId: 199,
|
|
@@ -3874,13 +3894,13 @@ exports.chains = {
|
|
|
3874
3894
|
]
|
|
3875
3895
|
},
|
|
3876
3896
|
252: {
|
|
3877
|
-
name: '
|
|
3897
|
+
name: 'Fraxtal Mainnet',
|
|
3878
3898
|
chain: 'FRAX',
|
|
3879
3899
|
rpc: [],
|
|
3880
3900
|
faucets: [],
|
|
3881
3901
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
3882
3902
|
infoURL: 'https://mainnet.frax.com',
|
|
3883
|
-
shortName: '
|
|
3903
|
+
shortName: 'fraxtal',
|
|
3884
3904
|
chainId: 252,
|
|
3885
3905
|
networkId: 252,
|
|
3886
3906
|
explorers: [],
|
|
@@ -4937,28 +4957,28 @@ exports.chains = {
|
|
|
4937
4957
|
]
|
|
4938
4958
|
},
|
|
4939
4959
|
443: {
|
|
4940
|
-
name: '
|
|
4941
|
-
title: '
|
|
4960
|
+
name: 'Ten Testnet',
|
|
4961
|
+
title: 'Ten Sepolia Rollup Testnet',
|
|
4942
4962
|
chainId: 443,
|
|
4943
|
-
shortName: '
|
|
4963
|
+
shortName: 'ten-testnet',
|
|
4944
4964
|
chain: 'ETH',
|
|
4945
4965
|
networkId: 443,
|
|
4946
4966
|
slip44: 1,
|
|
4947
4967
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
4948
|
-
rpc: ['https://testnet.
|
|
4968
|
+
rpc: ['https://testnet.ten.xyz'],
|
|
4949
4969
|
faucets: [],
|
|
4950
|
-
infoURL: 'https://
|
|
4970
|
+
infoURL: 'https://ten.xyz',
|
|
4951
4971
|
explorers: [
|
|
4952
4972
|
{
|
|
4953
|
-
name: '
|
|
4954
|
-
url: 'https://
|
|
4973
|
+
name: 'Ten Sepolia Rollup Explorer',
|
|
4974
|
+
url: 'https://tenscan.io',
|
|
4955
4975
|
standard: 'none'
|
|
4956
4976
|
}
|
|
4957
4977
|
],
|
|
4958
4978
|
parent: {
|
|
4959
4979
|
type: 'L2',
|
|
4960
4980
|
chain: 'eip155-5',
|
|
4961
|
-
bridges: [{ url: 'https://bridge.
|
|
4981
|
+
bridges: [{ url: 'https://bridge.ten.xyz' }]
|
|
4962
4982
|
}
|
|
4963
4983
|
},
|
|
4964
4984
|
444: {
|
|
@@ -5040,7 +5060,13 @@ exports.chains = {
|
|
|
5040
5060
|
name: 'Areon Network Mainnet',
|
|
5041
5061
|
chain: 'Areon',
|
|
5042
5062
|
icon: 'areon',
|
|
5043
|
-
rpc: [
|
|
5063
|
+
rpc: [
|
|
5064
|
+
'https://mainnet-rpc.areon.network',
|
|
5065
|
+
'https://mainnet-rpc2.areon.network',
|
|
5066
|
+
'https://mainnet-rpc3.areon.network',
|
|
5067
|
+
'https://mainnet-rpc4.areon.network',
|
|
5068
|
+
'https://mainnet-rpc5.areon.network'
|
|
5069
|
+
],
|
|
5044
5070
|
faucets: [],
|
|
5045
5071
|
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
|
5046
5072
|
infoURL: 'https://areon.network',
|
|
@@ -5341,6 +5367,27 @@ exports.chains = {
|
|
|
5341
5367
|
}
|
|
5342
5368
|
]
|
|
5343
5369
|
},
|
|
5370
|
+
571: {
|
|
5371
|
+
name: 'MetaChain Mainnet',
|
|
5372
|
+
chain: 'MTC',
|
|
5373
|
+
icon: 'metachain',
|
|
5374
|
+
rpc: ['https://rpc.metatime.com'],
|
|
5375
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5376
|
+
faucets: [],
|
|
5377
|
+
nativeCurrency: { name: 'Metatime Coin', symbol: 'MTC', decimals: 18 },
|
|
5378
|
+
infoURL: 'https://metatime.com/en',
|
|
5379
|
+
shortName: 'metatime',
|
|
5380
|
+
chainId: 571,
|
|
5381
|
+
networkId: 571,
|
|
5382
|
+
slip44: 571,
|
|
5383
|
+
explorers: [
|
|
5384
|
+
{
|
|
5385
|
+
name: 'MetaExplorer',
|
|
5386
|
+
url: 'https://explorer.metatime.com',
|
|
5387
|
+
standard: 'EIP3091'
|
|
5388
|
+
}
|
|
5389
|
+
]
|
|
5390
|
+
},
|
|
5344
5391
|
588: {
|
|
5345
5392
|
name: 'Metis Stardust Testnet',
|
|
5346
5393
|
chain: 'ETH',
|
|
@@ -5604,7 +5651,7 @@ exports.chains = {
|
|
|
5604
5651
|
]
|
|
5605
5652
|
},
|
|
5606
5653
|
653: {
|
|
5607
|
-
name: 'Kalichain
|
|
5654
|
+
name: 'Kalichain Testnet',
|
|
5608
5655
|
chain: 'Kalichain',
|
|
5609
5656
|
rpc: ['https://rpc.kalichain.com'],
|
|
5610
5657
|
faucets: [],
|
|
@@ -5613,6 +5660,26 @@ exports.chains = {
|
|
|
5613
5660
|
shortName: 'kalichain',
|
|
5614
5661
|
chainId: 653,
|
|
5615
5662
|
networkId: 653,
|
|
5663
|
+
icon: 'kalichain',
|
|
5664
|
+
explorers: [
|
|
5665
|
+
{
|
|
5666
|
+
name: 'kalichain explorer',
|
|
5667
|
+
url: 'https://explorer.kalichain.com',
|
|
5668
|
+
standard: 'EIP3091'
|
|
5669
|
+
}
|
|
5670
|
+
]
|
|
5671
|
+
},
|
|
5672
|
+
654: {
|
|
5673
|
+
name: 'Kalichain',
|
|
5674
|
+
chain: 'Kalichain',
|
|
5675
|
+
rpc: ['https://mainnet.kalichain.com'],
|
|
5676
|
+
faucets: [],
|
|
5677
|
+
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
|
5678
|
+
infoURL: 'https://kalichain.com',
|
|
5679
|
+
shortName: 'kalichainMainnet',
|
|
5680
|
+
chainId: 654,
|
|
5681
|
+
networkId: 654,
|
|
5682
|
+
icon: 'kalichain',
|
|
5616
5683
|
explorers: [
|
|
5617
5684
|
{
|
|
5618
5685
|
name: 'kalichain explorer',
|
|
@@ -6109,6 +6176,27 @@ exports.chains = {
|
|
|
6109
6176
|
slip44: 1,
|
|
6110
6177
|
explorers: []
|
|
6111
6178
|
},
|
|
6179
|
+
810: {
|
|
6180
|
+
name: 'Haven1 Testnet',
|
|
6181
|
+
chain: 'haven1',
|
|
6182
|
+
rpc: ['https://testnet-rpc.haven1.org'],
|
|
6183
|
+
faucets: ['https://www.haven1.org/faucet'],
|
|
6184
|
+
nativeCurrency: { name: 'Haven1', symbol: 'H1', decimals: 18 },
|
|
6185
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6186
|
+
infoURL: 'https://www.haven1.org',
|
|
6187
|
+
shortName: 'h1',
|
|
6188
|
+
chainId: 810,
|
|
6189
|
+
networkId: 810,
|
|
6190
|
+
icon: 'haven1',
|
|
6191
|
+
explorers: [
|
|
6192
|
+
{
|
|
6193
|
+
name: 'Haven1 Explorer',
|
|
6194
|
+
url: 'https://testnet-explorer.haven1.org',
|
|
6195
|
+
icon: 'haven1',
|
|
6196
|
+
standard: 'EIP3091'
|
|
6197
|
+
}
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6112
6200
|
813: {
|
|
6113
6201
|
name: 'Qitmeer',
|
|
6114
6202
|
chain: 'MEER',
|
|
@@ -6684,7 +6772,7 @@ exports.chains = {
|
|
|
6684
6772
|
chain: 'Oort Mainnet',
|
|
6685
6773
|
rpc: ['https://mainnet-rpc.oortech.com'],
|
|
6686
6774
|
faucets: [],
|
|
6687
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
|
6775
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
|
6688
6776
|
infoURL: 'https://oortech.com',
|
|
6689
6777
|
shortName: 'ccn',
|
|
6690
6778
|
chainId: 970,
|
|
@@ -7900,6 +7988,24 @@ exports.chains = {
|
|
|
7900
7988
|
}
|
|
7901
7989
|
]
|
|
7902
7990
|
},
|
|
7991
|
+
1248: {
|
|
7992
|
+
name: 'Dogether Mainnet',
|
|
7993
|
+
chain: 'Dogether',
|
|
7994
|
+
rpc: ['https://rpc.dogether.dog/'],
|
|
7995
|
+
faucets: [],
|
|
7996
|
+
nativeCurrency: { name: 'Dogether', symbol: 'dogeth', decimals: 18 },
|
|
7997
|
+
infoURL: 'https://www.dogether.dog/',
|
|
7998
|
+
shortName: 'Dogether',
|
|
7999
|
+
chainId: 1248,
|
|
8000
|
+
networkId: 1248,
|
|
8001
|
+
explorers: [
|
|
8002
|
+
{
|
|
8003
|
+
name: 'DogetherExplorer',
|
|
8004
|
+
url: 'https://explorer.dogether.dog',
|
|
8005
|
+
standard: 'EIP3091'
|
|
8006
|
+
}
|
|
8007
|
+
]
|
|
8008
|
+
},
|
|
7903
8009
|
1252: {
|
|
7904
8010
|
name: 'CIC Chain Testnet',
|
|
7905
8011
|
chain: 'CICT',
|
|
@@ -8931,6 +9037,34 @@ exports.chains = {
|
|
|
8931
9037
|
}
|
|
8932
9038
|
]
|
|
8933
9039
|
},
|
|
9040
|
+
1821: {
|
|
9041
|
+
name: 'Ruby Smart Chain MAINNET',
|
|
9042
|
+
chain: 'RUBY',
|
|
9043
|
+
rpc: [
|
|
9044
|
+
'https://mainnet-data.rubychain.io/',
|
|
9045
|
+
'https://mainnet.rubychain.io/'
|
|
9046
|
+
],
|
|
9047
|
+
nativeCurrency: {
|
|
9048
|
+
name: 'RUBY Smart Chain Native Token',
|
|
9049
|
+
symbol: 'RUBY',
|
|
9050
|
+
decimals: 18
|
|
9051
|
+
},
|
|
9052
|
+
infoURL: 'https://rubychain.io',
|
|
9053
|
+
faucets: [],
|
|
9054
|
+
shortName: 'RUBY',
|
|
9055
|
+
chainId: 1821,
|
|
9056
|
+
networkId: 1821,
|
|
9057
|
+
slip44: 1,
|
|
9058
|
+
icon: 'ruby',
|
|
9059
|
+
explorers: [
|
|
9060
|
+
{
|
|
9061
|
+
name: 'RUBY Smart Chain MAINNET Explorer',
|
|
9062
|
+
icon: 'ruby',
|
|
9063
|
+
url: 'https://rubyscan.net',
|
|
9064
|
+
standard: 'none'
|
|
9065
|
+
}
|
|
9066
|
+
]
|
|
9067
|
+
},
|
|
8934
9068
|
1856: {
|
|
8935
9069
|
name: 'Teslafunds',
|
|
8936
9070
|
chain: 'TSF',
|
|
@@ -9139,6 +9273,31 @@ exports.chains = {
|
|
|
9139
9273
|
}
|
|
9140
9274
|
]
|
|
9141
9275
|
},
|
|
9276
|
+
1912: {
|
|
9277
|
+
name: 'Ruby Smart Chain Testnet',
|
|
9278
|
+
chain: 'RUBY',
|
|
9279
|
+
rpc: ['https://testnet-rchain.rubychain.io/'],
|
|
9280
|
+
nativeCurrency: {
|
|
9281
|
+
name: 'RUBY Smart Chain Native Token',
|
|
9282
|
+
symbol: 'tRUBY',
|
|
9283
|
+
decimals: 18
|
|
9284
|
+
},
|
|
9285
|
+
infoURL: 'https://rubychain.io',
|
|
9286
|
+
faucets: ['https://claim-faucet.rubychain.io/'],
|
|
9287
|
+
shortName: 'tRUBY',
|
|
9288
|
+
chainId: 1912,
|
|
9289
|
+
networkId: 1912,
|
|
9290
|
+
slip44: 1,
|
|
9291
|
+
icon: 'ruby',
|
|
9292
|
+
explorers: [
|
|
9293
|
+
{
|
|
9294
|
+
name: 'RUBY Smart Chain Testnet Explorer',
|
|
9295
|
+
icon: 'ruby',
|
|
9296
|
+
url: 'https://testnet.rubyscan.net',
|
|
9297
|
+
standard: 'none'
|
|
9298
|
+
}
|
|
9299
|
+
]
|
|
9300
|
+
},
|
|
9142
9301
|
1945: {
|
|
9143
9302
|
name: 'ONUS Chain Testnet',
|
|
9144
9303
|
title: 'ONUS Chain Testnet',
|
|
@@ -9764,7 +9923,13 @@ exports.chains = {
|
|
|
9764
9923
|
2031: {
|
|
9765
9924
|
name: 'Centrifuge',
|
|
9766
9925
|
chain: 'CFG',
|
|
9767
|
-
|
|
9926
|
+
icon: 'centrifuge',
|
|
9927
|
+
rpc: [
|
|
9928
|
+
'wss://fullnode.parachain.centrifuge.io',
|
|
9929
|
+
'wss://centrifuge-parachain.api.onfinality.io/public-ws',
|
|
9930
|
+
'wss://centrifuge-rpc.dwellir.com',
|
|
9931
|
+
'wss://rpc-centrifuge.luckyfriday.io'
|
|
9932
|
+
],
|
|
9768
9933
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9769
9934
|
faucets: [],
|
|
9770
9935
|
nativeCurrency: { name: 'Centrifuge', symbol: 'CFG', decimals: 18 },
|
|
@@ -9776,7 +9941,8 @@ exports.chains = {
|
|
|
9776
9941
|
{
|
|
9777
9942
|
name: 'subscan',
|
|
9778
9943
|
url: 'https://centrifuge.subscan.io',
|
|
9779
|
-
standard: 'EIP3091'
|
|
9944
|
+
standard: 'EIP3091',
|
|
9945
|
+
icon: 'subscan'
|
|
9780
9946
|
}
|
|
9781
9947
|
]
|
|
9782
9948
|
},
|
|
@@ -9792,6 +9958,17 @@ exports.chains = {
|
|
|
9792
9958
|
chainId: 2032,
|
|
9793
9959
|
networkId: 2032
|
|
9794
9960
|
},
|
|
9961
|
+
2035: {
|
|
9962
|
+
name: 'Phala Network',
|
|
9963
|
+
chain: 'PHA',
|
|
9964
|
+
rpc: [],
|
|
9965
|
+
faucets: [],
|
|
9966
|
+
nativeCurrency: { name: 'Phala', symbol: 'PHA', decimals: 18 },
|
|
9967
|
+
infoURL: 'https://phala.network',
|
|
9968
|
+
shortName: 'pha',
|
|
9969
|
+
chainId: 2035,
|
|
9970
|
+
networkId: 2035
|
|
9971
|
+
},
|
|
9795
9972
|
2037: {
|
|
9796
9973
|
name: 'Kiwi Subnet',
|
|
9797
9974
|
chain: 'KIWI',
|
|
@@ -9958,7 +10135,11 @@ exports.chains = {
|
|
|
9958
10135
|
2088: {
|
|
9959
10136
|
name: 'Altair',
|
|
9960
10137
|
chain: 'AIR',
|
|
9961
|
-
|
|
10138
|
+
icon: 'altair',
|
|
10139
|
+
rpc: [
|
|
10140
|
+
'wss://fullnode.altair.centrifuge.io',
|
|
10141
|
+
'wss://altair.api.onfinality.io/public-ws'
|
|
10142
|
+
],
|
|
9962
10143
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9963
10144
|
faucets: [],
|
|
9964
10145
|
nativeCurrency: { name: 'Altair', symbol: 'AIR', decimals: 18 },
|
|
@@ -9970,6 +10151,7 @@ exports.chains = {
|
|
|
9970
10151
|
2089: {
|
|
9971
10152
|
name: 'Algol',
|
|
9972
10153
|
chain: 'algol',
|
|
10154
|
+
status: 'deprecated',
|
|
9973
10155
|
rpc: ['wss://fullnode.algol.cntrfg.com'],
|
|
9974
10156
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9975
10157
|
faucets: [],
|
|
@@ -10677,13 +10859,13 @@ exports.chains = {
|
|
|
10677
10859
|
]
|
|
10678
10860
|
},
|
|
10679
10861
|
2522: {
|
|
10680
|
-
name: '
|
|
10862
|
+
name: 'Fraxtal Testnet',
|
|
10681
10863
|
chain: 'FRAX',
|
|
10682
10864
|
rpc: ['https://rpc.testnet.frax.com'],
|
|
10683
10865
|
faucets: [],
|
|
10684
10866
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
10685
10867
|
infoURL: 'https://testnet.frax.com',
|
|
10686
|
-
shortName: '
|
|
10868
|
+
shortName: 'fraxtal-testnet',
|
|
10687
10869
|
chainId: 2522,
|
|
10688
10870
|
networkId: 2522,
|
|
10689
10871
|
slip44: 1,
|
|
@@ -11495,6 +11677,35 @@ exports.chains = {
|
|
|
11495
11677
|
}
|
|
11496
11678
|
]
|
|
11497
11679
|
},
|
|
11680
|
+
3799: {
|
|
11681
|
+
name: 'Tangle Testnet',
|
|
11682
|
+
chain: 'Tangle Testnet',
|
|
11683
|
+
icon: 'tangle',
|
|
11684
|
+
rpc: [
|
|
11685
|
+
'https://testnet-rpc.tangle.tools',
|
|
11686
|
+
'https://testnet-rpc-archive.tangle.tools',
|
|
11687
|
+
'wss://testnet-rpc.tangle.tools',
|
|
11688
|
+
'wss://testnet-rpc-archive.tangle.tools'
|
|
11689
|
+
],
|
|
11690
|
+
faucets: ['https://faucet.tangle.tools'],
|
|
11691
|
+
nativeCurrency: {
|
|
11692
|
+
name: 'Testnet Tangle Network Token',
|
|
11693
|
+
symbol: 'tTNT',
|
|
11694
|
+
decimals: 18
|
|
11695
|
+
},
|
|
11696
|
+
infoURL: 'https://docs.tangle.tools',
|
|
11697
|
+
shortName: 'tTangle',
|
|
11698
|
+
chainId: 3799,
|
|
11699
|
+
networkId: 3799,
|
|
11700
|
+
explorers: [
|
|
11701
|
+
{
|
|
11702
|
+
name: 'ttntscan',
|
|
11703
|
+
url: 'https://testnet-explorer.tangle.tools',
|
|
11704
|
+
icon: 'blockscout',
|
|
11705
|
+
standard: 'EIP3091'
|
|
11706
|
+
}
|
|
11707
|
+
]
|
|
11708
|
+
},
|
|
11498
11709
|
3885: {
|
|
11499
11710
|
name: 'Firechain zkEVM Ghostrider',
|
|
11500
11711
|
title: 'Firechain zkEVM Ghostrider',
|
|
@@ -12006,6 +12217,29 @@ exports.chains = {
|
|
|
12006
12217
|
}
|
|
12007
12218
|
]
|
|
12008
12219
|
},
|
|
12220
|
+
4243: {
|
|
12221
|
+
name: 'Nexi V2 Mainnet',
|
|
12222
|
+
chain: 'Nexi V2',
|
|
12223
|
+
icon: 'nexi',
|
|
12224
|
+
rpc: [
|
|
12225
|
+
'https://chain.nexiv2.nexilix.com',
|
|
12226
|
+
'https://rpc.chainv1.nexi.technology'
|
|
12227
|
+
],
|
|
12228
|
+
faucets: [],
|
|
12229
|
+
nativeCurrency: { name: 'NexiV2', symbol: 'NEXI', decimals: 18 },
|
|
12230
|
+
infoURL: 'https://www.nexi.technology/',
|
|
12231
|
+
shortName: 'NexiV2',
|
|
12232
|
+
chainId: 4243,
|
|
12233
|
+
networkId: 4243,
|
|
12234
|
+
slip44: 2500,
|
|
12235
|
+
explorers: [
|
|
12236
|
+
{
|
|
12237
|
+
name: 'nexiscan',
|
|
12238
|
+
url: 'https://www.nexiscan.com',
|
|
12239
|
+
standard: 'EIP3091'
|
|
12240
|
+
}
|
|
12241
|
+
]
|
|
12242
|
+
},
|
|
12009
12243
|
4328: {
|
|
12010
12244
|
name: 'Bobafuji Testnet',
|
|
12011
12245
|
chain: 'Bobafuji Testnet',
|
|
@@ -12430,6 +12664,24 @@ exports.chains = {
|
|
|
12430
12664
|
}
|
|
12431
12665
|
]
|
|
12432
12666
|
},
|
|
12667
|
+
5169: {
|
|
12668
|
+
name: 'Smart Layer Network',
|
|
12669
|
+
chain: 'SLN',
|
|
12670
|
+
rpc: ['https://rpc.main.smartlayer.network'],
|
|
12671
|
+
faucets: [],
|
|
12672
|
+
nativeCurrency: { name: 'Service Unit Token', symbol: 'SU', decimals: 18 },
|
|
12673
|
+
infoURL: 'https://www.smartlayer.network/',
|
|
12674
|
+
shortName: 'SLN',
|
|
12675
|
+
chainId: 5169,
|
|
12676
|
+
networkId: 5169,
|
|
12677
|
+
explorers: [
|
|
12678
|
+
{
|
|
12679
|
+
name: 'SLN Mainnet Explorer',
|
|
12680
|
+
url: 'https://explorer.main.smartlayer.network',
|
|
12681
|
+
standard: 'EIP3091'
|
|
12682
|
+
}
|
|
12683
|
+
]
|
|
12684
|
+
},
|
|
12433
12685
|
5177: {
|
|
12434
12686
|
name: 'TLChain Network Mainnet',
|
|
12435
12687
|
chain: 'TLC',
|
|
@@ -13297,6 +13549,24 @@ exports.chains = {
|
|
|
13297
13549
|
}
|
|
13298
13550
|
]
|
|
13299
13551
|
},
|
|
13552
|
+
7118: {
|
|
13553
|
+
name: 'Help The Homeless',
|
|
13554
|
+
chain: 'mainnet',
|
|
13555
|
+
rpc: [],
|
|
13556
|
+
faucets: [],
|
|
13557
|
+
nativeCurrency: {
|
|
13558
|
+
name: 'Help The Homeless Coin',
|
|
13559
|
+
symbol: 'HTH',
|
|
13560
|
+
decimals: 18
|
|
13561
|
+
},
|
|
13562
|
+
infoURL: 'https://hth.world',
|
|
13563
|
+
shortName: 'hth',
|
|
13564
|
+
chainId: 7118,
|
|
13565
|
+
networkId: 7118,
|
|
13566
|
+
icon: 'hth',
|
|
13567
|
+
status: 'incubating',
|
|
13568
|
+
explorers: []
|
|
13569
|
+
},
|
|
13300
13570
|
7171: {
|
|
13301
13571
|
name: 'Bitrock Mainnet',
|
|
13302
13572
|
chain: 'Bitrock',
|
|
@@ -13822,13 +14092,13 @@ exports.chains = {
|
|
|
13822
14092
|
redFlags: ['reusedChainId']
|
|
13823
14093
|
},
|
|
13824
14094
|
8086: {
|
|
13825
|
-
name: '
|
|
13826
|
-
chain: '
|
|
14095
|
+
name: 'Bitcoin Chain',
|
|
14096
|
+
chain: 'BTC',
|
|
13827
14097
|
rpc: ['https://rpc.biteth.org'],
|
|
13828
14098
|
faucets: [],
|
|
13829
|
-
nativeCurrency: { name: '
|
|
14099
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
13830
14100
|
infoURL: 'https://biteth.org',
|
|
13831
|
-
shortName: '
|
|
14101
|
+
shortName: 'Bitcoin',
|
|
13832
14102
|
chainId: 8086,
|
|
13833
14103
|
networkId: 8086,
|
|
13834
14104
|
explorers: []
|
|
@@ -14194,6 +14464,44 @@ exports.chains = {
|
|
|
14194
14464
|
networkId: 8724,
|
|
14195
14465
|
slip44: 1
|
|
14196
14466
|
},
|
|
14467
|
+
8726: {
|
|
14468
|
+
name: 'Storagechain Mainnet',
|
|
14469
|
+
chain: 'Storagechain',
|
|
14470
|
+
rpc: ['https://mainnet-validator.storagechain.io'],
|
|
14471
|
+
icon: 'storagechain',
|
|
14472
|
+
faucets: [],
|
|
14473
|
+
shortName: 'stor',
|
|
14474
|
+
nativeCurrency: { name: 'Storagechain', symbol: 'STOR', decimals: 18 },
|
|
14475
|
+
infoURL: 'https://storagechain.io/about-us',
|
|
14476
|
+
chainId: 8726,
|
|
14477
|
+
networkId: 8726,
|
|
14478
|
+
explorers: [
|
|
14479
|
+
{
|
|
14480
|
+
name: 'Storscan',
|
|
14481
|
+
url: 'https://explorer-storagechain.invo.zone/?network=StorageChain',
|
|
14482
|
+
standard: 'none'
|
|
14483
|
+
}
|
|
14484
|
+
]
|
|
14485
|
+
},
|
|
14486
|
+
8727: {
|
|
14487
|
+
name: 'Storagechain Testnet',
|
|
14488
|
+
chain: 'Storagechain',
|
|
14489
|
+
rpc: ['https://testnet-validator.storagechain.io'],
|
|
14490
|
+
icon: 'storagechain',
|
|
14491
|
+
faucets: [],
|
|
14492
|
+
nativeCurrency: { name: 'Storagechain', symbol: 'STOR', decimals: 18 },
|
|
14493
|
+
shortName: 'tstor',
|
|
14494
|
+
infoURL: 'https://storagechain.io/about-us',
|
|
14495
|
+
chainId: 8727,
|
|
14496
|
+
networkId: 8727,
|
|
14497
|
+
explorers: [
|
|
14498
|
+
{
|
|
14499
|
+
name: 'Storscan',
|
|
14500
|
+
url: 'https://explorer-storagechain.invo.zone/?network=StorageChain%20Testnet',
|
|
14501
|
+
standard: 'none'
|
|
14502
|
+
}
|
|
14503
|
+
]
|
|
14504
|
+
},
|
|
14197
14505
|
8738: {
|
|
14198
14506
|
name: 'Alph Network',
|
|
14199
14507
|
chain: 'ALPH',
|
|
@@ -14661,7 +14969,7 @@ exports.chains = {
|
|
|
14661
14969
|
chain: 'MainnetDev',
|
|
14662
14970
|
rpc: ['https://dev-rpc.oortech.com'],
|
|
14663
14971
|
faucets: [],
|
|
14664
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
|
14972
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
|
14665
14973
|
infoURL: 'https://oortech.com',
|
|
14666
14974
|
shortName: 'MainnetDev',
|
|
14667
14975
|
chainId: 9700,
|
|
@@ -14821,6 +15129,24 @@ exports.chains = {
|
|
|
14821
15129
|
}
|
|
14822
15130
|
]
|
|
14823
15131
|
},
|
|
15132
|
+
9888: {
|
|
15133
|
+
name: 'Dogelayer Mainnet',
|
|
15134
|
+
chain: 'Dogelayer',
|
|
15135
|
+
rpc: ['https://dl-rpc.dogelayer.org'],
|
|
15136
|
+
faucets: [],
|
|
15137
|
+
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
|
15138
|
+
infoURL: 'https://dogelayer.org',
|
|
15139
|
+
shortName: 'Dogelayer',
|
|
15140
|
+
chainId: 9888,
|
|
15141
|
+
networkId: 9888,
|
|
15142
|
+
explorers: [
|
|
15143
|
+
{
|
|
15144
|
+
name: 'Dogelayer mainnet explorer',
|
|
15145
|
+
url: 'https://dl-explorer.dogelayer.org',
|
|
15146
|
+
standard: 'EIP3091'
|
|
15147
|
+
}
|
|
15148
|
+
]
|
|
15149
|
+
},
|
|
14824
15150
|
9977: {
|
|
14825
15151
|
name: 'Mind Smart Chain Testnet',
|
|
14826
15152
|
chain: 'tMIND',
|
|
@@ -15119,6 +15445,27 @@ exports.chains = {
|
|
|
15119
15445
|
}
|
|
15120
15446
|
]
|
|
15121
15447
|
},
|
|
15448
|
+
10242: {
|
|
15449
|
+
name: 'Arthera Mainnet',
|
|
15450
|
+
chain: 'AA',
|
|
15451
|
+
icon: 'arthera',
|
|
15452
|
+
rpc: ['https://rpc.arthera.net'],
|
|
15453
|
+
faucets: [],
|
|
15454
|
+
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
|
15455
|
+
infoURL: 'https://docs.arthera.net/build/developing-sc/using-hardhat',
|
|
15456
|
+
shortName: 'aa',
|
|
15457
|
+
chainId: 10242,
|
|
15458
|
+
networkId: 10242,
|
|
15459
|
+
slip44: 10242,
|
|
15460
|
+
explorers: [
|
|
15461
|
+
{
|
|
15462
|
+
name: 'blockscout',
|
|
15463
|
+
url: 'https://explorer.arthera.net',
|
|
15464
|
+
icon: 'blockscout',
|
|
15465
|
+
standard: 'EIP3091'
|
|
15466
|
+
}
|
|
15467
|
+
]
|
|
15468
|
+
},
|
|
15122
15469
|
10243: {
|
|
15123
15470
|
name: 'Arthera Testnet',
|
|
15124
15471
|
chain: 'AA',
|
|
@@ -15127,7 +15474,7 @@ exports.chains = {
|
|
|
15127
15474
|
faucets: ['https://faucet.arthera.net'],
|
|
15128
15475
|
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
|
15129
15476
|
infoURL: 'https://docs.arthera.net',
|
|
15130
|
-
shortName: '
|
|
15477
|
+
shortName: 'aat',
|
|
15131
15478
|
chainId: 10243,
|
|
15132
15479
|
networkId: 10243,
|
|
15133
15480
|
slip44: 1,
|
|
@@ -15164,7 +15511,7 @@ exports.chains = {
|
|
|
15164
15511
|
icon: 'worldland',
|
|
15165
15512
|
rpc: ['https://gwangju.worldland.foundation'],
|
|
15166
15513
|
faucets: [],
|
|
15167
|
-
nativeCurrency: { name: 'Worldland', symbol: '
|
|
15514
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
|
15168
15515
|
infoURL: 'https://worldland.foundation',
|
|
15169
15516
|
shortName: 'TWLC',
|
|
15170
15517
|
chainId: 10395,
|
|
@@ -16525,6 +16872,24 @@ exports.chains = {
|
|
|
16525
16872
|
}
|
|
16526
16873
|
]
|
|
16527
16874
|
},
|
|
16875
|
+
22324: {
|
|
16876
|
+
name: 'GoldXChain Testnet',
|
|
16877
|
+
chain: 'GoldXTestnet',
|
|
16878
|
+
rpc: ['https://testnet-rpc.goldxchain.io'],
|
|
16879
|
+
faucets: ['https://faucet.goldxchain.io'],
|
|
16880
|
+
nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
|
|
16881
|
+
infoURL: 'https://goldxchain.io',
|
|
16882
|
+
shortName: 'goldx-testnet',
|
|
16883
|
+
chainId: 22324,
|
|
16884
|
+
networkId: 22324,
|
|
16885
|
+
explorers: [
|
|
16886
|
+
{
|
|
16887
|
+
name: 'GoldXChain Testnet Explorer',
|
|
16888
|
+
url: 'https://testnet-explorer.goldxchain.io',
|
|
16889
|
+
standard: 'EIP3091'
|
|
16890
|
+
}
|
|
16891
|
+
]
|
|
16892
|
+
},
|
|
16528
16893
|
22776: {
|
|
16529
16894
|
name: 'MAP Mainnet',
|
|
16530
16895
|
chain: 'MAP',
|
|
@@ -17455,6 +17820,24 @@ exports.chains = {
|
|
|
17455
17820
|
}
|
|
17456
17821
|
]
|
|
17457
17822
|
},
|
|
17823
|
+
42355: {
|
|
17824
|
+
name: 'GoldXChain Mainnet',
|
|
17825
|
+
chain: 'GoldX',
|
|
17826
|
+
rpc: ['https://mainnet-rpc.goldxchain.io'],
|
|
17827
|
+
faucets: [],
|
|
17828
|
+
nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
|
|
17829
|
+
infoURL: 'https://goldxchain.io',
|
|
17830
|
+
shortName: 'goldx',
|
|
17831
|
+
chainId: 42355,
|
|
17832
|
+
networkId: 42355,
|
|
17833
|
+
explorers: [
|
|
17834
|
+
{
|
|
17835
|
+
name: 'GoldXChain Explorer',
|
|
17836
|
+
url: 'https://explorer.goldxchain.io',
|
|
17837
|
+
standard: 'EIP3091'
|
|
17838
|
+
}
|
|
17839
|
+
]
|
|
17840
|
+
},
|
|
17458
17841
|
42766: {
|
|
17459
17842
|
name: 'ZKFair Mainnet',
|
|
17460
17843
|
title: 'ZKFair Mainnet',
|
|
@@ -17692,6 +18075,26 @@ exports.chains = {
|
|
|
17692
18075
|
}
|
|
17693
18076
|
]
|
|
17694
18077
|
},
|
|
18078
|
+
45510: {
|
|
18079
|
+
name: 'Deelance Mainnet',
|
|
18080
|
+
title: 'Deelance Network Mainnet',
|
|
18081
|
+
chain: 'DEE',
|
|
18082
|
+
rpc: ['https://rpc.deelance.com'],
|
|
18083
|
+
faucets: ['https://faucet.deelance.com'],
|
|
18084
|
+
nativeCurrency: { name: 'Deelance', symbol: 'DEE', decimals: 18 },
|
|
18085
|
+
infoURL: 'https://deelance.com',
|
|
18086
|
+
shortName: 'dee',
|
|
18087
|
+
chainId: 45510,
|
|
18088
|
+
networkId: 45510,
|
|
18089
|
+
icon: 'deelance',
|
|
18090
|
+
explorers: [
|
|
18091
|
+
{
|
|
18092
|
+
name: 'Deelance Mainnet Explorer',
|
|
18093
|
+
url: 'https://deescan.com',
|
|
18094
|
+
standard: 'EIP3091'
|
|
18095
|
+
}
|
|
18096
|
+
]
|
|
18097
|
+
},
|
|
17695
18098
|
46688: {
|
|
17696
18099
|
name: 'Fusion Testnet',
|
|
17697
18100
|
chain: 'FSN',
|
|
@@ -19182,6 +19585,24 @@ exports.chains = {
|
|
|
19182
19585
|
}
|
|
19183
19586
|
]
|
|
19184
19587
|
},
|
|
19588
|
+
82459: {
|
|
19589
|
+
name: 'Smart Layer Network Testnet',
|
|
19590
|
+
chain: 'SLN',
|
|
19591
|
+
rpc: ['https://rpc.test.smartlayer.network'],
|
|
19592
|
+
faucets: [],
|
|
19593
|
+
nativeCurrency: { name: 'Service Unit Token', symbol: 'SU', decimals: 18 },
|
|
19594
|
+
infoURL: 'https://www.smartlayer.network/',
|
|
19595
|
+
shortName: 'tSLN',
|
|
19596
|
+
chainId: 82459,
|
|
19597
|
+
networkId: 82459,
|
|
19598
|
+
explorers: [
|
|
19599
|
+
{
|
|
19600
|
+
name: 'SLN Testnet Explorer',
|
|
19601
|
+
url: 'https://explorer.test.smartlayer.network',
|
|
19602
|
+
standard: 'EIP3091'
|
|
19603
|
+
}
|
|
19604
|
+
]
|
|
19605
|
+
},
|
|
19185
19606
|
84531: {
|
|
19186
19607
|
name: 'Base Goerli Testnet',
|
|
19187
19608
|
chain: 'ETH',
|
|
@@ -20095,6 +20516,26 @@ exports.chains = {
|
|
|
20095
20516
|
}
|
|
20096
20517
|
]
|
|
20097
20518
|
},
|
|
20519
|
+
128123: {
|
|
20520
|
+
name: 'Etherlink Testnet',
|
|
20521
|
+
chain: 'Etherlink',
|
|
20522
|
+
icon: 'etherlink',
|
|
20523
|
+
chainId: 128123,
|
|
20524
|
+
networkId: 128123,
|
|
20525
|
+
features: [{ name: 'EIP1559' }],
|
|
20526
|
+
infoURL: 'https://etherlink.com',
|
|
20527
|
+
shortName: 'etlt',
|
|
20528
|
+
nativeCurrency: { name: 'tez', symbol: 'XTZ', decimals: 18 },
|
|
20529
|
+
rpc: ['https://node.ghostnet.etherlink.com'],
|
|
20530
|
+
faucets: ['https://faucet.etherlink.com'],
|
|
20531
|
+
explorers: [
|
|
20532
|
+
{
|
|
20533
|
+
name: 'Etherlink Testnet Explorer',
|
|
20534
|
+
url: 'https://testnet-explorer.etherlink.com',
|
|
20535
|
+
standard: 'EIP3091'
|
|
20536
|
+
}
|
|
20537
|
+
]
|
|
20538
|
+
},
|
|
20098
20539
|
131419: {
|
|
20099
20540
|
name: 'ETND Chain Mainnets',
|
|
20100
20541
|
chain: 'ETND',
|
|
@@ -20158,7 +20599,7 @@ exports.chains = {
|
|
|
20158
20599
|
167005: {
|
|
20159
20600
|
name: 'Taiko Grimsvotn L2',
|
|
20160
20601
|
chain: 'ETH',
|
|
20161
|
-
status: '
|
|
20602
|
+
status: 'deprecated',
|
|
20162
20603
|
icon: 'taiko',
|
|
20163
20604
|
rpc: ['https://rpc.test.taiko.xyz'],
|
|
20164
20605
|
faucets: [],
|
|
@@ -20178,7 +20619,7 @@ exports.chains = {
|
|
|
20178
20619
|
167006: {
|
|
20179
20620
|
name: 'Taiko Eldfell L3',
|
|
20180
20621
|
chain: 'ETH',
|
|
20181
|
-
status: '
|
|
20622
|
+
status: 'deprecated',
|
|
20182
20623
|
icon: 'taiko',
|
|
20183
20624
|
rpc: ['https://rpc.l3test.taiko.xyz'],
|
|
20184
20625
|
faucets: [],
|
|
@@ -20198,7 +20639,7 @@ exports.chains = {
|
|
|
20198
20639
|
167007: {
|
|
20199
20640
|
name: 'Taiko Jolnir L2',
|
|
20200
20641
|
chain: 'ETH',
|
|
20201
|
-
status: '
|
|
20642
|
+
status: 'deprecated',
|
|
20202
20643
|
icon: 'taiko',
|
|
20203
20644
|
rpc: ['https://rpc.jolnir.taiko.xyz'],
|
|
20204
20645
|
faucets: [],
|
|
@@ -20215,6 +20656,26 @@ exports.chains = {
|
|
|
20215
20656
|
}
|
|
20216
20657
|
]
|
|
20217
20658
|
},
|
|
20659
|
+
167008: {
|
|
20660
|
+
name: 'Taiko Katla L2',
|
|
20661
|
+
chain: 'ETH',
|
|
20662
|
+
status: 'active',
|
|
20663
|
+
icon: 'taiko',
|
|
20664
|
+
rpc: ['https://rpc.katla.taiko.xyz'],
|
|
20665
|
+
faucets: [],
|
|
20666
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20667
|
+
infoURL: 'https://taiko.xyz',
|
|
20668
|
+
shortName: 'tko-katla',
|
|
20669
|
+
chainId: 167008,
|
|
20670
|
+
networkId: 167008,
|
|
20671
|
+
explorers: [
|
|
20672
|
+
{
|
|
20673
|
+
name: 'blockscout',
|
|
20674
|
+
url: 'https://explorer.katla.taiko.xyz',
|
|
20675
|
+
standard: 'EIP3091'
|
|
20676
|
+
}
|
|
20677
|
+
]
|
|
20678
|
+
},
|
|
20218
20679
|
188710: {
|
|
20219
20680
|
name: 'Bitica Chain Mainnet',
|
|
20220
20681
|
chain: 'BDCC',
|
|
@@ -21776,6 +22237,26 @@ exports.chains = {
|
|
|
21776
22237
|
}
|
|
21777
22238
|
]
|
|
21778
22239
|
},
|
|
22240
|
+
879151: {
|
|
22241
|
+
name: 'BlocX Mainnet',
|
|
22242
|
+
chain: 'BLX',
|
|
22243
|
+
rpc: ['https://mainnet-rpc.blxscan.com/'],
|
|
22244
|
+
faucets: [],
|
|
22245
|
+
nativeCurrency: { name: 'BlocX', symbol: 'BLX', decimals: 18 },
|
|
22246
|
+
infoURL: 'https://www.blocxchain.org/',
|
|
22247
|
+
shortName: 'blx',
|
|
22248
|
+
chainId: 879151,
|
|
22249
|
+
networkId: 879151,
|
|
22250
|
+
icon: 'blx',
|
|
22251
|
+
explorers: [
|
|
22252
|
+
{
|
|
22253
|
+
name: 'BlocX Mainnet Explorer',
|
|
22254
|
+
url: 'https://explorer.blxscan.com',
|
|
22255
|
+
icon: 'blx',
|
|
22256
|
+
standard: 'none'
|
|
22257
|
+
}
|
|
22258
|
+
]
|
|
22259
|
+
},
|
|
21779
22260
|
888888: {
|
|
21780
22261
|
name: 'Vision - Mainnet',
|
|
21781
22262
|
chain: 'Vision',
|
|
@@ -22127,6 +22608,17 @@ exports.chains = {
|
|
|
22127
22608
|
}
|
|
22128
22609
|
]
|
|
22129
22610
|
},
|
|
22611
|
+
1731313: {
|
|
22612
|
+
name: 'Turkey Demo Dev',
|
|
22613
|
+
chain: 'ETH',
|
|
22614
|
+
rpc: ['https://devchain-poa.huabeizhenxuan.com'],
|
|
22615
|
+
faucets: [],
|
|
22616
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
22617
|
+
infoURL: '',
|
|
22618
|
+
shortName: 'TDD',
|
|
22619
|
+
chainId: 1731313,
|
|
22620
|
+
networkId: 1731313
|
|
22621
|
+
},
|
|
22130
22622
|
2021398: {
|
|
22131
22623
|
name: 'DeBank Testnet',
|
|
22132
22624
|
chain: 'DeBank',
|
|
@@ -23939,19 +24431,27 @@ exports.chains = {
|
|
|
23939
24431
|
name: 'Palm Testnet',
|
|
23940
24432
|
chain: 'Palm',
|
|
23941
24433
|
icon: 'palm',
|
|
23942
|
-
rpc: [
|
|
24434
|
+
rpc: [
|
|
24435
|
+
'https://palm-testnet.infura.io/v3/${INFURA_API_KEY}',
|
|
24436
|
+
'https://palm-testnet.public.blastapi.io'
|
|
24437
|
+
],
|
|
23943
24438
|
faucets: [],
|
|
23944
24439
|
nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
|
|
23945
|
-
infoURL: 'https://palm.
|
|
24440
|
+
infoURL: 'https://palm.network',
|
|
23946
24441
|
shortName: 'tpalm',
|
|
23947
24442
|
chainId: 11297108099,
|
|
23948
24443
|
networkId: 11297108099,
|
|
23949
24444
|
slip44: 1,
|
|
23950
24445
|
explorers: [
|
|
23951
24446
|
{
|
|
23952
|
-
name: '
|
|
23953
|
-
url: 'https://
|
|
24447
|
+
name: 'Chainlens',
|
|
24448
|
+
url: 'https://testnet.palm.chainlens.com',
|
|
23954
24449
|
standard: 'EIP3091'
|
|
24450
|
+
},
|
|
24451
|
+
{
|
|
24452
|
+
name: 'Dora',
|
|
24453
|
+
url: 'https://www.ondora.xyz/network/palm-testnet',
|
|
24454
|
+
standard: 'none'
|
|
23955
24455
|
}
|
|
23956
24456
|
]
|
|
23957
24457
|
},
|
|
@@ -23959,18 +24459,26 @@ exports.chains = {
|
|
|
23959
24459
|
name: 'Palm',
|
|
23960
24460
|
chain: 'Palm',
|
|
23961
24461
|
icon: 'palm',
|
|
23962
|
-
rpc: [
|
|
24462
|
+
rpc: [
|
|
24463
|
+
'https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
24464
|
+
'https://palm-mainnet.public.blastapi.io'
|
|
24465
|
+
],
|
|
23963
24466
|
faucets: [],
|
|
23964
24467
|
nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
|
|
23965
|
-
infoURL: 'https://palm.
|
|
24468
|
+
infoURL: 'https://palm.network',
|
|
23966
24469
|
shortName: 'palm',
|
|
23967
24470
|
chainId: 11297108109,
|
|
23968
24471
|
networkId: 11297108109,
|
|
23969
24472
|
explorers: [
|
|
23970
24473
|
{
|
|
23971
|
-
name: '
|
|
23972
|
-
url: 'https://
|
|
24474
|
+
name: 'Chainlens',
|
|
24475
|
+
url: 'https://palm.chainlens.com',
|
|
23973
24476
|
standard: 'EIP3091'
|
|
24477
|
+
},
|
|
24478
|
+
{
|
|
24479
|
+
name: 'Dora',
|
|
24480
|
+
url: 'https://www.ondora.xyz/network/palm',
|
|
24481
|
+
standard: 'none'
|
|
23974
24482
|
}
|
|
23975
24483
|
]
|
|
23976
24484
|
},
|