@revoke.cash/chains 58.0.0 → 60.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 +1251 -115
- package/dist/src/enums.d.ts +120 -14
- package/dist/src/enums.js +120 -14
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -339,7 +339,7 @@ exports.chains = {
|
|
|
339
339
|
'https://rpc.ankr.com/flare',
|
|
340
340
|
'https://01-gravelines-003-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
341
341
|
'https://01-vinthill-003-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
342
|
-
'https://rpc.
|
|
342
|
+
'https://rpc.au.cc/flare',
|
|
343
343
|
'https://flare.enosys.global/ext/C/rpc',
|
|
344
344
|
'https://flare.solidifi.app/ext/C/rpc'
|
|
345
345
|
],
|
|
@@ -458,7 +458,7 @@ exports.chains = {
|
|
|
458
458
|
'https://01-gravelines-006-01.rpc.tatum.io/ext/bc/C/rpc',
|
|
459
459
|
'https://01-vinthill-006-02.rpc.tatum.io/ext/bc/C/rpc',
|
|
460
460
|
'https://02-tokyo-006-03.rpc.tatum.io/ext/bc/C/rpc',
|
|
461
|
-
'https://rpc.
|
|
461
|
+
'https://rpc.au.cc/songbird',
|
|
462
462
|
'https://songbird.enosys.global/ext/C/rpc',
|
|
463
463
|
'https://songbird.solidifi.app/ext/C/rpc'
|
|
464
464
|
],
|
|
@@ -831,10 +831,10 @@ exports.chains = {
|
|
|
831
831
|
39: {
|
|
832
832
|
name: 'U2U Solaris Mainnet',
|
|
833
833
|
chain: 'u2u',
|
|
834
|
-
rpc: ['https://rpc-mainnet.
|
|
834
|
+
rpc: ['https://rpc-mainnet.u2u.xyz'],
|
|
835
835
|
faucets: [],
|
|
836
|
-
nativeCurrency: { name: '
|
|
837
|
-
infoURL: 'https://
|
|
836
|
+
nativeCurrency: { name: 'U2U Network', symbol: 'U2U', decimals: 18 },
|
|
837
|
+
infoURL: 'https://u2u.xyz',
|
|
838
838
|
shortName: 'u2u',
|
|
839
839
|
chainId: 39,
|
|
840
840
|
networkId: 39,
|
|
@@ -1831,7 +1831,7 @@ exports.chains = {
|
|
|
1831
1831
|
}
|
|
1832
1832
|
],
|
|
1833
1833
|
redFlags: ['reusedChainId'],
|
|
1834
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
1834
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigkeot6kwnehcrmhppzd5yqaifttmmvyznv3qjo7agh2figylfyvu'
|
|
1835
1835
|
},
|
|
1836
1836
|
82: {
|
|
1837
1837
|
name: 'Meter Mainnet',
|
|
@@ -3194,7 +3194,11 @@ exports.chains = {
|
|
|
3194
3194
|
146: {
|
|
3195
3195
|
name: 'Sonic Mainnet',
|
|
3196
3196
|
chain: 'sonic',
|
|
3197
|
-
rpc: [
|
|
3197
|
+
rpc: [
|
|
3198
|
+
'https://rpc.soniclabs.com',
|
|
3199
|
+
'https://sonic-rpc.publicnode.com',
|
|
3200
|
+
'wss://sonic-rpc.publicnode.com'
|
|
3201
|
+
],
|
|
3198
3202
|
faucets: [],
|
|
3199
3203
|
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
3200
3204
|
features: [{ name: 'EIP155' }],
|
|
@@ -3743,14 +3747,21 @@ exports.chains = {
|
|
|
3743
3747
|
name: 'HashKey Chain',
|
|
3744
3748
|
title: 'HashKey Chain',
|
|
3745
3749
|
chain: 'HashKey Chain',
|
|
3746
|
-
rpc: [],
|
|
3750
|
+
rpc: ['https://mainnet.hsk.xyz'],
|
|
3747
3751
|
faucets: [],
|
|
3748
3752
|
nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
|
|
3749
3753
|
infoURL: 'https://hsk.xyz',
|
|
3750
3754
|
shortName: 'HSK',
|
|
3751
3755
|
chainId: 177,
|
|
3752
3756
|
networkId: 177,
|
|
3753
|
-
explorers: [
|
|
3757
|
+
explorers: [
|
|
3758
|
+
{
|
|
3759
|
+
name: 'blockscout',
|
|
3760
|
+
url: 'https://explorer.hsk.xyz',
|
|
3761
|
+
icon: 'blockscout',
|
|
3762
|
+
standard: 'EIP3091'
|
|
3763
|
+
}
|
|
3764
|
+
],
|
|
3754
3765
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
3755
3766
|
},
|
|
3756
3767
|
178: {
|
|
@@ -4226,6 +4237,28 @@ exports.chains = {
|
|
|
4226
4237
|
}
|
|
4227
4238
|
]
|
|
4228
4239
|
},
|
|
4240
|
+
203: {
|
|
4241
|
+
name: 'WowChain Mainnet',
|
|
4242
|
+
title: 'WowChain Mainnet',
|
|
4243
|
+
chain: 'WowChain',
|
|
4244
|
+
rpc: ['https://rpc.wowchain.io'],
|
|
4245
|
+
faucets: [],
|
|
4246
|
+
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
|
4247
|
+
infoURL: 'https://wowchain.io',
|
|
4248
|
+
shortName: 'wow',
|
|
4249
|
+
chainId: 203,
|
|
4250
|
+
networkId: 203,
|
|
4251
|
+
icon: 'wowchain',
|
|
4252
|
+
explorers: [
|
|
4253
|
+
{
|
|
4254
|
+
name: 'blockscout',
|
|
4255
|
+
url: 'https://explorer.wowchain.io',
|
|
4256
|
+
icon: 'wowchain',
|
|
4257
|
+
standard: 'EIP3091'
|
|
4258
|
+
}
|
|
4259
|
+
],
|
|
4260
|
+
iconURL: 'https://ipfs.io/ipfs/QmZvveFvougFMXqHRi8jGQ1EStBFhmCxTyNK16RK2WWp8t'
|
|
4261
|
+
},
|
|
4229
4262
|
204: {
|
|
4230
4263
|
name: 'opBNB Mainnet',
|
|
4231
4264
|
icon: 'bnbchain',
|
|
@@ -4430,6 +4463,24 @@ exports.chains = {
|
|
|
4430
4463
|
],
|
|
4431
4464
|
iconURL: 'https://ipfs.io/ipfs/bafybeiadbavrwcial76vs5ovhyykyaobteltuhliqcthdairbja4klwzhu'
|
|
4432
4465
|
},
|
|
4466
|
+
216: {
|
|
4467
|
+
name: 'Happychain Testnet',
|
|
4468
|
+
chainId: 216,
|
|
4469
|
+
networkId: 216,
|
|
4470
|
+
chain: 'Happychain Testnet',
|
|
4471
|
+
rpc: ['https://happy-testnet-sepolia.rpc.caldera.xyz/http'],
|
|
4472
|
+
faucets: [],
|
|
4473
|
+
nativeCurrency: { name: 'Happy', symbol: 'HAPPY', decimals: 18 },
|
|
4474
|
+
shortName: 'happytestnet',
|
|
4475
|
+
infoURL: 'https://happy-testnet-sepolia.hub.caldera.xyz',
|
|
4476
|
+
explorers: [
|
|
4477
|
+
{
|
|
4478
|
+
name: 'Blockscout',
|
|
4479
|
+
url: 'https://happy-testnet-sepolia.explorer.caldera.xyz',
|
|
4480
|
+
standard: 'EIP3091'
|
|
4481
|
+
}
|
|
4482
|
+
]
|
|
4483
|
+
},
|
|
4433
4484
|
217: {
|
|
4434
4485
|
name: 'SiriusNet V2',
|
|
4435
4486
|
chain: 'SIN2',
|
|
@@ -4640,8 +4691,8 @@ exports.chains = {
|
|
|
4640
4691
|
name: 'Mind Network Mainnet',
|
|
4641
4692
|
chain: 'FHE',
|
|
4642
4693
|
rpc: [
|
|
4643
|
-
'https://
|
|
4644
|
-
'wss://
|
|
4694
|
+
'https://rpc-mainnet.mindnetwork.xyz',
|
|
4695
|
+
'wss://rpc-mainnet.mindnetwork.xyz'
|
|
4645
4696
|
],
|
|
4646
4697
|
faucets: [],
|
|
4647
4698
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -4894,7 +4945,11 @@ exports.chains = {
|
|
|
4894
4945
|
252: {
|
|
4895
4946
|
name: 'Fraxtal',
|
|
4896
4947
|
chain: 'FRAX',
|
|
4897
|
-
rpc: [
|
|
4948
|
+
rpc: [
|
|
4949
|
+
'https://rpc.frax.com',
|
|
4950
|
+
'https://fraxtal-rpc.publicnode.com',
|
|
4951
|
+
'wss://fraxtal-rpc.publicnode.com'
|
|
4952
|
+
],
|
|
4898
4953
|
faucets: [],
|
|
4899
4954
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
4900
4955
|
infoURL: 'https://mainnet.frax.com',
|
|
@@ -5814,6 +5869,31 @@ exports.chains = {
|
|
|
5814
5869
|
],
|
|
5815
5870
|
iconURL: 'https://ipfs.io/ipfs/QmS9r9XQkMHVomWcSBNDkKkz9n87h9bH9ssabeiKZtANoU'
|
|
5816
5871
|
},
|
|
5872
|
+
315: {
|
|
5873
|
+
name: 'WEMblockchain MainNet',
|
|
5874
|
+
chain: 'WEM',
|
|
5875
|
+
rpc: ['http://rpc.wemblockchain.com'],
|
|
5876
|
+
faucets: [],
|
|
5877
|
+
nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
|
|
5878
|
+
features: [
|
|
5879
|
+
{ name: 'EIP155' },
|
|
5880
|
+
{ name: 'EIP1559' },
|
|
5881
|
+
{ name: 'Smart Contracts' },
|
|
5882
|
+
{ name: 'Custom Gas Model' },
|
|
5883
|
+
{ name: 'Low-Latency Transactions' }
|
|
5884
|
+
],
|
|
5885
|
+
infoURL: 'https://worldecomoney.com',
|
|
5886
|
+
shortName: 'wem',
|
|
5887
|
+
chainId: 315,
|
|
5888
|
+
networkId: 315,
|
|
5889
|
+
explorers: [
|
|
5890
|
+
{
|
|
5891
|
+
name: 'wemscan',
|
|
5892
|
+
url: 'https://wemscan.com',
|
|
5893
|
+
standard: 'EIP3091'
|
|
5894
|
+
}
|
|
5895
|
+
]
|
|
5896
|
+
},
|
|
5817
5897
|
321: {
|
|
5818
5898
|
name: 'KCC Mainnet',
|
|
5819
5899
|
chain: 'KCC',
|
|
@@ -6899,6 +6979,7 @@ exports.chains = {
|
|
|
6899
6979
|
{ url: 'https://op-bridge.form.network' }
|
|
6900
6980
|
]
|
|
6901
6981
|
},
|
|
6982
|
+
status: 'active',
|
|
6902
6983
|
iconURL: 'https://ipfs.io/ipfs/QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91'
|
|
6903
6984
|
},
|
|
6904
6985
|
480: {
|
|
@@ -6940,6 +7021,18 @@ exports.chains = {
|
|
|
6940
7021
|
}
|
|
6941
7022
|
]
|
|
6942
7023
|
},
|
|
7024
|
+
486: {
|
|
7025
|
+
name: 'Standard Mainnet',
|
|
7026
|
+
chain: 'STND',
|
|
7027
|
+
rpc: [],
|
|
7028
|
+
faucets: [],
|
|
7029
|
+
nativeCurrency: { name: 'Standard', symbol: 'STND', decimals: 18 },
|
|
7030
|
+
infoURL: 'https://standardweb3.com',
|
|
7031
|
+
shortName: 'stnd',
|
|
7032
|
+
chainId: 486,
|
|
7033
|
+
networkId: 486,
|
|
7034
|
+
status: 'incubating'
|
|
7035
|
+
},
|
|
6943
7036
|
499: {
|
|
6944
7037
|
name: 'Rupaya',
|
|
6945
7038
|
chain: 'RUPX',
|
|
@@ -7113,14 +7206,17 @@ exports.chains = {
|
|
|
7113
7206
|
529: {
|
|
7114
7207
|
name: 'Firechain Mainnet',
|
|
7115
7208
|
chain: 'FIRE',
|
|
7116
|
-
|
|
7117
|
-
|
|
7209
|
+
rpc: [
|
|
7210
|
+
'https://rpc-mainnet.thefirechain.com',
|
|
7211
|
+
'https://rpc-mainnet.firestation.io'
|
|
7212
|
+
],
|
|
7118
7213
|
faucets: [],
|
|
7119
7214
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
7120
7215
|
infoURL: 'https://thefirechain.com',
|
|
7121
7216
|
shortName: 'fire',
|
|
7122
7217
|
chainId: 529,
|
|
7123
7218
|
networkId: 529,
|
|
7219
|
+
icon: 'firechain',
|
|
7124
7220
|
explorers: [],
|
|
7125
7221
|
status: 'incubating',
|
|
7126
7222
|
iconURL: 'https://ipfs.io/ipfs/QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf'
|
|
@@ -7224,6 +7320,35 @@ exports.chains = {
|
|
|
7224
7320
|
],
|
|
7225
7321
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
7226
7322
|
},
|
|
7323
|
+
550: {
|
|
7324
|
+
name: 'River',
|
|
7325
|
+
chain: 'river',
|
|
7326
|
+
rpc: [
|
|
7327
|
+
'https://mainnet.rpc.river.build',
|
|
7328
|
+
'https://towns-mainnet.calderachain.xyz/http'
|
|
7329
|
+
],
|
|
7330
|
+
faucets: [],
|
|
7331
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
7332
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
7333
|
+
infoURL: 'https://www.river.build',
|
|
7334
|
+
shortName: 'river',
|
|
7335
|
+
chainId: 550,
|
|
7336
|
+
networkId: 550,
|
|
7337
|
+
icon: 'river',
|
|
7338
|
+
explorers: [
|
|
7339
|
+
{
|
|
7340
|
+
name: 'River Explorer',
|
|
7341
|
+
url: 'https://explorer.river.build',
|
|
7342
|
+
standard: 'EIP3091'
|
|
7343
|
+
},
|
|
7344
|
+
{
|
|
7345
|
+
name: 'River Caldera Explorer',
|
|
7346
|
+
url: 'https://towns-mainnet.calderaexplorer.xyz',
|
|
7347
|
+
standard: 'EIP3091'
|
|
7348
|
+
}
|
|
7349
|
+
],
|
|
7350
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiafftbrpywlc4awvbgbdau4bpd5rg27za4eyh7somqw5pv755gbmq'
|
|
7351
|
+
},
|
|
7227
7352
|
555: {
|
|
7228
7353
|
name: 'Vela1 Chain Mainnet',
|
|
7229
7354
|
chain: 'VELA1',
|
|
@@ -7611,6 +7736,29 @@ exports.chains = {
|
|
|
7611
7736
|
}
|
|
7612
7737
|
]
|
|
7613
7738
|
},
|
|
7739
|
+
619: {
|
|
7740
|
+
name: 'Skynet',
|
|
7741
|
+
chain: 'Skynet',
|
|
7742
|
+
rpc: ['http://rpc.skynet.io'],
|
|
7743
|
+
nativeCurrency: { name: 'SkyUSD', symbol: 'sUSD', decimals: 18 },
|
|
7744
|
+
infoURL: 'http://explorer.skynet.io',
|
|
7745
|
+
shortName: 'Skynet',
|
|
7746
|
+
chainId: 619,
|
|
7747
|
+
networkId: 619,
|
|
7748
|
+
explorers: [
|
|
7749
|
+
{
|
|
7750
|
+
name: 'tracehawk',
|
|
7751
|
+
url: 'http://explorer.skynet.io',
|
|
7752
|
+
standard: 'none'
|
|
7753
|
+
}
|
|
7754
|
+
],
|
|
7755
|
+
faucets: [],
|
|
7756
|
+
parent: {
|
|
7757
|
+
type: 'L2',
|
|
7758
|
+
chain: 'eip155-42161',
|
|
7759
|
+
bridges: [{ url: 'http://bridge.skynet.io' }]
|
|
7760
|
+
}
|
|
7761
|
+
},
|
|
7614
7762
|
624: {
|
|
7615
7763
|
name: 'Binary Mainnet',
|
|
7616
7764
|
chain: 'The Binary Holdings',
|
|
@@ -7647,6 +7795,24 @@ exports.chains = {
|
|
|
7647
7795
|
}
|
|
7648
7796
|
]
|
|
7649
7797
|
},
|
|
7798
|
+
632: {
|
|
7799
|
+
name: 'NFB Chain',
|
|
7800
|
+
chain: 'NFB Chain',
|
|
7801
|
+
rpc: ['https://node.nfbchain.com'],
|
|
7802
|
+
faucets: [],
|
|
7803
|
+
nativeCurrency: { name: 'NFBCoin', symbol: 'NFBC', decimals: 18 },
|
|
7804
|
+
infoURL: 'https://nfbchain.com/',
|
|
7805
|
+
shortName: 'nfbchain',
|
|
7806
|
+
chainId: 632,
|
|
7807
|
+
networkId: 632,
|
|
7808
|
+
explorers: [
|
|
7809
|
+
{
|
|
7810
|
+
name: 'NFB Chain Explorer',
|
|
7811
|
+
url: 'https://scan.nfbchain.com',
|
|
7812
|
+
standard: 'none'
|
|
7813
|
+
}
|
|
7814
|
+
]
|
|
7815
|
+
},
|
|
7650
7816
|
634: {
|
|
7651
7817
|
name: 'Avocado',
|
|
7652
7818
|
chain: 'Avocado',
|
|
@@ -7884,6 +8050,36 @@ exports.chains = {
|
|
|
7884
8050
|
}
|
|
7885
8051
|
]
|
|
7886
8052
|
},
|
|
8053
|
+
678: {
|
|
8054
|
+
name: 'Janction',
|
|
8055
|
+
chain: 'Janction',
|
|
8056
|
+
rpc: ['https://rpc.janction.io', 'wss://rpc.janction.io'],
|
|
8057
|
+
faucets: [],
|
|
8058
|
+
nativeCurrency: { name: 'Janction', symbol: 'JCT', decimals: 18 },
|
|
8059
|
+
infoURL: 'https://janction.io',
|
|
8060
|
+
shortName: 'janction',
|
|
8061
|
+
chainId: 678,
|
|
8062
|
+
networkId: 678,
|
|
8063
|
+
icon: 'janction',
|
|
8064
|
+
explorers: [],
|
|
8065
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
8066
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieemyhmsjo3a3aghqcwcitqwdxt7fxtsz4tmvlu2io3hcbtetyg6e'
|
|
8067
|
+
},
|
|
8068
|
+
679: {
|
|
8069
|
+
name: 'Janction Testnet',
|
|
8070
|
+
chain: 'Janction Testnet',
|
|
8071
|
+
rpc: ['https://rpc_testnet.janction.io', 'wss://rpc_testnet.janction.io'],
|
|
8072
|
+
faucets: [],
|
|
8073
|
+
nativeCurrency: { name: 'Janction', symbol: 'JCT', decimals: 18 },
|
|
8074
|
+
infoURL: 'https://janction.io',
|
|
8075
|
+
shortName: 'janction_testnet',
|
|
8076
|
+
chainId: 679,
|
|
8077
|
+
networkId: 679,
|
|
8078
|
+
icon: 'janction',
|
|
8079
|
+
explorers: [],
|
|
8080
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
8081
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieemyhmsjo3a3aghqcwcitqwdxt7fxtsz4tmvlu2io3hcbtetyg6e'
|
|
8082
|
+
},
|
|
7887
8083
|
686: {
|
|
7888
8084
|
name: 'Karura Network',
|
|
7889
8085
|
chain: 'KAR',
|
|
@@ -8338,6 +8534,27 @@ exports.chains = {
|
|
|
8338
8534
|
],
|
|
8339
8535
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
8340
8536
|
},
|
|
8537
|
+
753: {
|
|
8538
|
+
name: 'Rivalz',
|
|
8539
|
+
chain: 'rivalz',
|
|
8540
|
+
rpc: ['https://rivalz.calderachain.xyz/http'],
|
|
8541
|
+
faucets: [],
|
|
8542
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8543
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8544
|
+
infoURL: 'https://rivalz.hub.caldera.xyz',
|
|
8545
|
+
shortName: 'rivalz',
|
|
8546
|
+
chainId: 753,
|
|
8547
|
+
networkId: 753,
|
|
8548
|
+
icon: 'rivalz',
|
|
8549
|
+
explorers: [
|
|
8550
|
+
{
|
|
8551
|
+
name: 'Rivalz Caldera Explorer',
|
|
8552
|
+
url: 'https://rivalz.calderaexplorer.xyz',
|
|
8553
|
+
standard: 'EIP3091'
|
|
8554
|
+
}
|
|
8555
|
+
],
|
|
8556
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaykqfno5aveymgvrv3y725acslww2jidtaqr4nkmmti4zbayf2k4'
|
|
8557
|
+
},
|
|
8341
8558
|
766: {
|
|
8342
8559
|
name: 'QL1',
|
|
8343
8560
|
chain: 'QOM',
|
|
@@ -8653,21 +8870,24 @@ exports.chains = {
|
|
|
8653
8870
|
name: 'Firechain zkEVM',
|
|
8654
8871
|
title: 'Firechain zkEVM',
|
|
8655
8872
|
chain: 'Firechain',
|
|
8656
|
-
rpc: [
|
|
8873
|
+
rpc: [
|
|
8874
|
+
'https://rpc-zkevm.thefirechain.com',
|
|
8875
|
+
'https://rpc-zkevm.firestation.io'
|
|
8876
|
+
],
|
|
8657
8877
|
faucets: [],
|
|
8658
8878
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8659
8879
|
infoURL: 'https://docs.thefirechain.com/',
|
|
8660
8880
|
shortName: 'firechan-zkEVM',
|
|
8661
8881
|
chainId: 814,
|
|
8662
8882
|
networkId: 814,
|
|
8663
|
-
icon: '
|
|
8883
|
+
icon: 'ethereum',
|
|
8664
8884
|
explorers: [],
|
|
8665
8885
|
parent: {
|
|
8666
8886
|
type: 'L2',
|
|
8667
8887
|
chain: 'eip155-1',
|
|
8668
8888
|
bridges: [{ url: 'https://zkevm-bridge-rpc.thefirechain.com' }]
|
|
8669
8889
|
},
|
|
8670
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8890
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
8671
8891
|
},
|
|
8672
8892
|
818: {
|
|
8673
8893
|
name: 'BeOne Chain Mainnet',
|
|
@@ -8911,6 +9131,24 @@ exports.chains = {
|
|
|
8911
9131
|
}
|
|
8912
9132
|
]
|
|
8913
9133
|
},
|
|
9134
|
+
861: {
|
|
9135
|
+
name: 'Electra Network',
|
|
9136
|
+
chain: 'Electra',
|
|
9137
|
+
rpc: ['https://rpc.electranetwork.tech'],
|
|
9138
|
+
faucets: [],
|
|
9139
|
+
nativeCurrency: { name: 'Electra', symbol: 'ELC', decimals: 18 },
|
|
9140
|
+
infoURL: 'https://www.electranetwork.tech',
|
|
9141
|
+
shortName: 'elc',
|
|
9142
|
+
chainId: 861,
|
|
9143
|
+
networkId: 861,
|
|
9144
|
+
explorers: [
|
|
9145
|
+
{
|
|
9146
|
+
name: 'Electra Explorer',
|
|
9147
|
+
url: 'https://scan.electranetwork.tech',
|
|
9148
|
+
standard: 'none'
|
|
9149
|
+
}
|
|
9150
|
+
]
|
|
9151
|
+
},
|
|
8914
9152
|
868: {
|
|
8915
9153
|
name: 'Fantasia Chain Mainnet',
|
|
8916
9154
|
chain: 'FSC',
|
|
@@ -8933,6 +9171,24 @@ exports.chains = {
|
|
|
8933
9171
|
}
|
|
8934
9172
|
]
|
|
8935
9173
|
},
|
|
9174
|
+
871: {
|
|
9175
|
+
name: 'Electra Test Network',
|
|
9176
|
+
chain: 'Electra',
|
|
9177
|
+
rpc: ['https://rpc.testnet.electranetwork.tech'],
|
|
9178
|
+
faucets: [],
|
|
9179
|
+
nativeCurrency: { name: 'Test Electra', symbol: 'TELC', decimals: 18 },
|
|
9180
|
+
infoURL: 'https://scan.testnet.electranetwork.tech',
|
|
9181
|
+
shortName: 'telc',
|
|
9182
|
+
chainId: 871,
|
|
9183
|
+
networkId: 871,
|
|
9184
|
+
explorers: [
|
|
9185
|
+
{
|
|
9186
|
+
name: 'Electra Testnet Explorer',
|
|
9187
|
+
url: 'https://scan.testnet.electranetwork.tech',
|
|
9188
|
+
standard: 'none'
|
|
9189
|
+
}
|
|
9190
|
+
]
|
|
9191
|
+
},
|
|
8936
9192
|
876: {
|
|
8937
9193
|
name: 'Bandai Namco Research Verse Mainnet',
|
|
8938
9194
|
chain: 'Bandai Namco Research Verse',
|
|
@@ -9198,16 +9454,23 @@ exports.chains = {
|
|
|
9198
9454
|
iconURL: 'https://ipfs.io/ipfs/QmeucqvcreQk8nnSRUiHo3QTvLoYYB7shJTKXj5Tk6BtWi'
|
|
9199
9455
|
},
|
|
9200
9456
|
917: {
|
|
9201
|
-
name: 'Rinia
|
|
9457
|
+
name: 'Rinia',
|
|
9458
|
+
title: 'Firechain Testnet Rinia',
|
|
9202
9459
|
chain: 'FIRE',
|
|
9203
|
-
|
|
9204
|
-
|
|
9205
|
-
|
|
9460
|
+
rpc: [
|
|
9461
|
+
'https://rinia-rpc1.thefirechain.com',
|
|
9462
|
+
'https://rpc-rinia.firestation.io'
|
|
9463
|
+
],
|
|
9464
|
+
faucets: [
|
|
9465
|
+
'https://faucet.thefirechain.com',
|
|
9466
|
+
'https://faucet.firestation.io'
|
|
9467
|
+
],
|
|
9206
9468
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
|
9207
9469
|
infoURL: 'https://thefirechain.com',
|
|
9208
9470
|
shortName: 'tfire',
|
|
9209
9471
|
chainId: 917,
|
|
9210
9472
|
networkId: 917,
|
|
9473
|
+
icon: 'rinia',
|
|
9211
9474
|
slip44: 1,
|
|
9212
9475
|
explorers: [
|
|
9213
9476
|
{
|
|
@@ -9407,9 +9670,9 @@ exports.chains = {
|
|
|
9407
9670
|
945: {
|
|
9408
9671
|
name: 'Subtensor EVM Testnet',
|
|
9409
9672
|
chain: 'Bittensor',
|
|
9410
|
-
rpc: ['https://
|
|
9673
|
+
rpc: ['https://test.chain.opentensor.ai'],
|
|
9411
9674
|
faucets: [],
|
|
9412
|
-
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals:
|
|
9675
|
+
nativeCurrency: { name: 'testTAO', symbol: 'TAO', decimals: 18 },
|
|
9413
9676
|
infoURL: 'https://bittensor.com/',
|
|
9414
9677
|
shortName: 'bittensor-evm-testnet',
|
|
9415
9678
|
chainId: 945,
|
|
@@ -9481,6 +9744,20 @@ exports.chains = {
|
|
|
9481
9744
|
],
|
|
9482
9745
|
iconURL: 'https://ipfs.io/ipfs/QmRUzDpn3xqPYnjLuZvFs2Attio9VxGRUprXEjcNQDcpe5'
|
|
9483
9746
|
},
|
|
9747
|
+
964: {
|
|
9748
|
+
name: 'Subtensor EVM',
|
|
9749
|
+
chain: 'Bittensor',
|
|
9750
|
+
rpc: ['https://lite.chain.opentensor.ai'],
|
|
9751
|
+
faucets: [],
|
|
9752
|
+
nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 },
|
|
9753
|
+
infoURL: 'https://bittensor.com/',
|
|
9754
|
+
shortName: 'bittensor-evm-mainnet',
|
|
9755
|
+
chainId: 964,
|
|
9756
|
+
networkId: 964,
|
|
9757
|
+
slip44: 1005,
|
|
9758
|
+
icon: 'bittensor',
|
|
9759
|
+
iconURL: 'https://ipfs.io/ipfs/QmcwymedPKMBVUptXLeuco2kV7LEhyd3bQ6x3aAh4VAmNJ'
|
|
9760
|
+
},
|
|
9484
9761
|
969: {
|
|
9485
9762
|
name: 'EthXY',
|
|
9486
9763
|
chain: 'EthXY',
|
|
@@ -10353,7 +10630,9 @@ exports.chains = {
|
|
|
10353
10630
|
rpc: [
|
|
10354
10631
|
'https://andromeda.metis.io/?owner=1088',
|
|
10355
10632
|
'https://metis.drpc.org',
|
|
10356
|
-
'wss://metis.drpc.org'
|
|
10633
|
+
'wss://metis.drpc.org',
|
|
10634
|
+
'https://metis-rpc.publicnode.com',
|
|
10635
|
+
'wss://metis-rpc.publicnode.com'
|
|
10357
10636
|
],
|
|
10358
10637
|
faucets: [],
|
|
10359
10638
|
nativeCurrency: { name: 'Metis', symbol: 'METIS', decimals: 18 },
|
|
@@ -10708,6 +10987,27 @@ exports.chains = {
|
|
|
10708
10987
|
parent: { type: 'L2', chain: 'eip155-1113' },
|
|
10709
10988
|
iconURL: 'https://ipfs.io/ipfs/QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9'
|
|
10710
10989
|
},
|
|
10990
|
+
1125: {
|
|
10991
|
+
name: 'Taker Chain Mainnet',
|
|
10992
|
+
chain: 'Taker',
|
|
10993
|
+
icon: 'taker',
|
|
10994
|
+
rpc: ['https://rpc-mainnet.taker.xyz'],
|
|
10995
|
+
faucets: [],
|
|
10996
|
+
nativeCurrency: { name: 'Taker', symbol: 'TAKER', decimals: 18 },
|
|
10997
|
+
infoURL: 'https://www.taker.xyz',
|
|
10998
|
+
shortName: 'taker',
|
|
10999
|
+
chainId: 1125,
|
|
11000
|
+
networkId: 1125,
|
|
11001
|
+
explorers: [
|
|
11002
|
+
{
|
|
11003
|
+
name: 'TakerScan',
|
|
11004
|
+
url: 'https://explorer.taker.xyz',
|
|
11005
|
+
icon: 'taker',
|
|
11006
|
+
standard: 'none'
|
|
11007
|
+
}
|
|
11008
|
+
],
|
|
11009
|
+
iconURL: 'https://ipfs.io/ipfs/QmS3EEhWSZCXkKWddm1eQPifDY2kdFPaAfZuZUftPKB7x3'
|
|
11010
|
+
},
|
|
10711
11011
|
1130: {
|
|
10712
11012
|
name: 'DeFiChain EVM Network Mainnet',
|
|
10713
11013
|
chain: 'defichain-evm',
|
|
@@ -11761,7 +12061,11 @@ exports.chains = {
|
|
|
11761
12061
|
1301: {
|
|
11762
12062
|
name: 'Unichain Sepolia Testnet',
|
|
11763
12063
|
chain: 'ETH',
|
|
11764
|
-
rpc: [
|
|
12064
|
+
rpc: [
|
|
12065
|
+
'https://sepolia.unichain.org',
|
|
12066
|
+
'https://unichain-sepolia-rpc.publicnode.com',
|
|
12067
|
+
'wss://unichain-sepolia-rpc.publicnode.com'
|
|
12068
|
+
],
|
|
11765
12069
|
faucets: [],
|
|
11766
12070
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
11767
12071
|
infoURL: 'https://unichain.org',
|
|
@@ -11949,41 +12253,47 @@ exports.chains = {
|
|
|
11949
12253
|
1338: {
|
|
11950
12254
|
name: 'Elysium Testnet',
|
|
11951
12255
|
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged',
|
|
11952
|
-
chain: '
|
|
11953
|
-
rpc: ['https://
|
|
11954
|
-
faucets: [],
|
|
11955
|
-
nativeCurrency: { name: '
|
|
11956
|
-
infoURL: 'https://
|
|
11957
|
-
shortName: '
|
|
12256
|
+
chain: 'Atlantis',
|
|
12257
|
+
rpc: ['https://rpc.atlantischain.network'],
|
|
12258
|
+
faucets: ['https://faucet.atlantischain.network'],
|
|
12259
|
+
nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
|
|
12260
|
+
infoURL: 'https://elysiumchain.tech',
|
|
12261
|
+
shortName: 'ATL',
|
|
11958
12262
|
chainId: 1338,
|
|
11959
12263
|
networkId: 1338,
|
|
11960
|
-
slip44: 1,
|
|
11961
12264
|
explorers: [
|
|
11962
12265
|
{
|
|
11963
|
-
name: '
|
|
11964
|
-
url: 'https://
|
|
11965
|
-
standard: '
|
|
12266
|
+
name: 'Atlantis explorer',
|
|
12267
|
+
url: 'https://blockscout.atlantischain.network',
|
|
12268
|
+
standard: 'EIP3091'
|
|
11966
12269
|
}
|
|
11967
12270
|
]
|
|
11968
12271
|
},
|
|
11969
12272
|
1339: {
|
|
11970
12273
|
name: 'Elysium Mainnet',
|
|
11971
|
-
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain
|
|
12274
|
+
title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain.',
|
|
11972
12275
|
chain: 'Elysium',
|
|
11973
|
-
rpc: ['https://rpc.elysiumchain.tech
|
|
11974
|
-
faucets: [],
|
|
11975
|
-
nativeCurrency: { name: '
|
|
11976
|
-
infoURL: 'https://
|
|
11977
|
-
shortName: '
|
|
12276
|
+
rpc: ['https://rpc.elysiumchain.tech', 'https://rpc.elysiumchain.us'],
|
|
12277
|
+
faucets: ['https://faucet.elysiumchain.tech'],
|
|
12278
|
+
nativeCurrency: { name: 'ELY', symbol: 'ELY', decimals: 18 },
|
|
12279
|
+
infoURL: 'https://elysiumchain.tech/',
|
|
12280
|
+
shortName: 'ELY',
|
|
11978
12281
|
chainId: 1339,
|
|
11979
12282
|
networkId: 1339,
|
|
12283
|
+
icon: 'elysium',
|
|
11980
12284
|
explorers: [
|
|
11981
12285
|
{
|
|
11982
12286
|
name: 'Elysium mainnet explorer',
|
|
11983
12287
|
url: 'https://explorer.elysiumchain.tech',
|
|
11984
|
-
standard: '
|
|
12288
|
+
standard: 'EIP3091'
|
|
12289
|
+
},
|
|
12290
|
+
{
|
|
12291
|
+
name: 'Elysium blockscout explorer',
|
|
12292
|
+
url: 'https://blockscout.elysiumchain.tech',
|
|
12293
|
+
standard: 'EIP3091'
|
|
11985
12294
|
}
|
|
11986
|
-
]
|
|
12295
|
+
],
|
|
12296
|
+
iconURL: 'https://ipfs.io/ipfs/QmWNCNMtnJaphMJY3dbP2pXPLQG6xayhkc2JWahoXECgsG'
|
|
11987
12297
|
},
|
|
11988
12298
|
1343: {
|
|
11989
12299
|
name: 'Blitz Subnet',
|
|
@@ -12509,6 +12819,26 @@ exports.chains = {
|
|
|
12509
12819
|
}
|
|
12510
12820
|
]
|
|
12511
12821
|
},
|
|
12822
|
+
1514: {
|
|
12823
|
+
name: 'Story',
|
|
12824
|
+
chain: 'STORY',
|
|
12825
|
+
rpc: ['https://mainnet.storyrpc.io'],
|
|
12826
|
+
faucets: [],
|
|
12827
|
+
nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
|
|
12828
|
+
infoURL: 'https://story.foundation/',
|
|
12829
|
+
icon: 'story',
|
|
12830
|
+
shortName: 'sty',
|
|
12831
|
+
chainId: 1514,
|
|
12832
|
+
networkId: 1514,
|
|
12833
|
+
explorers: [
|
|
12834
|
+
{
|
|
12835
|
+
name: 'blockscout',
|
|
12836
|
+
url: 'https://mainnet.storyscan.xyz',
|
|
12837
|
+
standard: 'EIP3091'
|
|
12838
|
+
}
|
|
12839
|
+
],
|
|
12840
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreierdbo6kxvq5l353dqzg5qkaennz5s6hjp3nvmvyz2dx7gfka4nuu'
|
|
12841
|
+
},
|
|
12512
12842
|
1515: {
|
|
12513
12843
|
name: 'Beagle Messaging Chain',
|
|
12514
12844
|
chain: 'BMC',
|
|
@@ -13763,9 +14093,9 @@ exports.chains = {
|
|
|
13763
14093
|
]
|
|
13764
14094
|
},
|
|
13765
14095
|
1946: {
|
|
13766
|
-
name: 'Minato',
|
|
13767
|
-
shortName: 'minato',
|
|
13768
|
-
title: 'Soneium
|
|
14096
|
+
name: 'Soneium Testnet Minato',
|
|
14097
|
+
shortName: 'soneium-minato',
|
|
14098
|
+
title: 'Soneium Testnet Minato',
|
|
13769
14099
|
chain: 'ETH',
|
|
13770
14100
|
icon: 'minato',
|
|
13771
14101
|
rpc: ['https://rpc.minato.soneium.org'],
|
|
@@ -13777,7 +14107,7 @@ exports.chains = {
|
|
|
13777
14107
|
explorers: [
|
|
13778
14108
|
{
|
|
13779
14109
|
name: 'Blockscout Minato explorer',
|
|
13780
|
-
url: 'https://
|
|
14110
|
+
url: 'https://soneium-minato.blockscout.com',
|
|
13781
14111
|
standard: 'EIP3091'
|
|
13782
14112
|
}
|
|
13783
14113
|
],
|
|
@@ -15608,6 +15938,29 @@ exports.chains = {
|
|
|
15608
15938
|
explorers: [],
|
|
15609
15939
|
status: 'incubating'
|
|
15610
15940
|
},
|
|
15941
|
+
2310: {
|
|
15942
|
+
name: 'CratD2C',
|
|
15943
|
+
chain: 'CRATD2C',
|
|
15944
|
+
rpc: [
|
|
15945
|
+
'https://node1.cratd2csmartchain.io',
|
|
15946
|
+
'https://node2.cratd2csmartchain.io',
|
|
15947
|
+
'https://node3.cratd2csmartchain.io'
|
|
15948
|
+
],
|
|
15949
|
+
faucets: [],
|
|
15950
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
15951
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
15952
|
+
shortName: 'cratd2c',
|
|
15953
|
+
chainId: 2310,
|
|
15954
|
+
networkId: 2310,
|
|
15955
|
+
explorers: [
|
|
15956
|
+
{
|
|
15957
|
+
name: 'Blockscout',
|
|
15958
|
+
url: 'https://explorer.cratd2csmartchain.io',
|
|
15959
|
+
icon: 'blockscout',
|
|
15960
|
+
standard: 'EIP3091'
|
|
15961
|
+
}
|
|
15962
|
+
]
|
|
15963
|
+
},
|
|
15611
15964
|
2311: {
|
|
15612
15965
|
name: 'Chronicle Vesuvius - Lit Protocol Testnet',
|
|
15613
15966
|
chain: 'LPV',
|
|
@@ -15982,6 +16335,42 @@ exports.chains = {
|
|
|
15982
16335
|
],
|
|
15983
16336
|
iconURL: 'https://ipfs.io/ipfs/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW'
|
|
15984
16337
|
},
|
|
16338
|
+
2420: {
|
|
16339
|
+
name: 'Rufus',
|
|
16340
|
+
chain: 'rufus',
|
|
16341
|
+
rpc: ['https://rufus.calderachain.xyz/http'],
|
|
16342
|
+
faucets: [],
|
|
16343
|
+
nativeCurrency: { name: 'Dogelon', symbol: 'ELON', decimals: 18 },
|
|
16344
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
16345
|
+
infoURL: 'https://rufus.hub.caldera.xyz',
|
|
16346
|
+
shortName: 'rufus',
|
|
16347
|
+
chainId: 2420,
|
|
16348
|
+
networkId: 2420,
|
|
16349
|
+
icon: 'rufus',
|
|
16350
|
+
explorers: [
|
|
16351
|
+
{
|
|
16352
|
+
name: 'Rufus Caldera Explorer',
|
|
16353
|
+
url: 'https://rufus.calderaexplorer.xyz',
|
|
16354
|
+
standard: 'EIP3091'
|
|
16355
|
+
}
|
|
16356
|
+
],
|
|
16357
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihcbx557v446mhd7z4kfogqy3f3i5zdx2fsc5udg2obdstzxt66be'
|
|
16358
|
+
},
|
|
16359
|
+
2424: {
|
|
16360
|
+
name: 'inEVM Testnet',
|
|
16361
|
+
chain: 'inEVM testnet',
|
|
16362
|
+
icon: 'inevm',
|
|
16363
|
+
rpc: ['https://testnet.rpc.inevm.com/http'],
|
|
16364
|
+
faucets: [],
|
|
16365
|
+
nativeCurrency: { name: 'Injective', symbol: 'INJ', decimals: 18 },
|
|
16366
|
+
infoURL: 'https://inevm.com',
|
|
16367
|
+
shortName: 'inevm-testnet',
|
|
16368
|
+
chainId: 2424,
|
|
16369
|
+
networkId: 2424,
|
|
16370
|
+
explorers: [],
|
|
16371
|
+
status: 'active',
|
|
16372
|
+
iconURL: 'https://ipfs.io/ipfs/QmU9KU1qgReJR7vyVxN5zwWB3nkhSs658ViArUjT7GCh4r'
|
|
16373
|
+
},
|
|
15985
16374
|
2425: {
|
|
15986
16375
|
name: 'King Of Legends Mainnet',
|
|
15987
16376
|
title: 'King Of Legends Mainnet',
|
|
@@ -16005,6 +16394,18 @@ exports.chains = {
|
|
|
16005
16394
|
],
|
|
16006
16395
|
iconURL: 'https://ipfs.io/ipfs/QmTZFXhYJboYE9fbaeje12iTF3QPLn6xgyFgrDVe2isDBH'
|
|
16007
16396
|
},
|
|
16397
|
+
2426: {
|
|
16398
|
+
name: 'Standard Testnet',
|
|
16399
|
+
chain: 'STND Testnet',
|
|
16400
|
+
rpc: [],
|
|
16401
|
+
faucets: [],
|
|
16402
|
+
nativeCurrency: { name: 'Standard', symbol: 'STND', decimals: 18 },
|
|
16403
|
+
infoURL: 'https://standardweb3.com',
|
|
16404
|
+
shortName: 'stndtestnet',
|
|
16405
|
+
chainId: 2426,
|
|
16406
|
+
networkId: 2426,
|
|
16407
|
+
status: 'incubating'
|
|
16408
|
+
},
|
|
16008
16409
|
2442: {
|
|
16009
16410
|
name: 'Polygon zkEVM Cardona Testnet',
|
|
16010
16411
|
title: 'Polygon zkEVM Cardona Testnet',
|
|
@@ -16192,7 +16593,11 @@ exports.chains = {
|
|
|
16192
16593
|
2522: {
|
|
16193
16594
|
name: 'Fraxtal Testnet',
|
|
16194
16595
|
chain: 'FRAX',
|
|
16195
|
-
rpc: [
|
|
16596
|
+
rpc: [
|
|
16597
|
+
'https://rpc.testnet.frax.com',
|
|
16598
|
+
'https://fraxtal-holesky-rpc.publicnode.com',
|
|
16599
|
+
'wss://fraxtal-holesky-rpc.publicnode.com'
|
|
16600
|
+
],
|
|
16196
16601
|
faucets: [],
|
|
16197
16602
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
16198
16603
|
infoURL: 'https://testnet.frax.com',
|
|
@@ -16910,6 +17315,27 @@ exports.chains = {
|
|
|
16910
17315
|
],
|
|
16911
17316
|
iconURL: 'https://ipfs.io/ipfs/bafkreib62bv2d65d7nidojgpkgatrt7smee2l4ov6i6ozqhpfaqsonxku4'
|
|
16912
17317
|
},
|
|
17318
|
+
3030: {
|
|
17319
|
+
name: 'BC Hyper Chain Mainnet',
|
|
17320
|
+
chain: 'BC Hyper Chain',
|
|
17321
|
+
rpc: ['https://mainapi.bchscan.io'],
|
|
17322
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
17323
|
+
faucets: [],
|
|
17324
|
+
nativeCurrency: { name: 'VERSATIZE COIN', symbol: 'VTCN', decimals: 18 },
|
|
17325
|
+
infoURL: 'https://www.versatizecoin.com/',
|
|
17326
|
+
shortName: 'BCHYPER',
|
|
17327
|
+
chainId: 3030,
|
|
17328
|
+
networkId: 3030,
|
|
17329
|
+
icon: 'bchyper',
|
|
17330
|
+
explorers: [
|
|
17331
|
+
{
|
|
17332
|
+
name: 'bcexplorer mainnet',
|
|
17333
|
+
url: 'https://mainnet.bchscan.io',
|
|
17334
|
+
standard: 'EIP3091'
|
|
17335
|
+
}
|
|
17336
|
+
],
|
|
17337
|
+
iconURL: 'https://ipfs.io/ipfs/QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE'
|
|
17338
|
+
},
|
|
16913
17339
|
3031: {
|
|
16914
17340
|
name: 'Orlando Chain',
|
|
16915
17341
|
chain: 'ORL',
|
|
@@ -17281,6 +17707,54 @@ exports.chains = {
|
|
|
17281
17707
|
slip44: 1,
|
|
17282
17708
|
status: 'incubating'
|
|
17283
17709
|
},
|
|
17710
|
+
3366: {
|
|
17711
|
+
name: 'Meroneum',
|
|
17712
|
+
chain: 'MERON',
|
|
17713
|
+
icon: 'meron',
|
|
17714
|
+
rpc: [
|
|
17715
|
+
'https://mainnet-node1.meronscan.ai/',
|
|
17716
|
+
'https://mainnet-node2.meronscan.ai/',
|
|
17717
|
+
'https://mainnet-node3.meronscan.ai/'
|
|
17718
|
+
],
|
|
17719
|
+
faucets: [],
|
|
17720
|
+
nativeCurrency: { name: 'MERON', symbol: 'MERON', decimals: 18 },
|
|
17721
|
+
infoURL: 'https://www.meroneum.ai',
|
|
17722
|
+
shortName: 'meron-testnet',
|
|
17723
|
+
chainId: 3366,
|
|
17724
|
+
networkId: 3366,
|
|
17725
|
+
explorers: [
|
|
17726
|
+
{
|
|
17727
|
+
name: 'meronscan',
|
|
17728
|
+
url: 'https://meronscan.ai',
|
|
17729
|
+
standard: 'EIP3091'
|
|
17730
|
+
}
|
|
17731
|
+
],
|
|
17732
|
+
iconURL: 'https://ipfs.io/ipfs/QmdNnuHVDHttkw1Xjp8RZBN2doF9QmBbFpBGf8nxktwdJH'
|
|
17733
|
+
},
|
|
17734
|
+
3369: {
|
|
17735
|
+
name: 'Meroneum Testnet',
|
|
17736
|
+
chain: 'MERON',
|
|
17737
|
+
icon: 'meron',
|
|
17738
|
+
rpc: [
|
|
17739
|
+
'https://testnet-node1.meronscan.ai/',
|
|
17740
|
+
'https://testnet-node2.meronscan.ai/',
|
|
17741
|
+
'https://testnet-node3.meronscan.ai/'
|
|
17742
|
+
],
|
|
17743
|
+
faucets: [],
|
|
17744
|
+
nativeCurrency: { name: 'MERON', symbol: 'MERON', decimals: 18 },
|
|
17745
|
+
infoURL: 'https://www.meroneum.ai/',
|
|
17746
|
+
shortName: 'meron',
|
|
17747
|
+
chainId: 3369,
|
|
17748
|
+
networkId: 3369,
|
|
17749
|
+
explorers: [
|
|
17750
|
+
{
|
|
17751
|
+
name: 'meronscan',
|
|
17752
|
+
url: 'https://testnet.meronscan.ai',
|
|
17753
|
+
standard: 'EIP3091'
|
|
17754
|
+
}
|
|
17755
|
+
],
|
|
17756
|
+
iconURL: 'https://ipfs.io/ipfs/QmdNnuHVDHttkw1Xjp8RZBN2doF9QmBbFpBGf8nxktwdJH'
|
|
17757
|
+
},
|
|
17284
17758
|
3400: {
|
|
17285
17759
|
name: 'Paribu Net Mainnet',
|
|
17286
17760
|
chain: 'PRB',
|
|
@@ -17801,14 +18275,28 @@ exports.chains = {
|
|
|
17801
18275
|
name: 'Firechain zkEVM Ghostrider',
|
|
17802
18276
|
title: 'Firechain zkEVM Testnet',
|
|
17803
18277
|
chain: 'Firechain',
|
|
17804
|
-
rpc: [
|
|
17805
|
-
|
|
18278
|
+
rpc: [
|
|
18279
|
+
'https://rpc-zkevm-ghostrider.thefirechain.com',
|
|
18280
|
+
'https://rpc-zkevm-ghostrider.firestation.io'
|
|
18281
|
+
],
|
|
18282
|
+
faucets: [
|
|
18283
|
+
'zkevm-faucet.thefirechain.com',
|
|
18284
|
+
'https://zkevm-faucet.firestation.io'
|
|
18285
|
+
],
|
|
17806
18286
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
17807
18287
|
infoURL: 'https://docs.thefirechain.com/',
|
|
17808
18288
|
shortName: 'firechain-zkEVM-testnet',
|
|
17809
18289
|
chainId: 3885,
|
|
17810
18290
|
networkId: 3885,
|
|
17811
|
-
|
|
18291
|
+
icon: 'ethereum',
|
|
18292
|
+
explorers: [
|
|
18293
|
+
{
|
|
18294
|
+
name: 'FireScan',
|
|
18295
|
+
url: 'https://ghostrider-zkevm.firescan.io',
|
|
18296
|
+
standard: 'EIP3091'
|
|
18297
|
+
}
|
|
18298
|
+
],
|
|
18299
|
+
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
17812
18300
|
},
|
|
17813
18301
|
3888: {
|
|
17814
18302
|
name: 'KalyChain Mainnet',
|
|
@@ -17875,9 +18363,9 @@ exports.chains = {
|
|
|
17875
18363
|
iconURL: 'https://ipfs.io/ipfs/QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw'
|
|
17876
18364
|
},
|
|
17877
18365
|
3939: {
|
|
17878
|
-
name: 'DOS
|
|
18366
|
+
name: 'DOS Testnet',
|
|
17879
18367
|
chain: 'DOS',
|
|
17880
|
-
rpc: ['https://test.doschain.com'],
|
|
18368
|
+
rpc: ['https://test.doschain.com/'],
|
|
17881
18369
|
faucets: [],
|
|
17882
18370
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
17883
18371
|
infoURL: 'http://doschain.io/',
|
|
@@ -17933,6 +18421,30 @@ exports.chains = {
|
|
|
17933
18421
|
}
|
|
17934
18422
|
]
|
|
17935
18423
|
},
|
|
18424
|
+
3969: {
|
|
18425
|
+
name: 'PayNetwork Mainnet',
|
|
18426
|
+
chain: 'paynetwork',
|
|
18427
|
+
rpc: [
|
|
18428
|
+
'https://rpc.paynetwork.io',
|
|
18429
|
+
'https://paynetwork-main.calderachain.xyz/http'
|
|
18430
|
+
],
|
|
18431
|
+
faucets: [],
|
|
18432
|
+
nativeCurrency: { name: 'PayNetwork', symbol: 'Pay', decimals: 18 },
|
|
18433
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18434
|
+
infoURL: 'https://paynetwork-main.hub.caldera.xyz',
|
|
18435
|
+
shortName: 'paynetwork',
|
|
18436
|
+
chainId: 3969,
|
|
18437
|
+
networkId: 3969,
|
|
18438
|
+
icon: 'paynetwork',
|
|
18439
|
+
explorers: [
|
|
18440
|
+
{
|
|
18441
|
+
name: 'PayNetwork Mainnet Caldera Explorer',
|
|
18442
|
+
url: 'https://paynetwork-main.calderaexplorer.xyz',
|
|
18443
|
+
standard: 'EIP3091'
|
|
18444
|
+
}
|
|
18445
|
+
],
|
|
18446
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidti4l2gj2bcafth2awvg6xn3fpx7wkautyyb23pfvd7pxzza2psq'
|
|
18447
|
+
},
|
|
17936
18448
|
3993: {
|
|
17937
18449
|
name: 'APEX Testnet',
|
|
17938
18450
|
chain: 'ETH',
|
|
@@ -18790,7 +19302,7 @@ exports.chains = {
|
|
|
18790
19302
|
4488: {
|
|
18791
19303
|
name: 'Hydra Chain',
|
|
18792
19304
|
chain: 'HYDRA',
|
|
18793
|
-
rpc: [],
|
|
19305
|
+
rpc: ['https://rpc-mainnet.hydrachain.org'],
|
|
18794
19306
|
faucets: [],
|
|
18795
19307
|
nativeCurrency: { name: 'Hydra', symbol: 'HYDRA', decimals: 18 },
|
|
18796
19308
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -18799,8 +19311,14 @@ exports.chains = {
|
|
|
18799
19311
|
chainId: 4488,
|
|
18800
19312
|
networkId: 4488,
|
|
18801
19313
|
icon: 'hydra',
|
|
18802
|
-
explorers: [
|
|
18803
|
-
|
|
19314
|
+
explorers: [
|
|
19315
|
+
{
|
|
19316
|
+
name: 'Hydra Chain Mainnet explorer',
|
|
19317
|
+
url: 'https://skynet.hydrachain.org',
|
|
19318
|
+
icon: 'hydra',
|
|
19319
|
+
standard: 'EIP3091'
|
|
19320
|
+
}
|
|
19321
|
+
],
|
|
18804
19322
|
iconURL: 'https://ipfs.io/ipfs/QmVxyUjuA8t9q3oWDgv8ExqaUXcRuDqiKrZAiLaBWHYcmG'
|
|
18805
19323
|
},
|
|
18806
19324
|
4544: {
|
|
@@ -19105,6 +19623,35 @@ exports.chains = {
|
|
|
19105
19623
|
],
|
|
19106
19624
|
iconURL: 'https://ipfs.io/ipfs/QmPRHDsVNpRZ72GoQgDbpa3R4wKENmrXCRNuYJkxocFRDb'
|
|
19107
19625
|
},
|
|
19626
|
+
4913: {
|
|
19627
|
+
name: 'OEV Network',
|
|
19628
|
+
chain: 'oev-network',
|
|
19629
|
+
rpc: [
|
|
19630
|
+
'https://oev.rpc.api3.org',
|
|
19631
|
+
'https://oev-network.calderachain.xyz/http'
|
|
19632
|
+
],
|
|
19633
|
+
faucets: [],
|
|
19634
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19635
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19636
|
+
infoURL: 'https://api3.org/oev/',
|
|
19637
|
+
shortName: 'oev-network',
|
|
19638
|
+
chainId: 4913,
|
|
19639
|
+
networkId: 4913,
|
|
19640
|
+
icon: 'oev-network',
|
|
19641
|
+
explorers: [
|
|
19642
|
+
{
|
|
19643
|
+
name: 'OEV Network Explorer',
|
|
19644
|
+
url: 'https://oev.explorer.api3.org',
|
|
19645
|
+
standard: 'EIP3091'
|
|
19646
|
+
},
|
|
19647
|
+
{
|
|
19648
|
+
name: 'OEV Network Caldera Explorer',
|
|
19649
|
+
url: 'https://oev-network.calderaexplorer.xyz',
|
|
19650
|
+
standard: 'EIP3091'
|
|
19651
|
+
}
|
|
19652
|
+
],
|
|
19653
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwebttrkbqxtiqduye67sgg54isk3psoll5huizyldcpfkxo63hi'
|
|
19654
|
+
},
|
|
19108
19655
|
4918: {
|
|
19109
19656
|
name: 'Venidium Testnet',
|
|
19110
19657
|
chain: 'XVM',
|
|
@@ -19903,6 +20450,28 @@ exports.chains = {
|
|
|
19903
20450
|
{ name: 'egoscan', url: 'https://egoscan.io', standard: 'EIP3091' }
|
|
19904
20451
|
]
|
|
19905
20452
|
},
|
|
20453
|
+
5464: {
|
|
20454
|
+
name: 'Saga',
|
|
20455
|
+
chain: 'SAGA',
|
|
20456
|
+
rpc: ['http://sagaevm-5464-1.jsonrpc.sagarpc.io'],
|
|
20457
|
+
faucets: [],
|
|
20458
|
+
nativeCurrency: { name: 'gas', symbol: 'GAS', decimals: 18 },
|
|
20459
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
20460
|
+
infoURL: 'https://www.saga.xyz',
|
|
20461
|
+
shortName: 'saga',
|
|
20462
|
+
chainId: 5464,
|
|
20463
|
+
networkId: 5464,
|
|
20464
|
+
icon: 'saga',
|
|
20465
|
+
explorers: [
|
|
20466
|
+
{
|
|
20467
|
+
name: 'blockscout',
|
|
20468
|
+
url: 'https://sagaevm-5464-1.sagaexplorer.io',
|
|
20469
|
+
icon: 'blockscout',
|
|
20470
|
+
standard: 'EIP3091'
|
|
20471
|
+
}
|
|
20472
|
+
],
|
|
20473
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieuaf4anwbg4s6ptuxszdn5e6q4eodbae2dmyglb4v2o7xbbxepte'
|
|
20474
|
+
},
|
|
19906
20475
|
5511: {
|
|
19907
20476
|
name: 'PointPay Mainnet',
|
|
19908
20477
|
chain: 'pointpay',
|
|
@@ -20571,6 +21140,24 @@ exports.chains = {
|
|
|
20571
21140
|
],
|
|
20572
21141
|
iconURL: 'https://ipfs.io/ipfs/QmR8HgbKrHys8QFtH99soGx9KreixpCXJqkFejJdhpyNGo'
|
|
20573
21142
|
},
|
|
21143
|
+
6320: {
|
|
21144
|
+
name: 'NFB Chain Testnet',
|
|
21145
|
+
chain: 'NFB Chain Testnet',
|
|
21146
|
+
rpc: ['https://testnet-node.nfbchain.com'],
|
|
21147
|
+
faucets: [],
|
|
21148
|
+
nativeCurrency: { name: 'NFBCoinTest', symbol: 'NFBCT', decimals: 18 },
|
|
21149
|
+
infoURL: 'https://nfbchain.com/',
|
|
21150
|
+
shortName: 'nfbchaintest',
|
|
21151
|
+
chainId: 6320,
|
|
21152
|
+
networkId: 6320,
|
|
21153
|
+
explorers: [
|
|
21154
|
+
{
|
|
21155
|
+
name: 'NFB Chain Testnet Explorer',
|
|
21156
|
+
url: 'https://testnet-scan.nfbchain.com',
|
|
21157
|
+
standard: 'none'
|
|
21158
|
+
}
|
|
21159
|
+
]
|
|
21160
|
+
},
|
|
20574
21161
|
6321: {
|
|
20575
21162
|
name: 'Aura Euphoria Testnet',
|
|
20576
21163
|
chain: 'Aura',
|
|
@@ -21314,6 +21901,19 @@ exports.chains = {
|
|
|
21314
21901
|
explorers: [],
|
|
21315
21902
|
iconURL: 'https://ipfs.io/ipfs/QmWEy9xK5BoqxPuVs7T48WM4exJrxzkEFt45iHcxWqUy8D'
|
|
21316
21903
|
},
|
|
21904
|
+
7099: {
|
|
21905
|
+
name: 'Bharat Blockchain Network',
|
|
21906
|
+
chain: 'BBNT',
|
|
21907
|
+
rpc: ['https://bbnrpc.testnet.bharatblockchain.io'],
|
|
21908
|
+
faucets: ['https://www.bon.bharatblockchain.io/faucet'],
|
|
21909
|
+
nativeCurrency: { name: 'BBNT', symbol: 'BBN', decimals: 18 },
|
|
21910
|
+
features: [],
|
|
21911
|
+
infoURL: 'https://bharatblockchain.io/',
|
|
21912
|
+
shortName: 'bbnt',
|
|
21913
|
+
chainId: 7099,
|
|
21914
|
+
networkId: 7099,
|
|
21915
|
+
explorers: []
|
|
21916
|
+
},
|
|
21317
21917
|
7100: {
|
|
21318
21918
|
name: 'Nume',
|
|
21319
21919
|
title: 'Nume',
|
|
@@ -21397,6 +21997,28 @@ exports.chains = {
|
|
|
21397
21997
|
],
|
|
21398
21998
|
iconURL: 'https://ipfs.io/ipfs/QmfXZCAh3HWS2bJroUStN9TieL4QA9QArMotie3X4pwBfj'
|
|
21399
21999
|
},
|
|
22000
|
+
7181: {
|
|
22001
|
+
name: 'UXLINK One Testnet',
|
|
22002
|
+
chain: 'UXLINK One',
|
|
22003
|
+
rpc: ['https://rpc-sepolia.uxlinkone.com'],
|
|
22004
|
+
faucets: [],
|
|
22005
|
+
nativeCurrency: { name: 'UXLINK', symbol: 'UXLINK', decimals: 18 },
|
|
22006
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
22007
|
+
infoURL: 'https://www.uxlinkone.io',
|
|
22008
|
+
shortName: 'uxlink1-sep',
|
|
22009
|
+
chainId: 7181,
|
|
22010
|
+
networkId: 7181,
|
|
22011
|
+
icon: 'uxlinkone',
|
|
22012
|
+
explorers: [
|
|
22013
|
+
{
|
|
22014
|
+
name: 'UXLINK One Sepolia Explorer',
|
|
22015
|
+
url: 'https://sepolia.uxlinkone.com',
|
|
22016
|
+
icon: 'uxlinkone',
|
|
22017
|
+
standard: 'EIP3091'
|
|
22018
|
+
}
|
|
22019
|
+
],
|
|
22020
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibppp6mjqupwr5ffrcj4fcculphzoxxoqx5m4sjypsxwglljuq7sy'
|
|
22021
|
+
},
|
|
21400
22022
|
7200: {
|
|
21401
22023
|
name: 'exSat Mainnet',
|
|
21402
22024
|
chain: 'exSat',
|
|
@@ -21418,6 +22040,20 @@ exports.chains = {
|
|
|
21418
22040
|
parent: { type: 'L2', chain: 'eip155-1', bridges: [{ url: '' }] },
|
|
21419
22041
|
iconURL: 'https://ipfs.io/ipfs/QmYZ1FjYCByj89pNiZfae2a9uTm7pJMKrzdQ1V1UKwhwNs'
|
|
21420
22042
|
},
|
|
22043
|
+
7208: {
|
|
22044
|
+
name: 'Nexera Mainnet',
|
|
22045
|
+
chain: 'Nexera',
|
|
22046
|
+
icon: 'nexera',
|
|
22047
|
+
chainId: 7208,
|
|
22048
|
+
networkId: 7208,
|
|
22049
|
+
infoURL: 'https://nexera.network',
|
|
22050
|
+
shortName: 'nxra-mainnet',
|
|
22051
|
+
rpc: ['https://rpc.nexera.network'],
|
|
22052
|
+
faucets: [],
|
|
22053
|
+
nativeCurrency: { name: 'NXRA', symbol: 'NXRA', decimals: 18 },
|
|
22054
|
+
explorers: [],
|
|
22055
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
22056
|
+
},
|
|
21421
22057
|
7210: {
|
|
21422
22058
|
name: 'Nibiru Testnet-1',
|
|
21423
22059
|
chain: 'Nibiru',
|
|
@@ -21447,7 +22083,7 @@ exports.chains = {
|
|
|
21447
22083
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
21448
22084
|
},
|
|
21449
22085
|
7234: {
|
|
21450
|
-
name: 'InitVerse
|
|
22086
|
+
name: 'InitVerse genesis testnet',
|
|
21451
22087
|
chain: 'InitVerse',
|
|
21452
22088
|
rpc: ['http://rpc-testnet.inichain.com'],
|
|
21453
22089
|
faucets: [],
|
|
@@ -21810,6 +22446,24 @@ exports.chains = {
|
|
|
21810
22446
|
],
|
|
21811
22447
|
iconURL: 'https://ipfs.io/ipfs/Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY'
|
|
21812
22448
|
},
|
|
22449
|
+
7770: {
|
|
22450
|
+
name: 'PandaSea Testnet',
|
|
22451
|
+
chain: 'PandaSea Testnet',
|
|
22452
|
+
rpc: ['https://rpc.testnet.pandasea.io'],
|
|
22453
|
+
faucets: ['https://faucet.pandasea.io'],
|
|
22454
|
+
nativeCurrency: { name: 'PandaSea Coin', symbol: 'PANDA', decimals: 18 },
|
|
22455
|
+
infoURL: 'https://test.pandaseascan.com',
|
|
22456
|
+
shortName: 'Pandasea-Testnet',
|
|
22457
|
+
chainId: 7770,
|
|
22458
|
+
networkId: 7770,
|
|
22459
|
+
explorers: [
|
|
22460
|
+
{
|
|
22461
|
+
name: 'tracehawk',
|
|
22462
|
+
url: 'https://test.pandaseascan.com',
|
|
22463
|
+
standard: 'none'
|
|
22464
|
+
}
|
|
22465
|
+
]
|
|
22466
|
+
},
|
|
21813
22467
|
7771: {
|
|
21814
22468
|
name: 'Bitrock Testnet',
|
|
21815
22469
|
chain: 'Bitrock',
|
|
@@ -22026,6 +22680,28 @@ exports.chains = {
|
|
|
22026
22680
|
],
|
|
22027
22681
|
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
22028
22682
|
},
|
|
22683
|
+
7865: {
|
|
22684
|
+
name: 'Powerloom Mainnet',
|
|
22685
|
+
chain: 'POWER',
|
|
22686
|
+
rpc: ['https://rpc.powerloom.network'],
|
|
22687
|
+
faucets: [],
|
|
22688
|
+
nativeCurrency: { name: 'Powerloom Token', symbol: 'POWER', decimals: 18 },
|
|
22689
|
+
infoURL: 'https://powerloom.network',
|
|
22690
|
+
shortName: 'power',
|
|
22691
|
+
chainId: 7865,
|
|
22692
|
+
networkId: 7865,
|
|
22693
|
+
icon: 'power',
|
|
22694
|
+
status: 'active',
|
|
22695
|
+
explorers: [
|
|
22696
|
+
{
|
|
22697
|
+
name: 'blockscout',
|
|
22698
|
+
url: 'https://explorer.powerloom.network',
|
|
22699
|
+
icon: 'blockscout',
|
|
22700
|
+
standard: 'EIP3091'
|
|
22701
|
+
}
|
|
22702
|
+
],
|
|
22703
|
+
iconURL: 'https://ipfs.io/ipfs/QmaYJaMfMowoBe7te9tHCKzJzz5DbhodrmhwGab6XCDgtM'
|
|
22704
|
+
},
|
|
22029
22705
|
7878: {
|
|
22030
22706
|
name: 'Hazlor Testnet',
|
|
22031
22707
|
chain: 'SCAS',
|
|
@@ -24534,7 +25210,7 @@ exports.chains = {
|
|
|
24534
25210
|
name: 'Agung Network',
|
|
24535
25211
|
chain: 'Agung',
|
|
24536
25212
|
icon: 'agung',
|
|
24537
|
-
rpc: ['https
|
|
25213
|
+
rpc: ['https:///wss-async.agung.peaq.network'],
|
|
24538
25214
|
faucets: [],
|
|
24539
25215
|
nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
|
|
24540
25216
|
infoURL: 'https://www.peaq.network',
|
|
@@ -24544,12 +25220,12 @@ exports.chains = {
|
|
|
24544
25220
|
explorers: [
|
|
24545
25221
|
{
|
|
24546
25222
|
name: 'Polkadot.js',
|
|
24547
|
-
url: 'https://polkadot.js.org/apps/?rpc=wss
|
|
25223
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss:///wss-async.agung.peaq.network#/explorer',
|
|
24548
25224
|
standard: 'none'
|
|
24549
25225
|
},
|
|
24550
25226
|
{
|
|
24551
25227
|
name: 'Subscan',
|
|
24552
|
-
url: 'https://agung.subscan.io',
|
|
25228
|
+
url: 'https://agung-testnet.subscan.io',
|
|
24553
25229
|
standard: 'none'
|
|
24554
25230
|
}
|
|
24555
25231
|
],
|
|
@@ -24743,6 +25419,7 @@ exports.chains = {
|
|
|
24743
25419
|
shortName: 'joct',
|
|
24744
25420
|
chainId: 10081,
|
|
24745
25421
|
networkId: 10081,
|
|
25422
|
+
icon: 'joct',
|
|
24746
25423
|
slip44: 1,
|
|
24747
25424
|
explorers: [
|
|
24748
25425
|
{
|
|
@@ -24750,7 +25427,8 @@ exports.chains = {
|
|
|
24750
25427
|
url: 'https://explorer.testnet.japanopenchain.org',
|
|
24751
25428
|
standard: 'EIP3091'
|
|
24752
25429
|
}
|
|
24753
|
-
]
|
|
25430
|
+
],
|
|
25431
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih2t3wrflgcnha4aeonyn23h43rcbskatzvwliyatp5shudkwu2d4'
|
|
24754
25432
|
},
|
|
24755
25433
|
10086: {
|
|
24756
25434
|
name: 'SJATSH',
|
|
@@ -25361,8 +26039,8 @@ exports.chains = {
|
|
|
25361
26039
|
]
|
|
25362
26040
|
},
|
|
25363
26041
|
11124: {
|
|
25364
|
-
name: 'Abstract Testnet',
|
|
25365
|
-
chain: 'Abstract Testnet',
|
|
26042
|
+
name: 'Abstract Sepolia Testnet',
|
|
26043
|
+
chain: 'Abstract Sepolia Testnet',
|
|
25366
26044
|
rpc: ['https://api.testnet.abs.xyz'],
|
|
25367
26045
|
faucets: ['https://faucet.triangleplatform.com/abstract/testnet'],
|
|
25368
26046
|
chainId: 11124,
|
|
@@ -25377,9 +26055,9 @@ exports.chains = {
|
|
|
25377
26055
|
},
|
|
25378
26056
|
explorers: [
|
|
25379
26057
|
{
|
|
25380
|
-
name: 'Abstract
|
|
25381
|
-
url: 'https://
|
|
25382
|
-
standard: '
|
|
26058
|
+
name: 'Abstract Sepolia Testnet Explorer',
|
|
26059
|
+
url: 'https://sepolia.abscan.org',
|
|
26060
|
+
standard: 'EIP3091'
|
|
25383
26061
|
}
|
|
25384
26062
|
]
|
|
25385
26063
|
},
|
|
@@ -25476,7 +26154,7 @@ exports.chains = {
|
|
|
25476
26154
|
name: 'eGoldChain',
|
|
25477
26155
|
chain: 'EGC',
|
|
25478
26156
|
icon: 'egoldchain',
|
|
25479
|
-
rpc: ['https://rpc.egoldchain.com', 'wss://
|
|
26157
|
+
rpc: ['https://rpc.egoldchain.com', 'wss://rpc.egoldchain.com'],
|
|
25480
26158
|
faucets: [],
|
|
25481
26159
|
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
25482
26160
|
infoURL: 'https://www.egoldchain.com',
|
|
@@ -25579,6 +26257,26 @@ exports.chains = {
|
|
|
25579
26257
|
],
|
|
25580
26258
|
iconURL: 'https://ipfs.io/ipfs/QmdR9QJjQEh1mBnf2WbJfehverxiP5RDPWMtEECbDP2rc3'
|
|
25581
26259
|
},
|
|
26260
|
+
11820: {
|
|
26261
|
+
name: 'Artela Mainnet',
|
|
26262
|
+
chain: 'Artela',
|
|
26263
|
+
rpc: ['https://node-euro.artela.network/rpc'],
|
|
26264
|
+
faucets: [],
|
|
26265
|
+
nativeCurrency: { name: 'ART', symbol: 'ART', decimals: 18 },
|
|
26266
|
+
infoURL: 'https://artela.network/',
|
|
26267
|
+
shortName: 'artela-mainnet',
|
|
26268
|
+
chainId: 11820,
|
|
26269
|
+
networkId: 11820,
|
|
26270
|
+
icon: 'artela',
|
|
26271
|
+
explorers: [
|
|
26272
|
+
{
|
|
26273
|
+
name: 'ArtelaScan',
|
|
26274
|
+
url: 'https://artscan.artela.network',
|
|
26275
|
+
standard: 'EIP3091'
|
|
26276
|
+
}
|
|
26277
|
+
],
|
|
26278
|
+
iconURL: 'https://ipfs.io/ipfs/QmVLphQTid27kfv3R6Vd2UdiHYWYu3oUTmztmiqSBkZ3nu'
|
|
26279
|
+
},
|
|
25582
26280
|
11822: {
|
|
25583
26281
|
name: 'Artela Testnet',
|
|
25584
26282
|
chain: 'Artela',
|
|
@@ -25821,6 +26519,27 @@ exports.chains = {
|
|
|
25821
26519
|
slip44: 1,
|
|
25822
26520
|
iconURL: 'https://ipfs.io/ipfs/QmUN5j2cre8GHKv52JE8ag88aAnRmuHMGFxePPvKMogisC'
|
|
25823
26521
|
},
|
|
26522
|
+
12323: {
|
|
26523
|
+
name: 'Huddle01 dRTC Chain',
|
|
26524
|
+
chain: 'huddle01',
|
|
26525
|
+
rpc: ['https://huddle01.calderachain.xyz/http'],
|
|
26526
|
+
faucets: [],
|
|
26527
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26528
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26529
|
+
infoURL: 'https://huddle01.com/',
|
|
26530
|
+
shortName: 'huddle01',
|
|
26531
|
+
chainId: 12323,
|
|
26532
|
+
networkId: 12323,
|
|
26533
|
+
icon: 'huddle01',
|
|
26534
|
+
explorers: [
|
|
26535
|
+
{
|
|
26536
|
+
name: 'Huddle01 Caldera Explorer',
|
|
26537
|
+
url: 'https://huddle01.calderaexplorer.xyz',
|
|
26538
|
+
standard: 'EIP3091'
|
|
26539
|
+
}
|
|
26540
|
+
],
|
|
26541
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiboef4bxbv2nnnvi4zph7poolk6kyno5qycnjzvbyep3gv6zkd2qa'
|
|
26542
|
+
},
|
|
25824
26543
|
12324: {
|
|
25825
26544
|
name: 'L3X Protocol',
|
|
25826
26545
|
chainId: 12324,
|
|
@@ -26354,6 +27073,27 @@ exports.chains = {
|
|
|
26354
27073
|
icon: 'bth',
|
|
26355
27074
|
iconURL: 'https://ipfs.io/ipfs/QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm'
|
|
26356
27075
|
},
|
|
27076
|
+
14235: {
|
|
27077
|
+
name: 'Bitlazer',
|
|
27078
|
+
chain: 'bitlazer',
|
|
27079
|
+
rpc: ['https://bitlazer.calderachain.xyz/http'],
|
|
27080
|
+
faucets: [],
|
|
27081
|
+
nativeCurrency: { name: 'lzrBTC', symbol: 'lzrBTC', decimals: 18 },
|
|
27082
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
27083
|
+
infoURL: 'https://bitlazer.hub.caldera.xyz',
|
|
27084
|
+
shortName: 'bitlazer',
|
|
27085
|
+
chainId: 14235,
|
|
27086
|
+
networkId: 14235,
|
|
27087
|
+
icon: 'bitlazer',
|
|
27088
|
+
explorers: [
|
|
27089
|
+
{
|
|
27090
|
+
name: 'Bitlazer Caldera Explorer',
|
|
27091
|
+
url: 'https://bitlazer.calderaexplorer.xyz',
|
|
27092
|
+
standard: 'EIP3091'
|
|
27093
|
+
}
|
|
27094
|
+
],
|
|
27095
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4fgi2yp3ked4p356pbitpklsastu5zrztgdlkoihykm3vfmstyi'
|
|
27096
|
+
},
|
|
26357
27097
|
14324: {
|
|
26358
27098
|
name: 'EVOLVE Testnet',
|
|
26359
27099
|
chain: 'EVO',
|
|
@@ -27713,6 +28453,24 @@ exports.chains = {
|
|
|
27713
28453
|
],
|
|
27714
28454
|
iconURL: 'https://ipfs.io/ipfs/bafkreievzx4ke62dtc77o47x7vs7nn67ghzrwku6h5dxo3hwcsqfeblke4'
|
|
27715
28455
|
},
|
|
28456
|
+
20993: {
|
|
28457
|
+
name: 'Fluent Developer Preview',
|
|
28458
|
+
chain: 'Fluent',
|
|
28459
|
+
rpc: ['https://rpc.dev.gblend.xyz'],
|
|
28460
|
+
faucets: ['https://faucet.dev.gblend.xyz'],
|
|
28461
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28462
|
+
infoURL: 'https://fluent.xyz',
|
|
28463
|
+
shortName: 'fluent-dev-net',
|
|
28464
|
+
chainId: 20993,
|
|
28465
|
+
networkId: 20993,
|
|
28466
|
+
explorers: [
|
|
28467
|
+
{
|
|
28468
|
+
name: 'Fluent Blockscout Explorer',
|
|
28469
|
+
url: 'https://blockscout.dev.gblend.xyz',
|
|
28470
|
+
standard: 'EIP3091'
|
|
28471
|
+
}
|
|
28472
|
+
]
|
|
28473
|
+
},
|
|
27716
28474
|
21004: {
|
|
27717
28475
|
name: 'C4EI',
|
|
27718
28476
|
chain: 'C4EI',
|
|
@@ -28360,6 +29118,26 @@ exports.chains = {
|
|
|
28360
29118
|
}
|
|
28361
29119
|
]
|
|
28362
29120
|
},
|
|
29121
|
+
26100: {
|
|
29122
|
+
name: 'Ferrum Quantum Portal Network',
|
|
29123
|
+
chain: 'QPN',
|
|
29124
|
+
icon: 'ferrum',
|
|
29125
|
+
rpc: ['https://qpn.svcs.ferrumnetwork.io'],
|
|
29126
|
+
faucets: [],
|
|
29127
|
+
nativeCurrency: { name: 'Ferrum', symbol: 'qpFRM', decimals: 18 },
|
|
29128
|
+
infoURL: 'https://ferrum.network',
|
|
29129
|
+
shortName: 'qpn',
|
|
29130
|
+
chainId: 26100,
|
|
29131
|
+
networkId: 26100,
|
|
29132
|
+
explorers: [
|
|
29133
|
+
{
|
|
29134
|
+
name: 'ferrumscout',
|
|
29135
|
+
url: 'https://explorer.ferrumnetwork.io',
|
|
29136
|
+
standard: 'none'
|
|
29137
|
+
}
|
|
29138
|
+
],
|
|
29139
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5iDsQTDfLbyXS6iUEmvL4pWTPEiXc5kqFs7jjthqCWP'
|
|
29140
|
+
},
|
|
28363
29141
|
26482: {
|
|
28364
29142
|
name: 'DucatusX Testnet',
|
|
28365
29143
|
chain: 'DUCX',
|
|
@@ -28449,6 +29227,24 @@ exports.chains = {
|
|
|
28449
29227
|
}
|
|
28450
29228
|
]
|
|
28451
29229
|
},
|
|
29230
|
+
26988: {
|
|
29231
|
+
name: 'Newton Finance Testnet',
|
|
29232
|
+
chain: 'ETH',
|
|
29233
|
+
rpc: ['https://jp-rpc-testnet-newfi.newpay.io'],
|
|
29234
|
+
faucets: [],
|
|
29235
|
+
nativeCurrency: { name: 'Newton', symbol: 'NEW', decimals: 18 },
|
|
29236
|
+
infoURL: 'https://newtonproject.org',
|
|
29237
|
+
shortName: 'tNewFi',
|
|
29238
|
+
chainId: 26988,
|
|
29239
|
+
networkId: 26988,
|
|
29240
|
+
explorers: [
|
|
29241
|
+
{
|
|
29242
|
+
name: 'NewFi explorer',
|
|
29243
|
+
url: 'https://explorer-testnet-newfi.newpay.io',
|
|
29244
|
+
standard: 'EIP3091'
|
|
29245
|
+
}
|
|
29246
|
+
]
|
|
29247
|
+
},
|
|
28452
29248
|
27181: {
|
|
28453
29249
|
name: 'KLAOS Nova',
|
|
28454
29250
|
title: 'KLAOS Nova Test Chain',
|
|
@@ -29783,6 +30579,32 @@ exports.chains = {
|
|
|
29783
30579
|
],
|
|
29784
30580
|
iconURL: 'https://ipfs.io/ipfs/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt'
|
|
29785
30581
|
},
|
|
30582
|
+
42001: {
|
|
30583
|
+
name: 'PMON Chain',
|
|
30584
|
+
chain: '42001',
|
|
30585
|
+
rpc: ['https://rpc.pmon.xyz'],
|
|
30586
|
+
faucets: [],
|
|
30587
|
+
nativeCurrency: { name: 'PMON Token', symbol: 'PMON', decimals: 18 },
|
|
30588
|
+
infoURL: 'https://protocolmonsterlabs.com/pmon-chain',
|
|
30589
|
+
shortName: 'pmon',
|
|
30590
|
+
chainId: 42001,
|
|
30591
|
+
networkId: 42001,
|
|
30592
|
+
icon: 'pmon',
|
|
30593
|
+
explorers: [
|
|
30594
|
+
{
|
|
30595
|
+
name: 'blockscout',
|
|
30596
|
+
url: 'https://explorer.pmon.xyz',
|
|
30597
|
+
icon: 'blockscout',
|
|
30598
|
+
standard: 'EIP3091'
|
|
30599
|
+
}
|
|
30600
|
+
],
|
|
30601
|
+
parent: {
|
|
30602
|
+
type: 'L2',
|
|
30603
|
+
chain: 'eip155-42161',
|
|
30604
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
30605
|
+
},
|
|
30606
|
+
iconURL: 'https://ipfs.io/ipfs/QmaEMH8gUpdBuZdMpw2nnZ6tFA8qcRLqVdTtuoTT8U95X6'
|
|
30607
|
+
},
|
|
29786
30608
|
42069: {
|
|
29787
30609
|
name: 'pegglecoin',
|
|
29788
30610
|
chain: '42069',
|
|
@@ -29825,8 +30647,8 @@ exports.chains = {
|
|
|
29825
30647
|
'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
29826
30648
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
|
29827
30649
|
'https://arb1.arbitrum.io/rpc',
|
|
29828
|
-
'https://arbitrum-one.publicnode.com',
|
|
29829
|
-
'wss://arbitrum-one.publicnode.com'
|
|
30650
|
+
'https://arbitrum-one-rpc.publicnode.com',
|
|
30651
|
+
'wss://arbitrum-one-rpc.publicnode.com'
|
|
29830
30652
|
],
|
|
29831
30653
|
faucets: [],
|
|
29832
30654
|
explorers: [
|
|
@@ -29863,8 +30685,8 @@ exports.chains = {
|
|
|
29863
30685
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29864
30686
|
rpc: [
|
|
29865
30687
|
'https://nova.arbitrum.io/rpc',
|
|
29866
|
-
'https://arbitrum-nova.publicnode.com',
|
|
29867
|
-
'wss://arbitrum-nova.publicnode.com'
|
|
30688
|
+
'https://arbitrum-nova-rpc.publicnode.com',
|
|
30689
|
+
'wss://arbitrum-nova-rpc.publicnode.com'
|
|
29868
30690
|
],
|
|
29869
30691
|
faucets: [],
|
|
29870
30692
|
explorers: [
|
|
@@ -29873,12 +30695,6 @@ exports.chains = {
|
|
|
29873
30695
|
url: 'https://nova-explorer.arbitrum.io',
|
|
29874
30696
|
icon: 'blockscout',
|
|
29875
30697
|
standard: 'EIP3091'
|
|
29876
|
-
},
|
|
29877
|
-
{
|
|
29878
|
-
name: 'dexguru',
|
|
29879
|
-
url: 'https://nova.dex.guru',
|
|
29880
|
-
icon: 'dexguru',
|
|
29881
|
-
standard: 'EIP3091'
|
|
29882
30698
|
}
|
|
29883
30699
|
],
|
|
29884
30700
|
infoURL: 'https://arbitrum.io',
|
|
@@ -31379,7 +32195,11 @@ exports.chains = {
|
|
|
31379
32195
|
57054: {
|
|
31380
32196
|
name: 'Sonic Blaze Testnet',
|
|
31381
32197
|
chain: 'blaze-testnet',
|
|
31382
|
-
rpc: [
|
|
32198
|
+
rpc: [
|
|
32199
|
+
'https://rpc.blaze.soniclabs.com',
|
|
32200
|
+
'https://sonic-blaze-rpc.publicnode.com',
|
|
32201
|
+
'wss://sonic-blaze-rpc.publicnode.com'
|
|
32202
|
+
],
|
|
31383
32203
|
faucets: ['https://blaze.soniclabs.com/account'],
|
|
31384
32204
|
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
31385
32205
|
features: [{ name: 'EIP155' }],
|
|
@@ -31388,29 +32208,32 @@ exports.chains = {
|
|
|
31388
32208
|
chainId: 57054,
|
|
31389
32209
|
networkId: 57054,
|
|
31390
32210
|
icon: 'sonic',
|
|
31391
|
-
explorers: [
|
|
31392
|
-
{
|
|
31393
|
-
name: 'sonic blaze testnet',
|
|
31394
|
-
url: 'https://explorer.blaze.soniclabs.com',
|
|
31395
|
-
icon: 'sonic',
|
|
31396
|
-
standard: 'none'
|
|
31397
|
-
}
|
|
31398
|
-
],
|
|
31399
32211
|
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
31400
32212
|
},
|
|
31401
32213
|
57073: {
|
|
31402
32214
|
name: 'Ink',
|
|
31403
32215
|
chain: 'ETH',
|
|
31404
|
-
rpc: [
|
|
31405
|
-
|
|
32216
|
+
rpc: [
|
|
32217
|
+
'https://rpc-gel.inkonchain.com',
|
|
32218
|
+
'https://rpc-qnd.inkonchain.com',
|
|
32219
|
+
'wss://rpc-gel.inkonchain.com',
|
|
32220
|
+
'wss://rpc-qnd.inkonchain.com'
|
|
32221
|
+
],
|
|
32222
|
+
faucets: ['https://inkonchain.com/faucet'],
|
|
31406
32223
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31407
32224
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31408
32225
|
infoURL: 'https://inkonchain.com',
|
|
31409
32226
|
shortName: 'ink',
|
|
31410
32227
|
chainId: 57073,
|
|
31411
32228
|
networkId: 57073,
|
|
31412
|
-
explorers: [
|
|
31413
|
-
|
|
32229
|
+
explorers: [
|
|
32230
|
+
{
|
|
32231
|
+
name: 'Ink Explorer',
|
|
32232
|
+
url: 'https://explorer.inkonchain.com',
|
|
32233
|
+
standard: 'EIP3091'
|
|
32234
|
+
}
|
|
32235
|
+
],
|
|
32236
|
+
status: 'active'
|
|
31414
32237
|
},
|
|
31415
32238
|
57451: {
|
|
31416
32239
|
name: 'COINSEC Network',
|
|
@@ -31623,7 +32446,11 @@ exports.chains = {
|
|
|
31623
32446
|
59902: {
|
|
31624
32447
|
name: 'Metis Sepolia Testnet',
|
|
31625
32448
|
chain: 'ETH',
|
|
31626
|
-
rpc: [
|
|
32449
|
+
rpc: [
|
|
32450
|
+
'https://sepolia.metisdevops.link',
|
|
32451
|
+
'https://metis-sepolia-rpc.publicnode.com',
|
|
32452
|
+
'wss://metis-sepolia-rpc.publicnode.com'
|
|
32453
|
+
],
|
|
31627
32454
|
faucets: ['https://sepolia.faucet.metisdevops.link'],
|
|
31628
32455
|
nativeCurrency: { name: 'tMetis', symbol: 'tMETIS', decimals: 18 },
|
|
31629
32456
|
infoURL: 'https://www.metis.io',
|
|
@@ -32256,6 +33083,28 @@ exports.chains = {
|
|
|
32256
33083
|
],
|
|
32257
33084
|
iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
|
|
32258
33085
|
},
|
|
33086
|
+
65535: {
|
|
33087
|
+
name: 'CyberChain Mainnet',
|
|
33088
|
+
chain: 'CCX',
|
|
33089
|
+
icon: 'cyberchain',
|
|
33090
|
+
rpc: ['https://rpc.cyberchain.xyz/'],
|
|
33091
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33092
|
+
faucets: [],
|
|
33093
|
+
nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
|
|
33094
|
+
infoURL: 'https://cyberchain.xyz',
|
|
33095
|
+
shortName: 'ccx',
|
|
33096
|
+
chainId: 65535,
|
|
33097
|
+
networkId: 65535,
|
|
33098
|
+
slip44: 60,
|
|
33099
|
+
explorers: [
|
|
33100
|
+
{
|
|
33101
|
+
name: 'CyberChain explorer',
|
|
33102
|
+
url: 'https://scan.cyberchain.xyz',
|
|
33103
|
+
standard: 'EIP3091'
|
|
33104
|
+
}
|
|
33105
|
+
],
|
|
33106
|
+
iconURL: 'https://ipfs.io/ipfs/QmUtbe2mpDGxqvQZxgad9VMMeAS4aSTmqfn7Px5GMJvbpD'
|
|
33107
|
+
},
|
|
32259
33108
|
65536: {
|
|
32260
33109
|
name: 'Automata Mainnet',
|
|
32261
33110
|
chain: 'Automata Mainnet',
|
|
@@ -32653,6 +33502,20 @@ exports.chains = {
|
|
|
32653
33502
|
}
|
|
32654
33503
|
]
|
|
32655
33504
|
},
|
|
33505
|
+
72080: {
|
|
33506
|
+
name: 'Nexera Testnet',
|
|
33507
|
+
chain: 'Nexera',
|
|
33508
|
+
icon: 'nexera',
|
|
33509
|
+
chainId: 72080,
|
|
33510
|
+
networkId: 72080,
|
|
33511
|
+
infoURL: 'https://testnet.nexera.network',
|
|
33512
|
+
shortName: 'nxra-testnet',
|
|
33513
|
+
rpc: ['https://rpc.testnet.nexera.network'],
|
|
33514
|
+
faucets: ['https://faucet.nexera.network'],
|
|
33515
|
+
nativeCurrency: { name: 'tNXRA', symbol: 'tNXRA', decimals: 18 },
|
|
33516
|
+
explorers: [],
|
|
33517
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa'
|
|
33518
|
+
},
|
|
32656
33519
|
72778: {
|
|
32657
33520
|
name: 'CAGA crypto Ankara testnet',
|
|
32658
33521
|
chain: 'Ankara',
|
|
@@ -32922,6 +33785,24 @@ exports.chains = {
|
|
|
32922
33785
|
],
|
|
32923
33786
|
iconURL: 'https://ipfs.io/ipfs/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4'
|
|
32924
33787
|
},
|
|
33788
|
+
77652: {
|
|
33789
|
+
name: 'Carrchain Testnet',
|
|
33790
|
+
chain: 'Carrchain Testnet',
|
|
33791
|
+
rpc: ['https://rpc-testnetcarrchain.artiffine.com'],
|
|
33792
|
+
faucets: ['https://faucet-testnetcarrchain.artiffine.com'],
|
|
33793
|
+
nativeCurrency: { name: 'Carrchain Coin', symbol: 'CARR', decimals: 18 },
|
|
33794
|
+
infoURL: 'https://explorer-testnetcarrchain.artiffine.com',
|
|
33795
|
+
shortName: 'Carrchain-Testnet',
|
|
33796
|
+
chainId: 77652,
|
|
33797
|
+
networkId: 77652,
|
|
33798
|
+
explorers: [
|
|
33799
|
+
{
|
|
33800
|
+
name: 'tracehawk',
|
|
33801
|
+
url: 'https://explorer-testnetcarrchain.artiffine.com',
|
|
33802
|
+
standard: 'none'
|
|
33803
|
+
}
|
|
33804
|
+
]
|
|
33805
|
+
},
|
|
32925
33806
|
77677: {
|
|
32926
33807
|
name: 'Cycle Network Mainnet Sailboat',
|
|
32927
33808
|
chain: 'ETH',
|
|
@@ -33250,6 +34131,20 @@ exports.chains = {
|
|
|
33250
34131
|
],
|
|
33251
34132
|
iconURL: 'https://ipfs.io/ipfs/QmNWGj94URMQNyGZbGuAareEL4UpHjTwYWFEFBcX9utBZX'
|
|
33252
34133
|
},
|
|
34134
|
+
80451: {
|
|
34135
|
+
name: 'Geo Genesis',
|
|
34136
|
+
chain: 'Geo Genesis',
|
|
34137
|
+
rpc: ['https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz/'],
|
|
34138
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34139
|
+
faucets: [],
|
|
34140
|
+
infoURL: 'https://geobrowser.io',
|
|
34141
|
+
nativeCurrency: { name: 'The Graph', symbol: 'GRT', decimals: 18 },
|
|
34142
|
+
shortName: 'geo',
|
|
34143
|
+
chainId: 80451,
|
|
34144
|
+
networkId: 80451,
|
|
34145
|
+
explorers: [],
|
|
34146
|
+
parent: { type: 'L2', chain: 'eip155-42161' }
|
|
34147
|
+
},
|
|
33253
34148
|
81041: {
|
|
33254
34149
|
name: 'Nordek Mainnet',
|
|
33255
34150
|
chain: 'Nordek',
|
|
@@ -33474,6 +34369,27 @@ exports.chains = {
|
|
|
33474
34369
|
}
|
|
33475
34370
|
]
|
|
33476
34371
|
},
|
|
34372
|
+
82614: {
|
|
34373
|
+
name: 'VEMP Horizon',
|
|
34374
|
+
chain: 'vemp-horizon',
|
|
34375
|
+
rpc: ['https://vemp-horizon.calderachain.xyz/http'],
|
|
34376
|
+
faucets: [],
|
|
34377
|
+
nativeCurrency: { name: 'VEMP', symbol: 'VEMP', decimals: 18 },
|
|
34378
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34379
|
+
infoURL: 'https://www.vemp.xyz/',
|
|
34380
|
+
shortName: 'vemp-horizon',
|
|
34381
|
+
chainId: 82614,
|
|
34382
|
+
networkId: 82614,
|
|
34383
|
+
icon: 'vemp-horizon',
|
|
34384
|
+
explorers: [
|
|
34385
|
+
{
|
|
34386
|
+
name: 'VEMP Horizon Caldera Explorer',
|
|
34387
|
+
url: 'https://vemp-horizon.calderaexplorer.xyz',
|
|
34388
|
+
standard: 'EIP3091'
|
|
34389
|
+
}
|
|
34390
|
+
],
|
|
34391
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreif4le6thwalvtcpcwav53bwl4c6iltkzem3amf7zd4kogk4mblr4y'
|
|
34392
|
+
},
|
|
33477
34393
|
83144: {
|
|
33478
34394
|
name: 'Xprotocol Testnet',
|
|
33479
34395
|
chainId: 83144,
|
|
@@ -34027,6 +34943,27 @@ exports.chains = {
|
|
|
34027
34943
|
],
|
|
34028
34944
|
iconURL: 'https://ipfs.io/ipfs/QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM'
|
|
34029
34945
|
},
|
|
34946
|
+
91111: {
|
|
34947
|
+
name: 'Henez Chain Mainnet',
|
|
34948
|
+
chain: 'henez',
|
|
34949
|
+
rpc: ['https://henez.calderachain.xyz/http'],
|
|
34950
|
+
faucets: [],
|
|
34951
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34952
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34953
|
+
infoURL: 'https://www.henez.fi/',
|
|
34954
|
+
shortName: 'henez',
|
|
34955
|
+
chainId: 91111,
|
|
34956
|
+
networkId: 91111,
|
|
34957
|
+
icon: 'henez',
|
|
34958
|
+
explorers: [
|
|
34959
|
+
{
|
|
34960
|
+
name: 'Henez Chain Mainnet Caldera Explorer',
|
|
34961
|
+
url: 'https://henez.calderaexplorer.xyz',
|
|
34962
|
+
standard: 'EIP3091'
|
|
34963
|
+
}
|
|
34964
|
+
],
|
|
34965
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibgv5ejrws5xpppwgx47nfiajbgskjwjmibl6gjos7kyoxjrnvhi4'
|
|
34966
|
+
},
|
|
34030
34967
|
91120: {
|
|
34031
34968
|
name: 'MetaDAP Enterprise Mainnet',
|
|
34032
34969
|
title: 'MetaDAP Enterprise Mainnet',
|
|
@@ -34388,7 +35325,7 @@ exports.chains = {
|
|
|
34388
35325
|
symbol: 'ETH',
|
|
34389
35326
|
decimals: 18
|
|
34390
35327
|
},
|
|
34391
|
-
infoURL: 'https://
|
|
35328
|
+
infoURL: 'https://plumenetwork.xyz/',
|
|
34392
35329
|
shortName: 'plume-devnet',
|
|
34393
35330
|
chainId: 98864,
|
|
34394
35331
|
networkId: 98864,
|
|
@@ -34412,7 +35349,7 @@ exports.chains = {
|
|
|
34412
35349
|
rpc: ['https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz'],
|
|
34413
35350
|
faucets: [],
|
|
34414
35351
|
nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
|
|
34415
|
-
infoURL: 'https://
|
|
35352
|
+
infoURL: 'https://plumenetwork.xyz/',
|
|
34416
35353
|
shortName: 'plume',
|
|
34417
35354
|
chainId: 98865,
|
|
34418
35355
|
networkId: 98865,
|
|
@@ -34510,6 +35447,30 @@ exports.chains = {
|
|
|
34510
35447
|
],
|
|
34511
35448
|
iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
|
|
34512
35449
|
},
|
|
35450
|
+
99879: {
|
|
35451
|
+
name: 'Edge Matrix Chain Sepolia',
|
|
35452
|
+
chain: 'EMC Sepolia',
|
|
35453
|
+
icon: 'emctest',
|
|
35454
|
+
rpc: ['https://rpc1-sepolia.emc.network'],
|
|
35455
|
+
faucets: [],
|
|
35456
|
+
nativeCurrency: {
|
|
35457
|
+
name: 'Edge Matrix Chain Token',
|
|
35458
|
+
symbol: 'EMC',
|
|
35459
|
+
decimals: 18
|
|
35460
|
+
},
|
|
35461
|
+
infoURL: '',
|
|
35462
|
+
shortName: 'EMCSepolia',
|
|
35463
|
+
chainId: 99879,
|
|
35464
|
+
networkId: 99879,
|
|
35465
|
+
explorers: [
|
|
35466
|
+
{
|
|
35467
|
+
name: 'blockscout',
|
|
35468
|
+
url: 'https://sepolia.emcscan.com',
|
|
35469
|
+
standard: 'EIP3091'
|
|
35470
|
+
}
|
|
35471
|
+
],
|
|
35472
|
+
iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
|
|
35473
|
+
},
|
|
34513
35474
|
99998: {
|
|
34514
35475
|
name: 'UB Smart Chain(testnet)',
|
|
34515
35476
|
chain: 'USC',
|
|
@@ -35291,7 +36252,7 @@ exports.chains = {
|
|
|
35291
36252
|
icon: 'egoldchain',
|
|
35292
36253
|
rpc: [
|
|
35293
36254
|
'https://rpc-testnet.egoldchain.com',
|
|
35294
|
-
'wss://
|
|
36255
|
+
'wss://rpc-testnet.egoldchain.com'
|
|
35295
36256
|
],
|
|
35296
36257
|
faucets: [],
|
|
35297
36258
|
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
@@ -35622,6 +36583,26 @@ exports.chains = {
|
|
|
35622
36583
|
}
|
|
35623
36584
|
]
|
|
35624
36585
|
},
|
|
36586
|
+
161201: {
|
|
36587
|
+
name: 'Openledger Testnet',
|
|
36588
|
+
chain: 'Openledger Testnet',
|
|
36589
|
+
rpc: ['https://rpctn.openledger.xyz'],
|
|
36590
|
+
faucets: [],
|
|
36591
|
+
nativeCurrency: { name: 'Openledger', symbol: 'OPN', decimals: 18 },
|
|
36592
|
+
infoURL: 'https://www.openledger.xyz',
|
|
36593
|
+
shortName: 'openledgertest',
|
|
36594
|
+
chainId: 161201,
|
|
36595
|
+
networkId: 161201,
|
|
36596
|
+
icon: 'openledger',
|
|
36597
|
+
explorers: [
|
|
36598
|
+
{
|
|
36599
|
+
name: 'Openledger Testnet Explorer',
|
|
36600
|
+
url: 'https://scantn.openledger.xyz',
|
|
36601
|
+
standard: 'EIP3091'
|
|
36602
|
+
}
|
|
36603
|
+
],
|
|
36604
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia37de5s5jtm5t74jtbx5clas3dnbojnrue7ls7ricbnr4kmgcfca'
|
|
36605
|
+
},
|
|
35625
36606
|
161212: {
|
|
35626
36607
|
name: 'PlayFi Mainnet',
|
|
35627
36608
|
chain: 'PLAY',
|
|
@@ -35911,6 +36892,27 @@ exports.chains = {
|
|
|
35911
36892
|
],
|
|
35912
36893
|
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
35913
36894
|
},
|
|
36895
|
+
175190: {
|
|
36896
|
+
name: 'Chronicle Loa - Lit Protocol Testnet',
|
|
36897
|
+
chain: 'LPL',
|
|
36898
|
+
icon: 'lit',
|
|
36899
|
+
rpc: ['https://loa-rpc.litprotocol.com'],
|
|
36900
|
+
faucets: ['https://developer.litprotocol.com/support/intro'],
|
|
36901
|
+
nativeCurrency: { name: 'Test Lit', symbol: 'tLit', decimals: 18 },
|
|
36902
|
+
infoURL: 'https://litprotocol.com',
|
|
36903
|
+
shortName: 'lpl',
|
|
36904
|
+
chainId: 175190,
|
|
36905
|
+
networkId: 175190,
|
|
36906
|
+
explorers: [
|
|
36907
|
+
{
|
|
36908
|
+
name: 'Lit Chronicle Loa Explorer',
|
|
36909
|
+
url: 'https://loa-explorer.litprotocol.com',
|
|
36910
|
+
icon: 'lit',
|
|
36911
|
+
standard: 'EIP3091'
|
|
36912
|
+
}
|
|
36913
|
+
],
|
|
36914
|
+
iconURL: 'https://ipfs.io/ipfs/QmXZcwET1LhUxfc2mCdiCJFm61jUHsVVXuZYwx8zhvHQxn'
|
|
36915
|
+
},
|
|
35914
36916
|
188710: {
|
|
35915
36917
|
name: 'Bitica Chain Mainnet',
|
|
35916
36918
|
chain: 'BDCC',
|
|
@@ -37132,7 +38134,7 @@ exports.chains = {
|
|
|
37132
38134
|
chain: 'Sahara',
|
|
37133
38135
|
rpc: ['https://testnet.saharalabs.ai'],
|
|
37134
38136
|
faucets: [],
|
|
37135
|
-
nativeCurrency: { name: '
|
|
38137
|
+
nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
|
|
37136
38138
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
37137
38139
|
infoURL: 'https://saharalabs.ai',
|
|
37138
38140
|
shortName: 'saharatest',
|
|
@@ -37142,11 +38144,11 @@ exports.chains = {
|
|
|
37142
38144
|
explorers: [
|
|
37143
38145
|
{
|
|
37144
38146
|
name: 'Testnet Scan',
|
|
37145
|
-
url: 'https://explorer.
|
|
38147
|
+
url: 'https://testnet-explorer.saharalabs.ai',
|
|
37146
38148
|
standard: 'EIP3091'
|
|
37147
38149
|
}
|
|
37148
38150
|
],
|
|
37149
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
38151
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibhofpvuswlhmfniolskoguhjr4p7strqgm5uz7tu53s5gv35qwem'
|
|
37150
38152
|
},
|
|
37151
38153
|
314159: {
|
|
37152
38154
|
name: 'Filecoin - Calibration testnet',
|
|
@@ -37707,6 +38709,45 @@ exports.chains = {
|
|
|
37707
38709
|
],
|
|
37708
38710
|
iconURL: 'https://ipfs.io/ipfs/bafkreihok46mhn5yf7b5jgmq7tiyw2fw76wklvj4frpc3gbswgfxzerhhm'
|
|
37709
38711
|
},
|
|
38712
|
+
420000: {
|
|
38713
|
+
name: 'Infinaeon',
|
|
38714
|
+
chain: 'Infinaeon',
|
|
38715
|
+
rpc: ['https://rpc.infinaeon.com'],
|
|
38716
|
+
faucets: [],
|
|
38717
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
|
38718
|
+
infoURL: 'hhttps://rpc.infinaeon.com',
|
|
38719
|
+
shortName: 'Infinaeon',
|
|
38720
|
+
chainId: 420000,
|
|
38721
|
+
networkId: 420000,
|
|
38722
|
+
explorers: [
|
|
38723
|
+
{
|
|
38724
|
+
name: 'tracehawk',
|
|
38725
|
+
url: 'https://explorer.infinaeon.com',
|
|
38726
|
+
standard: 'none'
|
|
38727
|
+
}
|
|
38728
|
+
]
|
|
38729
|
+
},
|
|
38730
|
+
420042: {
|
|
38731
|
+
name: 'Vector Smart Chain',
|
|
38732
|
+
chain: 'VSC',
|
|
38733
|
+
icon: 'vectorsmartgas',
|
|
38734
|
+
rpc: ['https://rpc.vscblockchain.org'],
|
|
38735
|
+
features: [{ name: 'EIP155' }],
|
|
38736
|
+
faucets: [],
|
|
38737
|
+
nativeCurrency: { name: 'Vector Smart Gas', symbol: 'VSG', decimals: 18 },
|
|
38738
|
+
infoURL: 'https://vsgofficial.com',
|
|
38739
|
+
shortName: 'vsg',
|
|
38740
|
+
chainId: 420042,
|
|
38741
|
+
networkId: 420042,
|
|
38742
|
+
explorers: [
|
|
38743
|
+
{
|
|
38744
|
+
name: 'vscexplorer',
|
|
38745
|
+
url: 'https://explorer.vscblockchain.org',
|
|
38746
|
+
standard: 'EIP3091'
|
|
38747
|
+
}
|
|
38748
|
+
],
|
|
38749
|
+
iconURL: 'https://ipfs.io/ipfs/QmRRoNvamJavpaFsxS1PPxyxDZ7q8akcdeNrrQXWmg2fux'
|
|
38750
|
+
},
|
|
37710
38751
|
420420: {
|
|
37711
38752
|
name: 'Kekchain',
|
|
37712
38753
|
chain: 'kek',
|
|
@@ -37849,7 +38890,9 @@ exports.chains = {
|
|
|
37849
38890
|
chain: 'ETH',
|
|
37850
38891
|
rpc: [
|
|
37851
38892
|
'https://sepolia-rollup.arbitrum.io/rpc',
|
|
37852
|
-
'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}'
|
|
38893
|
+
'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
38894
|
+
'https://arbitrum-sepolia-rpc.publicnode.com',
|
|
38895
|
+
'wss://arbitrum-sepolia-rpc.publicnode.com'
|
|
37853
38896
|
],
|
|
37854
38897
|
faucets: [],
|
|
37855
38898
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -38110,24 +39153,26 @@ exports.chains = {
|
|
|
38110
39153
|
iconURL: 'https://ipfs.io/ipfs/QmQbJTFnUfWf31d16beZfqM4Fo5NRJjryNrDMyNfj9YQnS'
|
|
38111
39154
|
},
|
|
38112
39155
|
490000: {
|
|
38113
|
-
name: 'Autonomys Testnet
|
|
38114
|
-
chain: '
|
|
38115
|
-
rpc: ['https://
|
|
39156
|
+
name: 'Autonomys Taurus Testnet',
|
|
39157
|
+
chain: 'autonomys-taurus-testnet',
|
|
39158
|
+
rpc: ['https://auto-evm.taurus.autonomys.xyz/ws'],
|
|
39159
|
+
icon: 'autonomys',
|
|
38116
39160
|
faucets: [],
|
|
38117
|
-
nativeCurrency: { name: '
|
|
39161
|
+
nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
|
|
38118
39162
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38119
|
-
infoURL: 'https://www.autonomys.
|
|
39163
|
+
infoURL: 'https://www.autonomys.xyz',
|
|
38120
39164
|
shortName: 'ATN',
|
|
38121
39165
|
chainId: 490000,
|
|
38122
39166
|
networkId: 490000,
|
|
38123
39167
|
explorers: [
|
|
38124
39168
|
{
|
|
38125
|
-
name: '
|
|
38126
|
-
url: 'https://
|
|
39169
|
+
name: 'Autonomys Taurus Testnet Explorer',
|
|
39170
|
+
url: 'https://blockscout.taurus.autonomys.xyz',
|
|
38127
39171
|
icon: 'blockscout',
|
|
38128
39172
|
standard: 'EIP3091'
|
|
38129
39173
|
}
|
|
38130
|
-
]
|
|
39174
|
+
],
|
|
39175
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4'
|
|
38131
39176
|
},
|
|
38132
39177
|
504441: {
|
|
38133
39178
|
name: 'Playdapp Network',
|
|
@@ -38425,7 +39470,7 @@ exports.chains = {
|
|
|
38425
39470
|
rpc: ['https://rpc-testnet.pentagon.games'],
|
|
38426
39471
|
faucets: ['https://bridge-testnet.pentagon.games'],
|
|
38427
39472
|
nativeCurrency: { name: 'Pentagon', symbol: 'PEN', decimals: 18 },
|
|
38428
|
-
icon: 'pentagon',
|
|
39473
|
+
icon: 'pentagon-testnet',
|
|
38429
39474
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38430
39475
|
infoURL: 'https://pentagon.games',
|
|
38431
39476
|
shortName: 'pentagon-testnet',
|
|
@@ -38811,6 +39856,27 @@ exports.chains = {
|
|
|
38811
39856
|
],
|
|
38812
39857
|
iconURL: 'https://ipfs.io/ipfs/bafkreih3l3iisplmikofkbfyimqlox7nmixzlkzhjoewmpi4jbqitwryoa'
|
|
38813
39858
|
},
|
|
39859
|
+
715131: {
|
|
39860
|
+
name: 'Zether Mainnet',
|
|
39861
|
+
chain: 'Zether',
|
|
39862
|
+
rpc: ['https://rpc.zether.org', 'https://rpc.zthscan.com'],
|
|
39863
|
+
faucets: [],
|
|
39864
|
+
nativeCurrency: { name: 'Zether', symbol: 'ZTH', decimals: 18 },
|
|
39865
|
+
infoURL: 'https://zether.org',
|
|
39866
|
+
shortName: 'zth',
|
|
39867
|
+
chainId: 715131,
|
|
39868
|
+
networkId: 715131,
|
|
39869
|
+
icon: 'zether',
|
|
39870
|
+
explorers: [
|
|
39871
|
+
{
|
|
39872
|
+
name: 'zthscan',
|
|
39873
|
+
url: 'https://zthscan.com',
|
|
39874
|
+
icon: 'zether',
|
|
39875
|
+
standard: 'none'
|
|
39876
|
+
}
|
|
39877
|
+
],
|
|
39878
|
+
iconURL: 'https://ipfs.io/ipfs/QmZwdhRze34c3synJSp6QNv5zSpMiQf7DZS3N16HxGuzGh'
|
|
39879
|
+
},
|
|
38814
39880
|
721529: {
|
|
38815
39881
|
name: 'ERAM Mainnet',
|
|
38816
39882
|
chain: 'ERAM',
|
|
@@ -38915,6 +39981,24 @@ exports.chains = {
|
|
|
38915
39981
|
}
|
|
38916
39982
|
]
|
|
38917
39983
|
},
|
|
39984
|
+
752025: {
|
|
39985
|
+
name: 'Ternoa',
|
|
39986
|
+
chain: 'Ternoa',
|
|
39987
|
+
rpc: ['https://rpc-mainnet.zkevm.ternoa.network'],
|
|
39988
|
+
faucets: [],
|
|
39989
|
+
nativeCurrency: { name: 'Capsule Coin', symbol: 'CAPS', decimals: 18 },
|
|
39990
|
+
infoURL: '',
|
|
39991
|
+
shortName: 'ternoa-mainnet',
|
|
39992
|
+
chainId: 752025,
|
|
39993
|
+
networkId: 7502025,
|
|
39994
|
+
explorers: [
|
|
39995
|
+
{
|
|
39996
|
+
name: 'Tracehawk',
|
|
39997
|
+
url: 'https://explorer-mainnet.zkevm.ternoa.network',
|
|
39998
|
+
standard: 'none'
|
|
39999
|
+
}
|
|
40000
|
+
]
|
|
40001
|
+
},
|
|
38918
40002
|
756689: {
|
|
38919
40003
|
name: 'PAYSCAN CHAIN',
|
|
38920
40004
|
chain: 'PAYSCAN CHAIN',
|
|
@@ -40306,11 +41390,11 @@ exports.chains = {
|
|
|
40306
41390
|
]
|
|
40307
41391
|
},
|
|
40308
41392
|
3132023: {
|
|
40309
|
-
name: '
|
|
41393
|
+
name: 'Sahara AI',
|
|
40310
41394
|
chain: 'Sahara',
|
|
40311
41395
|
rpc: ['https://mainnet.saharalabs.ai'],
|
|
40312
41396
|
faucets: [],
|
|
40313
|
-
nativeCurrency: { name: '
|
|
41397
|
+
nativeCurrency: { name: 'Sahara AI', symbol: 'SAHARA', decimals: 18 },
|
|
40314
41398
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
40315
41399
|
infoURL: 'https://saharalabs.ai',
|
|
40316
41400
|
shortName: 'sahara',
|
|
@@ -40318,7 +41402,7 @@ exports.chains = {
|
|
|
40318
41402
|
networkId: 3132023,
|
|
40319
41403
|
icon: 'sahara',
|
|
40320
41404
|
explorers: [],
|
|
40321
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
41405
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibhofpvuswlhmfniolskoguhjr4p7strqgm5uz7tu53s5gv35qwem'
|
|
40322
41406
|
},
|
|
40323
41407
|
3141592: {
|
|
40324
41408
|
name: 'Filecoin - Butterfly testnet',
|
|
@@ -40446,6 +41530,33 @@ exports.chains = {
|
|
|
40446
41530
|
explorers: [],
|
|
40447
41531
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
40448
41532
|
},
|
|
41533
|
+
4284265: {
|
|
41534
|
+
name: 'Zuux chain testnet',
|
|
41535
|
+
title: 'Zuux chain testnet',
|
|
41536
|
+
chain: 'zuuxchain',
|
|
41537
|
+
icon: 'zuuxchain',
|
|
41538
|
+
rpc: ['https://rpc.zuux.network'],
|
|
41539
|
+
features: [{ name: 'none' }],
|
|
41540
|
+
faucets: ['https://www.zuuxlend.xyz/faucet'],
|
|
41541
|
+
nativeCurrency: { name: 'ZUUX', symbol: 'ZUUX', decimals: 18 },
|
|
41542
|
+
infoURL: 'https://www.zuux.network',
|
|
41543
|
+
shortName: 'zuuxchain',
|
|
41544
|
+
chainId: 4284265,
|
|
41545
|
+
networkId: 4284265,
|
|
41546
|
+
explorers: [
|
|
41547
|
+
{
|
|
41548
|
+
name: 'Zuux chain explorer',
|
|
41549
|
+
url: 'https://blockscout.zuux.network',
|
|
41550
|
+
standard: 'EIP3091'
|
|
41551
|
+
},
|
|
41552
|
+
{
|
|
41553
|
+
name: 'Zuux chain explorer',
|
|
41554
|
+
url: 'https://explorer.zuux.network',
|
|
41555
|
+
standard: 'EIP3091'
|
|
41556
|
+
}
|
|
41557
|
+
],
|
|
41558
|
+
iconURL: 'https://ipfs.io/ipfs/QmUbpXxB8ZkowBKRN4g7QrezZvVHWEcTwBjx4Pkgx3uJXX'
|
|
41559
|
+
},
|
|
40449
41560
|
4444444: {
|
|
40450
41561
|
name: 'Altar Testnet',
|
|
40451
41562
|
chain: 'Altar',
|
|
@@ -41663,6 +42774,27 @@ exports.chains = {
|
|
|
41663
42774
|
],
|
|
41664
42775
|
iconURL: 'https://ipfs.io/ipfs/QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx'
|
|
41665
42776
|
},
|
|
42777
|
+
20221001: {
|
|
42778
|
+
name: 'SoonChain Sepolia Devnet',
|
|
42779
|
+
chain: 'SoonChain Devnet Sepolia',
|
|
42780
|
+
rpc: ['https://sepolia.rpc.soonchain.ai'],
|
|
42781
|
+
faucets: ['https://console.optimism.io/faucet'],
|
|
42782
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
42783
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42784
|
+
infoURL: 'https://soonchain.ai',
|
|
42785
|
+
shortName: 'Soon-Devnet',
|
|
42786
|
+
chainId: 20221001,
|
|
42787
|
+
networkId: 20221001,
|
|
42788
|
+
icon: 'soonchain',
|
|
42789
|
+
explorers: [
|
|
42790
|
+
{
|
|
42791
|
+
name: 'Soon Scan',
|
|
42792
|
+
url: 'https://sepolia.explorer.soonchain.ai',
|
|
42793
|
+
standard: 'none'
|
|
42794
|
+
}
|
|
42795
|
+
],
|
|
42796
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4zzsj2wxfrincui3hk664sspjfapd744eybh6th566ncj5js7aa'
|
|
42797
|
+
},
|
|
41666
42798
|
20230825: {
|
|
41667
42799
|
name: 'Vcity Testnet',
|
|
41668
42800
|
chain: 'VCITY',
|
|
@@ -42023,9 +43155,13 @@ exports.chains = {
|
|
|
42023
43155
|
name: 'Xone Testnet',
|
|
42024
43156
|
chain: 'XOC',
|
|
42025
43157
|
icon: 'xone-test',
|
|
42026
|
-
rpc: [
|
|
43158
|
+
rpc: [
|
|
43159
|
+
'https://rpc-testnet.xone.plus',
|
|
43160
|
+
'https://rpc-testnet.xone.org',
|
|
43161
|
+
'https://rpc-testnet.knight.center'
|
|
43162
|
+
],
|
|
42027
43163
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42028
|
-
faucets: [],
|
|
43164
|
+
faucets: ['https://faucet.xone.plus/'],
|
|
42029
43165
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
42030
43166
|
infoURL: 'https://xone.plus',
|
|
42031
43167
|
shortName: 'txoc',
|
|
@@ -42422,8 +43558,8 @@ exports.chains = {
|
|
|
42422
43558
|
'https://autonity.rpc.web3cdn.network/testnet',
|
|
42423
43559
|
'wss://autonity.rpc.web3cdn.network/testnet/ws',
|
|
42424
43560
|
'https://autonity-piccadilly.rpc.subquery.network/public',
|
|
42425
|
-
'https://
|
|
42426
|
-
'wss://
|
|
43561
|
+
'https://piccadilly.autonity-apis.com',
|
|
43562
|
+
'wss://piccadilly-ws.autonity-apis.com'
|
|
42427
43563
|
],
|
|
42428
43564
|
faucets: [],
|
|
42429
43565
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
@@ -42749,7 +43885,7 @@ exports.chains = {
|
|
|
42749
43885
|
symbol: 'ETH',
|
|
42750
43886
|
decimals: 18
|
|
42751
43887
|
},
|
|
42752
|
-
infoURL: 'https://
|
|
43888
|
+
infoURL: 'https://plumenetwork.xyz/',
|
|
42753
43889
|
shortName: 'plume-testnet',
|
|
42754
43890
|
chainId: 161221135,
|
|
42755
43891
|
networkId: 161221135,
|