@revoke.cash/chains 58.0.0 → 59.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 +728 -52
- package/dist/src/enums.d.ts +62 -4
- package/dist/src/enums.js +62 -4
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -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',
|
|
@@ -4894,7 +4927,11 @@ exports.chains = {
|
|
|
4894
4927
|
252: {
|
|
4895
4928
|
name: 'Fraxtal',
|
|
4896
4929
|
chain: 'FRAX',
|
|
4897
|
-
rpc: [
|
|
4930
|
+
rpc: [
|
|
4931
|
+
'https://rpc.frax.com',
|
|
4932
|
+
'https://fraxtal-rpc.publicnode.com',
|
|
4933
|
+
'wss://fraxtal-rpc.publicnode.com'
|
|
4934
|
+
],
|
|
4898
4935
|
faucets: [],
|
|
4899
4936
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
4900
4937
|
infoURL: 'https://mainnet.frax.com',
|
|
@@ -6899,6 +6936,7 @@ exports.chains = {
|
|
|
6899
6936
|
{ url: 'https://op-bridge.form.network' }
|
|
6900
6937
|
]
|
|
6901
6938
|
},
|
|
6939
|
+
status: 'active',
|
|
6902
6940
|
iconURL: 'https://ipfs.io/ipfs/QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91'
|
|
6903
6941
|
},
|
|
6904
6942
|
480: {
|
|
@@ -7224,6 +7262,35 @@ exports.chains = {
|
|
|
7224
7262
|
],
|
|
7225
7263
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
7226
7264
|
},
|
|
7265
|
+
550: {
|
|
7266
|
+
name: 'River',
|
|
7267
|
+
chain: 'river',
|
|
7268
|
+
rpc: [
|
|
7269
|
+
'https://mainnet.rpc.river.build',
|
|
7270
|
+
'https://towns-mainnet.calderachain.xyz/http'
|
|
7271
|
+
],
|
|
7272
|
+
faucets: [],
|
|
7273
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
7274
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
7275
|
+
infoURL: 'https://www.river.build',
|
|
7276
|
+
shortName: 'river',
|
|
7277
|
+
chainId: 550,
|
|
7278
|
+
networkId: 550,
|
|
7279
|
+
icon: 'river',
|
|
7280
|
+
explorers: [
|
|
7281
|
+
{
|
|
7282
|
+
name: 'River Explorer',
|
|
7283
|
+
url: 'https://explorer.river.build',
|
|
7284
|
+
standard: 'EIP3091'
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
name: 'River Caldera Explorer',
|
|
7288
|
+
url: 'https://towns-mainnet.calderaexplorer.xyz',
|
|
7289
|
+
standard: 'EIP3091'
|
|
7290
|
+
}
|
|
7291
|
+
],
|
|
7292
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiafftbrpywlc4awvbgbdau4bpd5rg27za4eyh7somqw5pv755gbmq'
|
|
7293
|
+
},
|
|
7227
7294
|
555: {
|
|
7228
7295
|
name: 'Vela1 Chain Mainnet',
|
|
7229
7296
|
chain: 'VELA1',
|
|
@@ -7611,6 +7678,29 @@ exports.chains = {
|
|
|
7611
7678
|
}
|
|
7612
7679
|
]
|
|
7613
7680
|
},
|
|
7681
|
+
619: {
|
|
7682
|
+
name: 'Skynet',
|
|
7683
|
+
chain: 'Skynet',
|
|
7684
|
+
rpc: ['http://rpc.skynet.io'],
|
|
7685
|
+
nativeCurrency: { name: 'SkyUSD', symbol: 'sUSD', decimals: 18 },
|
|
7686
|
+
infoURL: 'http://explorer.skynet.io',
|
|
7687
|
+
shortName: 'Skynet',
|
|
7688
|
+
chainId: 619,
|
|
7689
|
+
networkId: 619,
|
|
7690
|
+
explorers: [
|
|
7691
|
+
{
|
|
7692
|
+
name: 'tracehawk',
|
|
7693
|
+
url: 'http://explorer.skynet.io',
|
|
7694
|
+
standard: 'none'
|
|
7695
|
+
}
|
|
7696
|
+
],
|
|
7697
|
+
faucets: [],
|
|
7698
|
+
parent: {
|
|
7699
|
+
type: 'L2',
|
|
7700
|
+
chain: 'eip155-42161',
|
|
7701
|
+
bridges: [{ url: 'http://bridge.skynet.io' }]
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7614
7704
|
624: {
|
|
7615
7705
|
name: 'Binary Mainnet',
|
|
7616
7706
|
chain: 'The Binary Holdings',
|
|
@@ -8338,6 +8428,27 @@ exports.chains = {
|
|
|
8338
8428
|
],
|
|
8339
8429
|
iconURL: 'https://ipfs.io/ipfs/QmQFugEvsfU3ARjjJ7YRLJwSxMfTk54WWzrofekTRBKFaC'
|
|
8340
8430
|
},
|
|
8431
|
+
753: {
|
|
8432
|
+
name: 'Rivalz',
|
|
8433
|
+
chain: 'rivalz',
|
|
8434
|
+
rpc: ['https://rivalz.calderachain.xyz/http'],
|
|
8435
|
+
faucets: [],
|
|
8436
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
8437
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8438
|
+
infoURL: 'https://rivalz.hub.caldera.xyz',
|
|
8439
|
+
shortName: 'rivalz',
|
|
8440
|
+
chainId: 753,
|
|
8441
|
+
networkId: 753,
|
|
8442
|
+
icon: 'rivalz',
|
|
8443
|
+
explorers: [
|
|
8444
|
+
{
|
|
8445
|
+
name: 'Rivalz Caldera Explorer',
|
|
8446
|
+
url: 'https://rivalz.calderaexplorer.xyz',
|
|
8447
|
+
standard: 'EIP3091'
|
|
8448
|
+
}
|
|
8449
|
+
],
|
|
8450
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiaykqfno5aveymgvrv3y725acslww2jidtaqr4nkmmti4zbayf2k4'
|
|
8451
|
+
},
|
|
8341
8452
|
766: {
|
|
8342
8453
|
name: 'QL1',
|
|
8343
8454
|
chain: 'QOM',
|
|
@@ -8911,6 +9022,24 @@ exports.chains = {
|
|
|
8911
9022
|
}
|
|
8912
9023
|
]
|
|
8913
9024
|
},
|
|
9025
|
+
861: {
|
|
9026
|
+
name: 'Electra Network',
|
|
9027
|
+
chain: 'Electra',
|
|
9028
|
+
rpc: ['https://rpc.electranetwork.tech'],
|
|
9029
|
+
faucets: [],
|
|
9030
|
+
nativeCurrency: { name: 'Electra', symbol: 'ELC', decimals: 18 },
|
|
9031
|
+
infoURL: 'https://www.electranetwork.tech',
|
|
9032
|
+
shortName: 'elc',
|
|
9033
|
+
chainId: 861,
|
|
9034
|
+
networkId: 861,
|
|
9035
|
+
explorers: [
|
|
9036
|
+
{
|
|
9037
|
+
name: 'Electra Explorer',
|
|
9038
|
+
url: 'https://scan.electranetwork.tech',
|
|
9039
|
+
standard: 'none'
|
|
9040
|
+
}
|
|
9041
|
+
]
|
|
9042
|
+
},
|
|
8914
9043
|
868: {
|
|
8915
9044
|
name: 'Fantasia Chain Mainnet',
|
|
8916
9045
|
chain: 'FSC',
|
|
@@ -8933,6 +9062,24 @@ exports.chains = {
|
|
|
8933
9062
|
}
|
|
8934
9063
|
]
|
|
8935
9064
|
},
|
|
9065
|
+
871: {
|
|
9066
|
+
name: 'Electra Test Network',
|
|
9067
|
+
chain: 'Electra',
|
|
9068
|
+
rpc: ['https://rpc.testnet.electranetwork.tech'],
|
|
9069
|
+
faucets: [],
|
|
9070
|
+
nativeCurrency: { name: 'Test Electra', symbol: 'TELC', decimals: 18 },
|
|
9071
|
+
infoURL: 'https://scan.testnet.electranetwork.tech',
|
|
9072
|
+
shortName: 'telc',
|
|
9073
|
+
chainId: 871,
|
|
9074
|
+
networkId: 871,
|
|
9075
|
+
explorers: [
|
|
9076
|
+
{
|
|
9077
|
+
name: 'Electra Testnet Explorer',
|
|
9078
|
+
url: 'https://scan.testnet.electranetwork.tech',
|
|
9079
|
+
standard: 'none'
|
|
9080
|
+
}
|
|
9081
|
+
]
|
|
9082
|
+
},
|
|
8936
9083
|
876: {
|
|
8937
9084
|
name: 'Bandai Namco Research Verse Mainnet',
|
|
8938
9085
|
chain: 'Bandai Namco Research Verse',
|
|
@@ -10353,7 +10500,9 @@ exports.chains = {
|
|
|
10353
10500
|
rpc: [
|
|
10354
10501
|
'https://andromeda.metis.io/?owner=1088',
|
|
10355
10502
|
'https://metis.drpc.org',
|
|
10356
|
-
'wss://metis.drpc.org'
|
|
10503
|
+
'wss://metis.drpc.org',
|
|
10504
|
+
'https://metis-rpc.publicnode.com',
|
|
10505
|
+
'wss://metis-rpc.publicnode.com'
|
|
10357
10506
|
],
|
|
10358
10507
|
faucets: [],
|
|
10359
10508
|
nativeCurrency: { name: 'Metis', symbol: 'METIS', decimals: 18 },
|
|
@@ -11761,7 +11910,11 @@ exports.chains = {
|
|
|
11761
11910
|
1301: {
|
|
11762
11911
|
name: 'Unichain Sepolia Testnet',
|
|
11763
11912
|
chain: 'ETH',
|
|
11764
|
-
rpc: [
|
|
11913
|
+
rpc: [
|
|
11914
|
+
'https://sepolia.unichain.org',
|
|
11915
|
+
'https://unichain-sepolia-rpc.publicnode.com',
|
|
11916
|
+
'wss://unichain-sepolia-rpc.publicnode.com'
|
|
11917
|
+
],
|
|
11765
11918
|
faucets: [],
|
|
11766
11919
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
11767
11920
|
infoURL: 'https://unichain.org',
|
|
@@ -12509,6 +12662,26 @@ exports.chains = {
|
|
|
12509
12662
|
}
|
|
12510
12663
|
]
|
|
12511
12664
|
},
|
|
12665
|
+
1514: {
|
|
12666
|
+
name: 'Story',
|
|
12667
|
+
chain: 'STORY',
|
|
12668
|
+
rpc: ['https://mainnet.storyrpc.io'],
|
|
12669
|
+
faucets: [],
|
|
12670
|
+
nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
|
|
12671
|
+
infoURL: 'https://story.foundation/',
|
|
12672
|
+
icon: 'story',
|
|
12673
|
+
shortName: 'sty',
|
|
12674
|
+
chainId: 1514,
|
|
12675
|
+
networkId: 1514,
|
|
12676
|
+
explorers: [
|
|
12677
|
+
{
|
|
12678
|
+
name: 'blockscout',
|
|
12679
|
+
url: 'https://mainnet.storyscan.xyz',
|
|
12680
|
+
standard: 'EIP3091'
|
|
12681
|
+
}
|
|
12682
|
+
],
|
|
12683
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreierdbo6kxvq5l353dqzg5qkaennz5s6hjp3nvmvyz2dx7gfka4nuu'
|
|
12684
|
+
},
|
|
12512
12685
|
1515: {
|
|
12513
12686
|
name: 'Beagle Messaging Chain',
|
|
12514
12687
|
chain: 'BMC',
|
|
@@ -15608,6 +15781,29 @@ exports.chains = {
|
|
|
15608
15781
|
explorers: [],
|
|
15609
15782
|
status: 'incubating'
|
|
15610
15783
|
},
|
|
15784
|
+
2310: {
|
|
15785
|
+
name: 'CratD2C',
|
|
15786
|
+
chain: 'CRATD2C',
|
|
15787
|
+
rpc: [
|
|
15788
|
+
'https://node1.cratd2csmartchain.io',
|
|
15789
|
+
'https://node2.cratd2csmartchain.io',
|
|
15790
|
+
'https://node3.cratd2csmartchain.io'
|
|
15791
|
+
],
|
|
15792
|
+
faucets: [],
|
|
15793
|
+
nativeCurrency: { name: 'CRATD2C', symbol: 'CRAT', decimals: 18 },
|
|
15794
|
+
infoURL: 'https://cratd2csmartchain.io',
|
|
15795
|
+
shortName: 'cratd2c',
|
|
15796
|
+
chainId: 2310,
|
|
15797
|
+
networkId: 2310,
|
|
15798
|
+
explorers: [
|
|
15799
|
+
{
|
|
15800
|
+
name: 'Blockscout',
|
|
15801
|
+
url: 'https://explorer.cratd2csmartchain.io',
|
|
15802
|
+
icon: 'blockscout',
|
|
15803
|
+
standard: 'EIP3091'
|
|
15804
|
+
}
|
|
15805
|
+
]
|
|
15806
|
+
},
|
|
15611
15807
|
2311: {
|
|
15612
15808
|
name: 'Chronicle Vesuvius - Lit Protocol Testnet',
|
|
15613
15809
|
chain: 'LPV',
|
|
@@ -15982,6 +16178,27 @@ exports.chains = {
|
|
|
15982
16178
|
],
|
|
15983
16179
|
iconURL: 'https://ipfs.io/ipfs/QmXt49jPfHUmDF4n8TF7ks6txiPztx6qUHanWmHnCoEAhW'
|
|
15984
16180
|
},
|
|
16181
|
+
2420: {
|
|
16182
|
+
name: 'Rufus',
|
|
16183
|
+
chain: 'rufus',
|
|
16184
|
+
rpc: ['https://rufus.calderachain.xyz/http'],
|
|
16185
|
+
faucets: [],
|
|
16186
|
+
nativeCurrency: { name: 'Dogelon', symbol: 'ELON', decimals: 18 },
|
|
16187
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
16188
|
+
infoURL: 'https://rufus.hub.caldera.xyz',
|
|
16189
|
+
shortName: 'rufus',
|
|
16190
|
+
chainId: 2420,
|
|
16191
|
+
networkId: 2420,
|
|
16192
|
+
icon: 'rufus',
|
|
16193
|
+
explorers: [
|
|
16194
|
+
{
|
|
16195
|
+
name: 'Rufus Caldera Explorer',
|
|
16196
|
+
url: 'https://rufus.calderaexplorer.xyz',
|
|
16197
|
+
standard: 'EIP3091'
|
|
16198
|
+
}
|
|
16199
|
+
],
|
|
16200
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihcbx557v446mhd7z4kfogqy3f3i5zdx2fsc5udg2obdstzxt66be'
|
|
16201
|
+
},
|
|
15985
16202
|
2425: {
|
|
15986
16203
|
name: 'King Of Legends Mainnet',
|
|
15987
16204
|
title: 'King Of Legends Mainnet',
|
|
@@ -16192,7 +16409,11 @@ exports.chains = {
|
|
|
16192
16409
|
2522: {
|
|
16193
16410
|
name: 'Fraxtal Testnet',
|
|
16194
16411
|
chain: 'FRAX',
|
|
16195
|
-
rpc: [
|
|
16412
|
+
rpc: [
|
|
16413
|
+
'https://rpc.testnet.frax.com',
|
|
16414
|
+
'https://fraxtal-holesky-rpc.publicnode.com',
|
|
16415
|
+
'wss://fraxtal-holesky-rpc.publicnode.com'
|
|
16416
|
+
],
|
|
16196
16417
|
faucets: [],
|
|
16197
16418
|
nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
|
|
16198
16419
|
infoURL: 'https://testnet.frax.com',
|
|
@@ -17281,6 +17502,54 @@ exports.chains = {
|
|
|
17281
17502
|
slip44: 1,
|
|
17282
17503
|
status: 'incubating'
|
|
17283
17504
|
},
|
|
17505
|
+
3366: {
|
|
17506
|
+
name: 'Meroneum',
|
|
17507
|
+
chain: 'MERON',
|
|
17508
|
+
icon: 'meron',
|
|
17509
|
+
rpc: [
|
|
17510
|
+
'https://mainnet-node1.meronscan.ai/',
|
|
17511
|
+
'https://mainnet-node2.meronscan.ai/',
|
|
17512
|
+
'https://mainnet-node3.meronscan.ai/'
|
|
17513
|
+
],
|
|
17514
|
+
faucets: [],
|
|
17515
|
+
nativeCurrency: { name: 'MERON', symbol: 'MERON', decimals: 18 },
|
|
17516
|
+
infoURL: 'https://www.meroneum.ai',
|
|
17517
|
+
shortName: 'meron-testnet',
|
|
17518
|
+
chainId: 3366,
|
|
17519
|
+
networkId: 3366,
|
|
17520
|
+
explorers: [
|
|
17521
|
+
{
|
|
17522
|
+
name: 'meronscan',
|
|
17523
|
+
url: 'https://meronscan.ai',
|
|
17524
|
+
standard: 'EIP3091'
|
|
17525
|
+
}
|
|
17526
|
+
],
|
|
17527
|
+
iconURL: 'https://ipfs.io/ipfs/QmdNnuHVDHttkw1Xjp8RZBN2doF9QmBbFpBGf8nxktwdJH'
|
|
17528
|
+
},
|
|
17529
|
+
3369: {
|
|
17530
|
+
name: 'Meroneum Testnet',
|
|
17531
|
+
chain: 'MERON',
|
|
17532
|
+
icon: 'meron',
|
|
17533
|
+
rpc: [
|
|
17534
|
+
'https://testnet-node1.meronscan.ai/',
|
|
17535
|
+
'https://testnet-node2.meronscan.ai/',
|
|
17536
|
+
'https://testnet-node3.meronscan.ai/'
|
|
17537
|
+
],
|
|
17538
|
+
faucets: [],
|
|
17539
|
+
nativeCurrency: { name: 'MERON', symbol: 'MERON', decimals: 18 },
|
|
17540
|
+
infoURL: 'https://www.meroneum.ai/',
|
|
17541
|
+
shortName: 'meron',
|
|
17542
|
+
chainId: 3369,
|
|
17543
|
+
networkId: 3369,
|
|
17544
|
+
explorers: [
|
|
17545
|
+
{
|
|
17546
|
+
name: 'meronscan',
|
|
17547
|
+
url: 'https://testnet.meronscan.ai',
|
|
17548
|
+
standard: 'EIP3091'
|
|
17549
|
+
}
|
|
17550
|
+
],
|
|
17551
|
+
iconURL: 'https://ipfs.io/ipfs/QmdNnuHVDHttkw1Xjp8RZBN2doF9QmBbFpBGf8nxktwdJH'
|
|
17552
|
+
},
|
|
17284
17553
|
3400: {
|
|
17285
17554
|
name: 'Paribu Net Mainnet',
|
|
17286
17555
|
chain: 'PRB',
|
|
@@ -17875,9 +18144,9 @@ exports.chains = {
|
|
|
17875
18144
|
iconURL: 'https://ipfs.io/ipfs/QmXbsQe7QsVFZJZdBmbZVvS6LgX9ZFoaTMBs9MiQXUzJTw'
|
|
17876
18145
|
},
|
|
17877
18146
|
3939: {
|
|
17878
|
-
name: 'DOS
|
|
18147
|
+
name: 'DOS Testnet',
|
|
17879
18148
|
chain: 'DOS',
|
|
17880
|
-
rpc: ['https://test.doschain.com'],
|
|
18149
|
+
rpc: ['https://test.doschain.com/'],
|
|
17881
18150
|
faucets: [],
|
|
17882
18151
|
nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 },
|
|
17883
18152
|
infoURL: 'http://doschain.io/',
|
|
@@ -17933,6 +18202,30 @@ exports.chains = {
|
|
|
17933
18202
|
}
|
|
17934
18203
|
]
|
|
17935
18204
|
},
|
|
18205
|
+
3969: {
|
|
18206
|
+
name: 'PayNetwork Mainnet',
|
|
18207
|
+
chain: 'paynetwork',
|
|
18208
|
+
rpc: [
|
|
18209
|
+
'https://rpc.paynetwork.io',
|
|
18210
|
+
'https://paynetwork-main.calderachain.xyz/http'
|
|
18211
|
+
],
|
|
18212
|
+
faucets: [],
|
|
18213
|
+
nativeCurrency: { name: 'PayNetwork', symbol: 'Pay', decimals: 18 },
|
|
18214
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
18215
|
+
infoURL: 'https://paynetwork-main.hub.caldera.xyz',
|
|
18216
|
+
shortName: 'paynetwork',
|
|
18217
|
+
chainId: 3969,
|
|
18218
|
+
networkId: 3969,
|
|
18219
|
+
icon: 'paynetwork',
|
|
18220
|
+
explorers: [
|
|
18221
|
+
{
|
|
18222
|
+
name: 'PayNetwork Mainnet Caldera Explorer',
|
|
18223
|
+
url: 'https://paynetwork-main.calderaexplorer.xyz',
|
|
18224
|
+
standard: 'EIP3091'
|
|
18225
|
+
}
|
|
18226
|
+
],
|
|
18227
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreidti4l2gj2bcafth2awvg6xn3fpx7wkautyyb23pfvd7pxzza2psq'
|
|
18228
|
+
},
|
|
17936
18229
|
3993: {
|
|
17937
18230
|
name: 'APEX Testnet',
|
|
17938
18231
|
chain: 'ETH',
|
|
@@ -18790,7 +19083,7 @@ exports.chains = {
|
|
|
18790
19083
|
4488: {
|
|
18791
19084
|
name: 'Hydra Chain',
|
|
18792
19085
|
chain: 'HYDRA',
|
|
18793
|
-
rpc: [],
|
|
19086
|
+
rpc: ['https://rpc-mainnet.hydrachain.org'],
|
|
18794
19087
|
faucets: [],
|
|
18795
19088
|
nativeCurrency: { name: 'Hydra', symbol: 'HYDRA', decimals: 18 },
|
|
18796
19089
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -18799,8 +19092,14 @@ exports.chains = {
|
|
|
18799
19092
|
chainId: 4488,
|
|
18800
19093
|
networkId: 4488,
|
|
18801
19094
|
icon: 'hydra',
|
|
18802
|
-
explorers: [
|
|
18803
|
-
|
|
19095
|
+
explorers: [
|
|
19096
|
+
{
|
|
19097
|
+
name: 'Hydra Chain Mainnet explorer',
|
|
19098
|
+
url: 'https://skynet.hydrachain.org',
|
|
19099
|
+
icon: 'hydra',
|
|
19100
|
+
standard: 'EIP3091'
|
|
19101
|
+
}
|
|
19102
|
+
],
|
|
18804
19103
|
iconURL: 'https://ipfs.io/ipfs/QmVxyUjuA8t9q3oWDgv8ExqaUXcRuDqiKrZAiLaBWHYcmG'
|
|
18805
19104
|
},
|
|
18806
19105
|
4544: {
|
|
@@ -19105,6 +19404,35 @@ exports.chains = {
|
|
|
19105
19404
|
],
|
|
19106
19405
|
iconURL: 'https://ipfs.io/ipfs/QmPRHDsVNpRZ72GoQgDbpa3R4wKENmrXCRNuYJkxocFRDb'
|
|
19107
19406
|
},
|
|
19407
|
+
4913: {
|
|
19408
|
+
name: 'OEV Network',
|
|
19409
|
+
chain: 'oev-network',
|
|
19410
|
+
rpc: [
|
|
19411
|
+
'https://oev.rpc.api3.org',
|
|
19412
|
+
'https://oev-network.calderachain.xyz/http'
|
|
19413
|
+
],
|
|
19414
|
+
faucets: [],
|
|
19415
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19416
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
19417
|
+
infoURL: 'https://api3.org/oev/',
|
|
19418
|
+
shortName: 'oev-network',
|
|
19419
|
+
chainId: 4913,
|
|
19420
|
+
networkId: 4913,
|
|
19421
|
+
icon: 'oev-network',
|
|
19422
|
+
explorers: [
|
|
19423
|
+
{
|
|
19424
|
+
name: 'OEV Network Explorer',
|
|
19425
|
+
url: 'https://oev.explorer.api3.org',
|
|
19426
|
+
standard: 'EIP3091'
|
|
19427
|
+
},
|
|
19428
|
+
{
|
|
19429
|
+
name: 'OEV Network Caldera Explorer',
|
|
19430
|
+
url: 'https://oev-network.calderaexplorer.xyz',
|
|
19431
|
+
standard: 'EIP3091'
|
|
19432
|
+
}
|
|
19433
|
+
],
|
|
19434
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreicwebttrkbqxtiqduye67sgg54isk3psoll5huizyldcpfkxo63hi'
|
|
19435
|
+
},
|
|
19108
19436
|
4918: {
|
|
19109
19437
|
name: 'Venidium Testnet',
|
|
19110
19438
|
chain: 'XVM',
|
|
@@ -21447,7 +21775,7 @@ exports.chains = {
|
|
|
21447
21775
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
21448
21776
|
},
|
|
21449
21777
|
7234: {
|
|
21450
|
-
name: 'InitVerse
|
|
21778
|
+
name: 'InitVerse genesis testnet',
|
|
21451
21779
|
chain: 'InitVerse',
|
|
21452
21780
|
rpc: ['http://rpc-testnet.inichain.com'],
|
|
21453
21781
|
faucets: [],
|
|
@@ -21810,6 +22138,24 @@ exports.chains = {
|
|
|
21810
22138
|
],
|
|
21811
22139
|
iconURL: 'https://ipfs.io/ipfs/Qmf77sTNKpnTbwYjauyQ7KpxV5EbgTPP27Fmx24svB84gY'
|
|
21812
22140
|
},
|
|
22141
|
+
7770: {
|
|
22142
|
+
name: 'PandaSea Testnet',
|
|
22143
|
+
chain: 'PandaSea Testnet',
|
|
22144
|
+
rpc: ['https://rpc.testnet.pandasea.io'],
|
|
22145
|
+
faucets: ['https://faucet.pandasea.io'],
|
|
22146
|
+
nativeCurrency: { name: 'PandaSea Coin', symbol: 'PANDA', decimals: 18 },
|
|
22147
|
+
infoURL: 'https://test.pandaseascan.com',
|
|
22148
|
+
shortName: 'Pandasea-Testnet',
|
|
22149
|
+
chainId: 7770,
|
|
22150
|
+
networkId: 7770,
|
|
22151
|
+
explorers: [
|
|
22152
|
+
{
|
|
22153
|
+
name: 'tracehawk',
|
|
22154
|
+
url: 'https://test.pandaseascan.com',
|
|
22155
|
+
standard: 'none'
|
|
22156
|
+
}
|
|
22157
|
+
]
|
|
22158
|
+
},
|
|
21813
22159
|
7771: {
|
|
21814
22160
|
name: 'Bitrock Testnet',
|
|
21815
22161
|
chain: 'Bitrock',
|
|
@@ -22026,6 +22372,28 @@ exports.chains = {
|
|
|
22026
22372
|
],
|
|
22027
22373
|
iconURL: 'https://ipfs.io/ipfs/bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a'
|
|
22028
22374
|
},
|
|
22375
|
+
7865: {
|
|
22376
|
+
name: 'Powerloom Mainnet',
|
|
22377
|
+
chain: 'POWER',
|
|
22378
|
+
rpc: ['https://rpc.powerloom.network'],
|
|
22379
|
+
faucets: [],
|
|
22380
|
+
nativeCurrency: { name: 'Powerloom Token', symbol: 'POWER', decimals: 18 },
|
|
22381
|
+
infoURL: 'https://powerloom.network',
|
|
22382
|
+
shortName: 'power',
|
|
22383
|
+
chainId: 7865,
|
|
22384
|
+
networkId: 7865,
|
|
22385
|
+
icon: 'power',
|
|
22386
|
+
status: 'active',
|
|
22387
|
+
explorers: [
|
|
22388
|
+
{
|
|
22389
|
+
name: 'blockscout',
|
|
22390
|
+
url: 'https://explorer.powerloom.network',
|
|
22391
|
+
icon: 'blockscout',
|
|
22392
|
+
standard: 'EIP3091'
|
|
22393
|
+
}
|
|
22394
|
+
],
|
|
22395
|
+
iconURL: 'https://ipfs.io/ipfs/QmaYJaMfMowoBe7te9tHCKzJzz5DbhodrmhwGab6XCDgtM'
|
|
22396
|
+
},
|
|
22029
22397
|
7878: {
|
|
22030
22398
|
name: 'Hazlor Testnet',
|
|
22031
22399
|
chain: 'SCAS',
|
|
@@ -24743,6 +25111,7 @@ exports.chains = {
|
|
|
24743
25111
|
shortName: 'joct',
|
|
24744
25112
|
chainId: 10081,
|
|
24745
25113
|
networkId: 10081,
|
|
25114
|
+
icon: 'joct',
|
|
24746
25115
|
slip44: 1,
|
|
24747
25116
|
explorers: [
|
|
24748
25117
|
{
|
|
@@ -24750,7 +25119,8 @@ exports.chains = {
|
|
|
24750
25119
|
url: 'https://explorer.testnet.japanopenchain.org',
|
|
24751
25120
|
standard: 'EIP3091'
|
|
24752
25121
|
}
|
|
24753
|
-
]
|
|
25122
|
+
],
|
|
25123
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreih2t3wrflgcnha4aeonyn23h43rcbskatzvwliyatp5shudkwu2d4'
|
|
24754
25124
|
},
|
|
24755
25125
|
10086: {
|
|
24756
25126
|
name: 'SJATSH',
|
|
@@ -25476,7 +25846,7 @@ exports.chains = {
|
|
|
25476
25846
|
name: 'eGoldChain',
|
|
25477
25847
|
chain: 'EGC',
|
|
25478
25848
|
icon: 'egoldchain',
|
|
25479
|
-
rpc: ['https://rpc.egoldchain.com', 'wss://
|
|
25849
|
+
rpc: ['https://rpc.egoldchain.com', 'wss://rpc.egoldchain.com'],
|
|
25480
25850
|
faucets: [],
|
|
25481
25851
|
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
25482
25852
|
infoURL: 'https://www.egoldchain.com',
|
|
@@ -25821,6 +26191,27 @@ exports.chains = {
|
|
|
25821
26191
|
slip44: 1,
|
|
25822
26192
|
iconURL: 'https://ipfs.io/ipfs/QmUN5j2cre8GHKv52JE8ag88aAnRmuHMGFxePPvKMogisC'
|
|
25823
26193
|
},
|
|
26194
|
+
12323: {
|
|
26195
|
+
name: 'Huddle01',
|
|
26196
|
+
chain: 'huddle01',
|
|
26197
|
+
rpc: ['https://huddle01.calderachain.xyz/http'],
|
|
26198
|
+
faucets: [],
|
|
26199
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
26200
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26201
|
+
infoURL: 'https://huddle01.com/',
|
|
26202
|
+
shortName: 'huddle01',
|
|
26203
|
+
chainId: 12323,
|
|
26204
|
+
networkId: 12323,
|
|
26205
|
+
icon: 'huddle01',
|
|
26206
|
+
explorers: [
|
|
26207
|
+
{
|
|
26208
|
+
name: 'Huddle01 Caldera Explorer',
|
|
26209
|
+
url: 'https://huddle01.calderaexplorer.xyz',
|
|
26210
|
+
standard: 'EIP3091'
|
|
26211
|
+
}
|
|
26212
|
+
],
|
|
26213
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiboef4bxbv2nnnvi4zph7poolk6kyno5qycnjzvbyep3gv6zkd2qa'
|
|
26214
|
+
},
|
|
25824
26215
|
12324: {
|
|
25825
26216
|
name: 'L3X Protocol',
|
|
25826
26217
|
chainId: 12324,
|
|
@@ -26354,6 +26745,27 @@ exports.chains = {
|
|
|
26354
26745
|
icon: 'bth',
|
|
26355
26746
|
iconURL: 'https://ipfs.io/ipfs/QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm'
|
|
26356
26747
|
},
|
|
26748
|
+
14235: {
|
|
26749
|
+
name: 'Bitlazer',
|
|
26750
|
+
chain: 'bitlazer',
|
|
26751
|
+
rpc: ['https://bitlazer.calderachain.xyz/http'],
|
|
26752
|
+
faucets: [],
|
|
26753
|
+
nativeCurrency: { name: 'lzrBTC', symbol: 'lzrBTC', decimals: 18 },
|
|
26754
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
26755
|
+
infoURL: 'https://bitlazer.hub.caldera.xyz',
|
|
26756
|
+
shortName: 'bitlazer',
|
|
26757
|
+
chainId: 14235,
|
|
26758
|
+
networkId: 14235,
|
|
26759
|
+
icon: 'bitlazer',
|
|
26760
|
+
explorers: [
|
|
26761
|
+
{
|
|
26762
|
+
name: 'Bitlazer Caldera Explorer',
|
|
26763
|
+
url: 'https://bitlazer.calderaexplorer.xyz',
|
|
26764
|
+
standard: 'EIP3091'
|
|
26765
|
+
}
|
|
26766
|
+
],
|
|
26767
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4fgi2yp3ked4p356pbitpklsastu5zrztgdlkoihykm3vfmstyi'
|
|
26768
|
+
},
|
|
26357
26769
|
14324: {
|
|
26358
26770
|
name: 'EVOLVE Testnet',
|
|
26359
26771
|
chain: 'EVO',
|
|
@@ -27713,6 +28125,24 @@ exports.chains = {
|
|
|
27713
28125
|
],
|
|
27714
28126
|
iconURL: 'https://ipfs.io/ipfs/bafkreievzx4ke62dtc77o47x7vs7nn67ghzrwku6h5dxo3hwcsqfeblke4'
|
|
27715
28127
|
},
|
|
28128
|
+
20993: {
|
|
28129
|
+
name: 'Fluent Developer Preview',
|
|
28130
|
+
chain: 'Fluent',
|
|
28131
|
+
rpc: ['https://rpc.dev.gblend.xyz'],
|
|
28132
|
+
faucets: ['https://faucet.dev.gblend.xyz'],
|
|
28133
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
28134
|
+
infoURL: 'https://fluent.xyz',
|
|
28135
|
+
shortName: 'fluent-dev-net',
|
|
28136
|
+
chainId: 20993,
|
|
28137
|
+
networkId: 20993,
|
|
28138
|
+
explorers: [
|
|
28139
|
+
{
|
|
28140
|
+
name: 'Fluent Blockscout Explorer',
|
|
28141
|
+
url: 'https://blockscout.dev.gblend.xyz',
|
|
28142
|
+
standard: 'EIP3091'
|
|
28143
|
+
}
|
|
28144
|
+
]
|
|
28145
|
+
},
|
|
27716
28146
|
21004: {
|
|
27717
28147
|
name: 'C4EI',
|
|
27718
28148
|
chain: 'C4EI',
|
|
@@ -28360,6 +28790,26 @@ exports.chains = {
|
|
|
28360
28790
|
}
|
|
28361
28791
|
]
|
|
28362
28792
|
},
|
|
28793
|
+
26100: {
|
|
28794
|
+
name: 'Ferrum Quantum Portal Network',
|
|
28795
|
+
chain: 'QPN',
|
|
28796
|
+
icon: 'ferrum',
|
|
28797
|
+
rpc: ['https://qpn.svcs.ferrumnetwork.io'],
|
|
28798
|
+
faucets: [],
|
|
28799
|
+
nativeCurrency: { name: 'Ferrum', symbol: 'qpFRM', decimals: 18 },
|
|
28800
|
+
infoURL: 'https://ferrum.network',
|
|
28801
|
+
shortName: 'qpn',
|
|
28802
|
+
chainId: 26100,
|
|
28803
|
+
networkId: 26100,
|
|
28804
|
+
explorers: [
|
|
28805
|
+
{
|
|
28806
|
+
name: 'ferrumscout',
|
|
28807
|
+
url: 'https://explorer.ferrumnetwork.io',
|
|
28808
|
+
standard: 'none'
|
|
28809
|
+
}
|
|
28810
|
+
],
|
|
28811
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5iDsQTDfLbyXS6iUEmvL4pWTPEiXc5kqFs7jjthqCWP'
|
|
28812
|
+
},
|
|
28363
28813
|
26482: {
|
|
28364
28814
|
name: 'DucatusX Testnet',
|
|
28365
28815
|
chain: 'DUCX',
|
|
@@ -29783,6 +30233,32 @@ exports.chains = {
|
|
|
29783
30233
|
],
|
|
29784
30234
|
iconURL: 'https://ipfs.io/ipfs/QmAbz7VfGvf6NVHezuBy5HpJTCi1gEshBxxdDdfVXNQ8Bt'
|
|
29785
30235
|
},
|
|
30236
|
+
42001: {
|
|
30237
|
+
name: 'PMON Chain',
|
|
30238
|
+
chain: '42001',
|
|
30239
|
+
rpc: ['https://rpc.pmon.xyz'],
|
|
30240
|
+
faucets: [],
|
|
30241
|
+
nativeCurrency: { name: 'PMON Token', symbol: 'PMON', decimals: 18 },
|
|
30242
|
+
infoURL: 'https://protocolmonsterlabs.com/pmon-chain',
|
|
30243
|
+
shortName: 'pmon',
|
|
30244
|
+
chainId: 42001,
|
|
30245
|
+
networkId: 42001,
|
|
30246
|
+
icon: 'pmon',
|
|
30247
|
+
explorers: [
|
|
30248
|
+
{
|
|
30249
|
+
name: 'blockscout',
|
|
30250
|
+
url: 'https://explorer.pmon.xyz',
|
|
30251
|
+
icon: 'blockscout',
|
|
30252
|
+
standard: 'EIP3091'
|
|
30253
|
+
}
|
|
30254
|
+
],
|
|
30255
|
+
parent: {
|
|
30256
|
+
type: 'L2',
|
|
30257
|
+
chain: 'eip155-42161',
|
|
30258
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
30259
|
+
},
|
|
30260
|
+
iconURL: 'https://ipfs.io/ipfs/QmaEMH8gUpdBuZdMpw2nnZ6tFA8qcRLqVdTtuoTT8U95X6'
|
|
30261
|
+
},
|
|
29786
30262
|
42069: {
|
|
29787
30263
|
name: 'pegglecoin',
|
|
29788
30264
|
chain: '42069',
|
|
@@ -29825,8 +30301,8 @@ exports.chains = {
|
|
|
29825
30301
|
'https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}',
|
|
29826
30302
|
'https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}',
|
|
29827
30303
|
'https://arb1.arbitrum.io/rpc',
|
|
29828
|
-
'https://arbitrum-one.publicnode.com',
|
|
29829
|
-
'wss://arbitrum-one.publicnode.com'
|
|
30304
|
+
'https://arbitrum-one-rpc.publicnode.com',
|
|
30305
|
+
'wss://arbitrum-one-rpc.publicnode.com'
|
|
29830
30306
|
],
|
|
29831
30307
|
faucets: [],
|
|
29832
30308
|
explorers: [
|
|
@@ -29863,8 +30339,8 @@ exports.chains = {
|
|
|
29863
30339
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
29864
30340
|
rpc: [
|
|
29865
30341
|
'https://nova.arbitrum.io/rpc',
|
|
29866
|
-
'https://arbitrum-nova.publicnode.com',
|
|
29867
|
-
'wss://arbitrum-nova.publicnode.com'
|
|
30342
|
+
'https://arbitrum-nova-rpc.publicnode.com',
|
|
30343
|
+
'wss://arbitrum-nova-rpc.publicnode.com'
|
|
29868
30344
|
],
|
|
29869
30345
|
faucets: [],
|
|
29870
30346
|
explorers: [
|
|
@@ -29873,12 +30349,6 @@ exports.chains = {
|
|
|
29873
30349
|
url: 'https://nova-explorer.arbitrum.io',
|
|
29874
30350
|
icon: 'blockscout',
|
|
29875
30351
|
standard: 'EIP3091'
|
|
29876
|
-
},
|
|
29877
|
-
{
|
|
29878
|
-
name: 'dexguru',
|
|
29879
|
-
url: 'https://nova.dex.guru',
|
|
29880
|
-
icon: 'dexguru',
|
|
29881
|
-
standard: 'EIP3091'
|
|
29882
30352
|
}
|
|
29883
30353
|
],
|
|
29884
30354
|
infoURL: 'https://arbitrum.io',
|
|
@@ -31379,7 +31849,11 @@ exports.chains = {
|
|
|
31379
31849
|
57054: {
|
|
31380
31850
|
name: 'Sonic Blaze Testnet',
|
|
31381
31851
|
chain: 'blaze-testnet',
|
|
31382
|
-
rpc: [
|
|
31852
|
+
rpc: [
|
|
31853
|
+
'https://rpc.blaze.soniclabs.com',
|
|
31854
|
+
'https://sonic-blaze-rpc.publicnode.com',
|
|
31855
|
+
'wss://sonic-blaze-rpc.publicnode.com'
|
|
31856
|
+
],
|
|
31383
31857
|
faucets: ['https://blaze.soniclabs.com/account'],
|
|
31384
31858
|
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
31385
31859
|
features: [{ name: 'EIP155' }],
|
|
@@ -31388,29 +31862,32 @@ exports.chains = {
|
|
|
31388
31862
|
chainId: 57054,
|
|
31389
31863
|
networkId: 57054,
|
|
31390
31864
|
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
31865
|
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
31400
31866
|
},
|
|
31401
31867
|
57073: {
|
|
31402
31868
|
name: 'Ink',
|
|
31403
31869
|
chain: 'ETH',
|
|
31404
|
-
rpc: [
|
|
31405
|
-
|
|
31870
|
+
rpc: [
|
|
31871
|
+
'https://rpc-gel.inkonchain.com',
|
|
31872
|
+
'https://rpc-qnd.inkonchain.com',
|
|
31873
|
+
'wss://rpc-gel.inkonchain.com',
|
|
31874
|
+
'wss://rpc-qnd.inkonchain.com'
|
|
31875
|
+
],
|
|
31876
|
+
faucets: ['https://inkonchain.com/faucet'],
|
|
31406
31877
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31407
31878
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31408
31879
|
infoURL: 'https://inkonchain.com',
|
|
31409
31880
|
shortName: 'ink',
|
|
31410
31881
|
chainId: 57073,
|
|
31411
31882
|
networkId: 57073,
|
|
31412
|
-
explorers: [
|
|
31413
|
-
|
|
31883
|
+
explorers: [
|
|
31884
|
+
{
|
|
31885
|
+
name: 'Ink Explorer',
|
|
31886
|
+
url: 'https://explorer.inkonchain.com',
|
|
31887
|
+
standard: 'EIP3091'
|
|
31888
|
+
}
|
|
31889
|
+
],
|
|
31890
|
+
status: 'active'
|
|
31414
31891
|
},
|
|
31415
31892
|
57451: {
|
|
31416
31893
|
name: 'COINSEC Network',
|
|
@@ -31623,7 +32100,11 @@ exports.chains = {
|
|
|
31623
32100
|
59902: {
|
|
31624
32101
|
name: 'Metis Sepolia Testnet',
|
|
31625
32102
|
chain: 'ETH',
|
|
31626
|
-
rpc: [
|
|
32103
|
+
rpc: [
|
|
32104
|
+
'https://sepolia.metisdevops.link',
|
|
32105
|
+
'https://metis-sepolia-rpc.publicnode.com',
|
|
32106
|
+
'wss://metis-sepolia-rpc.publicnode.com'
|
|
32107
|
+
],
|
|
31627
32108
|
faucets: ['https://sepolia.faucet.metisdevops.link'],
|
|
31628
32109
|
nativeCurrency: { name: 'tMetis', symbol: 'tMETIS', decimals: 18 },
|
|
31629
32110
|
infoURL: 'https://www.metis.io',
|
|
@@ -32256,6 +32737,28 @@ exports.chains = {
|
|
|
32256
32737
|
],
|
|
32257
32738
|
iconURL: 'https://ipfs.io/ipfs/QmVES1eqDXhP8SdeCpM85wvjmhrQDXGRquQebDrSdvJqpt'
|
|
32258
32739
|
},
|
|
32740
|
+
65535: {
|
|
32741
|
+
name: 'CyberChain Mainnet',
|
|
32742
|
+
chain: 'CCX',
|
|
32743
|
+
icon: 'cyberchain',
|
|
32744
|
+
rpc: ['https://rpc.cyberchain.xyz/'],
|
|
32745
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32746
|
+
faucets: [],
|
|
32747
|
+
nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
|
|
32748
|
+
infoURL: 'https://cyberchain.xyz',
|
|
32749
|
+
shortName: 'ccx',
|
|
32750
|
+
chainId: 65535,
|
|
32751
|
+
networkId: 65535,
|
|
32752
|
+
slip44: 60,
|
|
32753
|
+
explorers: [
|
|
32754
|
+
{
|
|
32755
|
+
name: 'CyberChain explorer',
|
|
32756
|
+
url: 'https://scan.cyberchain.xyz',
|
|
32757
|
+
standard: 'EIP3091'
|
|
32758
|
+
}
|
|
32759
|
+
],
|
|
32760
|
+
iconURL: 'https://ipfs.io/ipfs/QmUtbe2mpDGxqvQZxgad9VMMeAS4aSTmqfn7Px5GMJvbpD'
|
|
32761
|
+
},
|
|
32259
32762
|
65536: {
|
|
32260
32763
|
name: 'Automata Mainnet',
|
|
32261
32764
|
chain: 'Automata Mainnet',
|
|
@@ -32922,6 +33425,24 @@ exports.chains = {
|
|
|
32922
33425
|
],
|
|
32923
33426
|
iconURL: 'https://ipfs.io/ipfs/QmcNepHmbmHW1BZYM3MFqJW4awwhmDqhUPRXXmRnXwg1U4'
|
|
32924
33427
|
},
|
|
33428
|
+
77652: {
|
|
33429
|
+
name: 'Carrchain Testnet',
|
|
33430
|
+
chain: 'Carrchain Testnet',
|
|
33431
|
+
rpc: ['https://rpc-testnetcarrchain.artiffine.com'],
|
|
33432
|
+
faucets: ['https://faucet-testnetcarrchain.artiffine.com'],
|
|
33433
|
+
nativeCurrency: { name: 'Carrchain Coin', symbol: 'CARR', decimals: 18 },
|
|
33434
|
+
infoURL: 'https://explorer-testnetcarrchain.artiffine.com',
|
|
33435
|
+
shortName: 'Carrchain-Testnet',
|
|
33436
|
+
chainId: 77652,
|
|
33437
|
+
networkId: 77652,
|
|
33438
|
+
explorers: [
|
|
33439
|
+
{
|
|
33440
|
+
name: 'tracehawk',
|
|
33441
|
+
url: 'https://explorer-testnetcarrchain.artiffine.com',
|
|
33442
|
+
standard: 'none'
|
|
33443
|
+
}
|
|
33444
|
+
]
|
|
33445
|
+
},
|
|
32925
33446
|
77677: {
|
|
32926
33447
|
name: 'Cycle Network Mainnet Sailboat',
|
|
32927
33448
|
chain: 'ETH',
|
|
@@ -33250,6 +33771,20 @@ exports.chains = {
|
|
|
33250
33771
|
],
|
|
33251
33772
|
iconURL: 'https://ipfs.io/ipfs/QmNWGj94URMQNyGZbGuAareEL4UpHjTwYWFEFBcX9utBZX'
|
|
33252
33773
|
},
|
|
33774
|
+
80451: {
|
|
33775
|
+
name: 'Geo Genesis',
|
|
33776
|
+
chain: 'Geo Genesis',
|
|
33777
|
+
rpc: ['https://rpc-geo-genesis-h0q2s21xx8.t.conduit.xyz/'],
|
|
33778
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
33779
|
+
faucets: [],
|
|
33780
|
+
infoURL: 'https://geobrowser.io',
|
|
33781
|
+
nativeCurrency: { name: 'The Graph', symbol: 'GRT', decimals: 18 },
|
|
33782
|
+
shortName: 'geo',
|
|
33783
|
+
chainId: 80451,
|
|
33784
|
+
networkId: 80451,
|
|
33785
|
+
explorers: [],
|
|
33786
|
+
parent: { type: 'L2', chain: 'eip155-42161' }
|
|
33787
|
+
},
|
|
33253
33788
|
81041: {
|
|
33254
33789
|
name: 'Nordek Mainnet',
|
|
33255
33790
|
chain: 'Nordek',
|
|
@@ -33474,6 +34009,27 @@ exports.chains = {
|
|
|
33474
34009
|
}
|
|
33475
34010
|
]
|
|
33476
34011
|
},
|
|
34012
|
+
82614: {
|
|
34013
|
+
name: 'VEMP Horizon',
|
|
34014
|
+
chain: 'vemp-horizon',
|
|
34015
|
+
rpc: ['https://vemp-horizon.calderachain.xyz/http'],
|
|
34016
|
+
faucets: [],
|
|
34017
|
+
nativeCurrency: { name: 'VEMP', symbol: 'VEMP', decimals: 18 },
|
|
34018
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34019
|
+
infoURL: 'https://www.vemp.xyz/',
|
|
34020
|
+
shortName: 'vemp-horizon',
|
|
34021
|
+
chainId: 82614,
|
|
34022
|
+
networkId: 82614,
|
|
34023
|
+
icon: 'vemp-horizon',
|
|
34024
|
+
explorers: [
|
|
34025
|
+
{
|
|
34026
|
+
name: 'VEMP Horizon Caldera Explorer',
|
|
34027
|
+
url: 'https://vemp-horizon.calderaexplorer.xyz',
|
|
34028
|
+
standard: 'EIP3091'
|
|
34029
|
+
}
|
|
34030
|
+
],
|
|
34031
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreif4le6thwalvtcpcwav53bwl4c6iltkzem3amf7zd4kogk4mblr4y'
|
|
34032
|
+
},
|
|
33477
34033
|
83144: {
|
|
33478
34034
|
name: 'Xprotocol Testnet',
|
|
33479
34035
|
chainId: 83144,
|
|
@@ -34027,6 +34583,27 @@ exports.chains = {
|
|
|
34027
34583
|
],
|
|
34028
34584
|
iconURL: 'https://ipfs.io/ipfs/QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM'
|
|
34029
34585
|
},
|
|
34586
|
+
91111: {
|
|
34587
|
+
name: 'Henez Chain Mainnet',
|
|
34588
|
+
chain: 'henez',
|
|
34589
|
+
rpc: ['https://henez.calderachain.xyz/http'],
|
|
34590
|
+
faucets: [],
|
|
34591
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34592
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34593
|
+
infoURL: 'https://www.henez.fi/',
|
|
34594
|
+
shortName: 'henez',
|
|
34595
|
+
chainId: 91111,
|
|
34596
|
+
networkId: 91111,
|
|
34597
|
+
icon: 'henez',
|
|
34598
|
+
explorers: [
|
|
34599
|
+
{
|
|
34600
|
+
name: 'Henez Chain Mainnet Caldera Explorer',
|
|
34601
|
+
url: 'https://henez.calderaexplorer.xyz',
|
|
34602
|
+
standard: 'EIP3091'
|
|
34603
|
+
}
|
|
34604
|
+
],
|
|
34605
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibgv5ejrws5xpppwgx47nfiajbgskjwjmibl6gjos7kyoxjrnvhi4'
|
|
34606
|
+
},
|
|
34030
34607
|
91120: {
|
|
34031
34608
|
name: 'MetaDAP Enterprise Mainnet',
|
|
34032
34609
|
title: 'MetaDAP Enterprise Mainnet',
|
|
@@ -34388,7 +34965,7 @@ exports.chains = {
|
|
|
34388
34965
|
symbol: 'ETH',
|
|
34389
34966
|
decimals: 18
|
|
34390
34967
|
},
|
|
34391
|
-
infoURL: 'https://
|
|
34968
|
+
infoURL: 'https://plumenetwork.xyz/',
|
|
34392
34969
|
shortName: 'plume-devnet',
|
|
34393
34970
|
chainId: 98864,
|
|
34394
34971
|
networkId: 98864,
|
|
@@ -34412,7 +34989,7 @@ exports.chains = {
|
|
|
34412
34989
|
rpc: ['https://rpc.plumenetwork.xyz', 'wss://rpc.plumenetwork.xyz'],
|
|
34413
34990
|
faucets: [],
|
|
34414
34991
|
nativeCurrency: { name: 'Plume Ether', symbol: 'ETH', decimals: 18 },
|
|
34415
|
-
infoURL: 'https://
|
|
34992
|
+
infoURL: 'https://plumenetwork.xyz/',
|
|
34416
34993
|
shortName: 'plume',
|
|
34417
34994
|
chainId: 98865,
|
|
34418
34995
|
networkId: 98865,
|
|
@@ -34510,6 +35087,30 @@ exports.chains = {
|
|
|
34510
35087
|
],
|
|
34511
35088
|
iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
|
|
34512
35089
|
},
|
|
35090
|
+
99879: {
|
|
35091
|
+
name: 'Edge Matrix Chain Sepolia',
|
|
35092
|
+
chain: 'EMC Sepolia',
|
|
35093
|
+
icon: 'emctest',
|
|
35094
|
+
rpc: ['https://rpc1-sepolia.emc.network'],
|
|
35095
|
+
faucets: [],
|
|
35096
|
+
nativeCurrency: {
|
|
35097
|
+
name: 'Edge Matrix Chain Token',
|
|
35098
|
+
symbol: 'EMC',
|
|
35099
|
+
decimals: 18
|
|
35100
|
+
},
|
|
35101
|
+
infoURL: '',
|
|
35102
|
+
shortName: 'EMCSepolia',
|
|
35103
|
+
chainId: 99879,
|
|
35104
|
+
networkId: 99879,
|
|
35105
|
+
explorers: [
|
|
35106
|
+
{
|
|
35107
|
+
name: 'blockscout',
|
|
35108
|
+
url: 'https://sepolia.emcscan.com',
|
|
35109
|
+
standard: 'EIP3091'
|
|
35110
|
+
}
|
|
35111
|
+
],
|
|
35112
|
+
iconURL: 'https://ipfs.io/ipfs/QmUDymyXZS9eUn5p3tyDyxhD8GMB91HUBAAvySwENfPevh'
|
|
35113
|
+
},
|
|
34513
35114
|
99998: {
|
|
34514
35115
|
name: 'UB Smart Chain(testnet)',
|
|
34515
35116
|
chain: 'USC',
|
|
@@ -35291,7 +35892,7 @@ exports.chains = {
|
|
|
35291
35892
|
icon: 'egoldchain',
|
|
35292
35893
|
rpc: [
|
|
35293
35894
|
'https://rpc-testnet.egoldchain.com',
|
|
35294
|
-
'wss://
|
|
35895
|
+
'wss://rpc-testnet.egoldchain.com'
|
|
35295
35896
|
],
|
|
35296
35897
|
faucets: [],
|
|
35297
35898
|
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
@@ -37849,7 +38450,9 @@ exports.chains = {
|
|
|
37849
38450
|
chain: 'ETH',
|
|
37850
38451
|
rpc: [
|
|
37851
38452
|
'https://sepolia-rollup.arbitrum.io/rpc',
|
|
37852
|
-
'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}'
|
|
38453
|
+
'https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
38454
|
+
'https://arbitrum-sepolia-rpc.publicnode.com',
|
|
38455
|
+
'wss://arbitrum-sepolia-rpc.publicnode.com'
|
|
37853
38456
|
],
|
|
37854
38457
|
faucets: [],
|
|
37855
38458
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -38811,6 +39414,27 @@ exports.chains = {
|
|
|
38811
39414
|
],
|
|
38812
39415
|
iconURL: 'https://ipfs.io/ipfs/bafkreih3l3iisplmikofkbfyimqlox7nmixzlkzhjoewmpi4jbqitwryoa'
|
|
38813
39416
|
},
|
|
39417
|
+
715131: {
|
|
39418
|
+
name: 'Zether Mainnet',
|
|
39419
|
+
chain: 'Zether',
|
|
39420
|
+
rpc: ['https://rpc.zether.org', 'https://rpc.zthscan.com'],
|
|
39421
|
+
faucets: [],
|
|
39422
|
+
nativeCurrency: { name: 'Zether', symbol: 'ZTH', decimals: 18 },
|
|
39423
|
+
infoURL: 'https://zether.org',
|
|
39424
|
+
shortName: 'zth',
|
|
39425
|
+
chainId: 715131,
|
|
39426
|
+
networkId: 715131,
|
|
39427
|
+
icon: 'zether',
|
|
39428
|
+
explorers: [
|
|
39429
|
+
{
|
|
39430
|
+
name: 'zthscan',
|
|
39431
|
+
url: 'https://zthscan.com',
|
|
39432
|
+
icon: 'zether',
|
|
39433
|
+
standard: 'none'
|
|
39434
|
+
}
|
|
39435
|
+
],
|
|
39436
|
+
iconURL: 'https://ipfs.io/ipfs/QmZwdhRze34c3synJSp6QNv5zSpMiQf7DZS3N16HxGuzGh'
|
|
39437
|
+
},
|
|
38814
39438
|
721529: {
|
|
38815
39439
|
name: 'ERAM Mainnet',
|
|
38816
39440
|
chain: 'ERAM',
|
|
@@ -40446,6 +41070,33 @@ exports.chains = {
|
|
|
40446
41070
|
explorers: [],
|
|
40447
41071
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
40448
41072
|
},
|
|
41073
|
+
4284265: {
|
|
41074
|
+
name: 'Zuux chain testnet',
|
|
41075
|
+
title: 'Zuux chain testnet',
|
|
41076
|
+
chain: 'zuuxchain',
|
|
41077
|
+
icon: 'zuuxchain',
|
|
41078
|
+
rpc: ['https://rpc.zuux.network'],
|
|
41079
|
+
features: [{ name: 'none' }],
|
|
41080
|
+
faucets: ['https://www.zuuxlend.xyz/faucet'],
|
|
41081
|
+
nativeCurrency: { name: 'ZUUX', symbol: 'ZUUX', decimals: 18 },
|
|
41082
|
+
infoURL: 'https://www.zuux.network',
|
|
41083
|
+
shortName: 'zuuxchain',
|
|
41084
|
+
chainId: 4284265,
|
|
41085
|
+
networkId: 4284265,
|
|
41086
|
+
explorers: [
|
|
41087
|
+
{
|
|
41088
|
+
name: 'Zuux chain explorer',
|
|
41089
|
+
url: 'https://blockscout.zuux.network',
|
|
41090
|
+
standard: 'EIP3091'
|
|
41091
|
+
},
|
|
41092
|
+
{
|
|
41093
|
+
name: 'Zuux chain explorer',
|
|
41094
|
+
url: 'https://explorer.zuux.network',
|
|
41095
|
+
standard: 'EIP3091'
|
|
41096
|
+
}
|
|
41097
|
+
],
|
|
41098
|
+
iconURL: 'https://ipfs.io/ipfs/QmUbpXxB8ZkowBKRN4g7QrezZvVHWEcTwBjx4Pkgx3uJXX'
|
|
41099
|
+
},
|
|
40449
41100
|
4444444: {
|
|
40450
41101
|
name: 'Altar Testnet',
|
|
40451
41102
|
chain: 'Altar',
|
|
@@ -41663,6 +42314,27 @@ exports.chains = {
|
|
|
41663
42314
|
],
|
|
41664
42315
|
iconURL: 'https://ipfs.io/ipfs/QmVf1afskRHuZjFSLCZH8397KrVNAoYgyAePX9VMBrPVtx'
|
|
41665
42316
|
},
|
|
42317
|
+
20221001: {
|
|
42318
|
+
name: 'SoonChain Sepolia Devnet',
|
|
42319
|
+
chain: 'SoonChain Devnet Sepolia',
|
|
42320
|
+
rpc: ['https://sepolia.rpc.soonchain.ai'],
|
|
42321
|
+
faucets: ['https://console.optimism.io/faucet'],
|
|
42322
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
42323
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42324
|
+
infoURL: 'https://soonchain.ai',
|
|
42325
|
+
shortName: 'Soon-Devnet',
|
|
42326
|
+
chainId: 20221001,
|
|
42327
|
+
networkId: 20221001,
|
|
42328
|
+
icon: 'soonchain',
|
|
42329
|
+
explorers: [
|
|
42330
|
+
{
|
|
42331
|
+
name: 'Soon Scan',
|
|
42332
|
+
url: 'https://sepolia.explorer.soonchain.ai',
|
|
42333
|
+
standard: 'none'
|
|
42334
|
+
}
|
|
42335
|
+
],
|
|
42336
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia4zzsj2wxfrincui3hk664sspjfapd744eybh6th566ncj5js7aa'
|
|
42337
|
+
},
|
|
41666
42338
|
20230825: {
|
|
41667
42339
|
name: 'Vcity Testnet',
|
|
41668
42340
|
chain: 'VCITY',
|
|
@@ -42023,9 +42695,13 @@ exports.chains = {
|
|
|
42023
42695
|
name: 'Xone Testnet',
|
|
42024
42696
|
chain: 'XOC',
|
|
42025
42697
|
icon: 'xone-test',
|
|
42026
|
-
rpc: [
|
|
42698
|
+
rpc: [
|
|
42699
|
+
'https://rpc-testnet.xone.plus',
|
|
42700
|
+
'https://rpc-testnet.xone.org',
|
|
42701
|
+
'https://rpc-testnet.knight.center'
|
|
42702
|
+
],
|
|
42027
42703
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42028
|
-
faucets: [],
|
|
42704
|
+
faucets: ['https://faucet.xone.plus/'],
|
|
42029
42705
|
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
42030
42706
|
infoURL: 'https://xone.plus',
|
|
42031
42707
|
shortName: 'txoc',
|
|
@@ -42422,8 +43098,8 @@ exports.chains = {
|
|
|
42422
43098
|
'https://autonity.rpc.web3cdn.network/testnet',
|
|
42423
43099
|
'wss://autonity.rpc.web3cdn.network/testnet/ws',
|
|
42424
43100
|
'https://autonity-piccadilly.rpc.subquery.network/public',
|
|
42425
|
-
'https://
|
|
42426
|
-
'wss://
|
|
43101
|
+
'https://piccadilly.autonity-apis.com',
|
|
43102
|
+
'wss://piccadilly-ws.autonity-apis.com'
|
|
42427
43103
|
],
|
|
42428
43104
|
faucets: [],
|
|
42429
43105
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
@@ -42749,7 +43425,7 @@ exports.chains = {
|
|
|
42749
43425
|
symbol: 'ETH',
|
|
42750
43426
|
decimals: 18
|
|
42751
43427
|
},
|
|
42752
|
-
infoURL: 'https://
|
|
43428
|
+
infoURL: 'https://plumenetwork.xyz/',
|
|
42753
43429
|
shortName: 'plume-testnet',
|
|
42754
43430
|
chainId: 161221135,
|
|
42755
43431
|
networkId: 161221135,
|