eth-chainlist 0.0.509 → 0.0.511
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/CHANGELOG.md +16 -0
- package/data/chain.js +119 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.511 (2024-10-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.510 ([b7120ec](https://github.com/poowf/eth-chainlist/commit/b7120ec7494ad0126f1ce3754fb26163074df2e2))
|
|
9
|
+
* update chain data ([b1cfc0f](https://github.com/poowf/eth-chainlist/commit/b1cfc0f949eabd6184f679402d106e6df6f526f0))
|
|
10
|
+
|
|
11
|
+
### 0.0.510 (2024-10-08)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.509 ([f71d6a3](https://github.com/poowf/eth-chainlist/commit/f71d6a3a91004ade1459b58ed951f0be0ab72b0a))
|
|
17
|
+
* update chain data ([730d0f0](https://github.com/poowf/eth-chainlist/commit/730d0f093bb7c6684c70d7dea01ea909a265933e))
|
|
18
|
+
|
|
3
19
|
### 0.0.509 (2024-10-06)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -3527,7 +3527,7 @@ const chainArray = [
|
|
|
3527
3527
|
explorers: []
|
|
3528
3528
|
},
|
|
3529
3529
|
{
|
|
3530
|
-
name: 'Ethernity
|
|
3530
|
+
name: 'Ethernity',
|
|
3531
3531
|
chain: 'Ethernity',
|
|
3532
3532
|
rpc: [ 'https://mainnet.ethernitychain.io' ],
|
|
3533
3533
|
faucets: [],
|
|
@@ -3538,7 +3538,7 @@ const chainArray = [
|
|
|
3538
3538
|
networkId: 183,
|
|
3539
3539
|
explorers: [
|
|
3540
3540
|
{
|
|
3541
|
-
name: 'Ethernity
|
|
3541
|
+
name: 'Ethernity Explorer',
|
|
3542
3542
|
url: 'https://ernscan.io',
|
|
3543
3543
|
standard: 'EIP3091'
|
|
3544
3544
|
}
|
|
@@ -4246,7 +4246,7 @@ const chainArray = [
|
|
|
4246
4246
|
'wss://rpc_mainnet.mindnetwork.xyz'
|
|
4247
4247
|
],
|
|
4248
4248
|
faucets: [],
|
|
4249
|
-
nativeCurrency: { name: '
|
|
4249
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4250
4250
|
features: [ { name: 'EIP155' } ],
|
|
4251
4251
|
infoURL: 'https://mindnetwork.xyz',
|
|
4252
4252
|
shortName: 'fhe',
|
|
@@ -6525,6 +6525,25 @@ const chainArray = [
|
|
|
6525
6525
|
chainId: 558,
|
|
6526
6526
|
networkId: 558
|
|
6527
6527
|
},
|
|
6528
|
+
{
|
|
6529
|
+
name: 'Prometheuz Testnet',
|
|
6530
|
+
chain: 'Prometheuz',
|
|
6531
|
+
rpc: [ 'https://explorer.testnet.prometheuz.io' ],
|
|
6532
|
+
faucets: [ 'https://faucet.testnet.prometheuz.io' ],
|
|
6533
|
+
nativeCurrency: { name: 'Pyre', symbol: 'PYRE', decimals: 18 },
|
|
6534
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
6535
|
+
infoURL: '',
|
|
6536
|
+
shortName: 'prometheuz-testnet',
|
|
6537
|
+
chainId: 565,
|
|
6538
|
+
networkId: 565,
|
|
6539
|
+
explorers: [
|
|
6540
|
+
{
|
|
6541
|
+
name: 'Prometheuz Explorer',
|
|
6542
|
+
url: 'https://explorer.testnet.prometheuz.io',
|
|
6543
|
+
standard: 'none'
|
|
6544
|
+
}
|
|
6545
|
+
]
|
|
6546
|
+
},
|
|
6528
6547
|
{
|
|
6529
6548
|
name: 'Dogechain Testnet',
|
|
6530
6549
|
chain: 'DC',
|
|
@@ -7546,7 +7565,7 @@ const chainArray = [
|
|
|
7546
7565
|
explorers: [
|
|
7547
7566
|
{
|
|
7548
7567
|
name: 'QL1 Mainnet Explorer',
|
|
7549
|
-
url: 'https://
|
|
7568
|
+
url: 'https://scan.qom.one',
|
|
7550
7569
|
icon: 'qom',
|
|
7551
7570
|
standard: 'EIP3091'
|
|
7552
7571
|
}
|
|
@@ -21154,6 +21173,24 @@ const chainArray = [
|
|
|
21154
21173
|
}
|
|
21155
21174
|
]
|
|
21156
21175
|
},
|
|
21176
|
+
{
|
|
21177
|
+
name: 'Galactica-Reticulum',
|
|
21178
|
+
chain: 'Galactica Testnet',
|
|
21179
|
+
rpc: [ 'https://evm-rpc-http-reticulum.galactica.com/' ],
|
|
21180
|
+
faucets: [],
|
|
21181
|
+
nativeCurrency: { name: 'Galactica Reticulum', symbol: 'GNET', decimals: 18 },
|
|
21182
|
+
infoURL: 'https://galactica.com',
|
|
21183
|
+
shortName: 'GNET',
|
|
21184
|
+
chainId: 9302,
|
|
21185
|
+
networkId: 9302,
|
|
21186
|
+
explorers: [
|
|
21187
|
+
{
|
|
21188
|
+
name: 'Galactica-Reticulum Explorer',
|
|
21189
|
+
url: 'https://explorer-reticulum.galactica.com',
|
|
21190
|
+
standard: 'EIP3091'
|
|
21191
|
+
}
|
|
21192
|
+
]
|
|
21193
|
+
},
|
|
21157
21194
|
{
|
|
21158
21195
|
name: 'Dogcoin Testnet',
|
|
21159
21196
|
chain: 'DOGS',
|
|
@@ -26331,6 +26368,26 @@ const chainArray = [
|
|
|
26331
26368
|
}
|
|
26332
26369
|
]
|
|
26333
26370
|
},
|
|
26371
|
+
{
|
|
26372
|
+
name: 'Open Campus Codex Mainnet',
|
|
26373
|
+
chain: 'Open Campus Codex Mainnet',
|
|
26374
|
+
icon: 'occ-mainnet',
|
|
26375
|
+
rpc: [ 'https://rpc.edu-chain.raas.gelato.cloud' ],
|
|
26376
|
+
faucets: [ 'https://bridge.gelato.network/bridge/edu-chain' ],
|
|
26377
|
+
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
26378
|
+
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
|
26379
|
+
shortName: 'occ-mainnet',
|
|
26380
|
+
chainId: 41923,
|
|
26381
|
+
networkId: 41923,
|
|
26382
|
+
explorers: [
|
|
26383
|
+
{
|
|
26384
|
+
name: 'Open Campus Codex',
|
|
26385
|
+
url: 'https://edu-chain.blockscout.com',
|
|
26386
|
+
icon: 'occ-mainnet',
|
|
26387
|
+
standard: 'none'
|
|
26388
|
+
}
|
|
26389
|
+
]
|
|
26390
|
+
},
|
|
26334
26391
|
{
|
|
26335
26392
|
name: 'pegglecoin',
|
|
26336
26393
|
chain: '42069',
|
|
@@ -30102,6 +30159,25 @@ const chainArray = [
|
|
|
30102
30159
|
}
|
|
30103
30160
|
]
|
|
30104
30161
|
},
|
|
30162
|
+
{
|
|
30163
|
+
name: 'SRICHAIN',
|
|
30164
|
+
chain: 'SRICHAIN',
|
|
30165
|
+
rpc: [ 'https://rpc.sriscan.com/' ],
|
|
30166
|
+
faucets: [],
|
|
30167
|
+
nativeCurrency: { name: 'SRIX', symbol: 'SRIX', decimals: 18 },
|
|
30168
|
+
infoURL: 'https://sriscan.com',
|
|
30169
|
+
shortName: 'sriscan',
|
|
30170
|
+
chainId: 95432,
|
|
30171
|
+
networkId: 95432,
|
|
30172
|
+
slip44: 108,
|
|
30173
|
+
explorers: [
|
|
30174
|
+
{
|
|
30175
|
+
name: 'SRICHAIN',
|
|
30176
|
+
url: 'https://sriscan.com',
|
|
30177
|
+
standard: 'EIP3091'
|
|
30178
|
+
}
|
|
30179
|
+
]
|
|
30180
|
+
},
|
|
30105
30181
|
{
|
|
30106
30182
|
name: 'Mantis Testnet (Hexapod)',
|
|
30107
30183
|
chain: 'Mantis',
|
|
@@ -30231,6 +30307,25 @@ const chainArray = [
|
|
|
30231
30307
|
}
|
|
30232
30308
|
]
|
|
30233
30309
|
},
|
|
30310
|
+
{
|
|
30311
|
+
name: 'MetaBenz CHAIN',
|
|
30312
|
+
chain: 'MetaBenz CHAIN',
|
|
30313
|
+
rpc: [ 'https://rpc.metabenzscan.com' ],
|
|
30314
|
+
faucets: [],
|
|
30315
|
+
nativeCurrency: { name: 'MBC', symbol: 'MBC', decimals: 18 },
|
|
30316
|
+
infoURL: 'https://metabenzscan.com',
|
|
30317
|
+
shortName: 'metabenzscan',
|
|
30318
|
+
chainId: 97766,
|
|
30319
|
+
networkId: 97766,
|
|
30320
|
+
slip44: 108,
|
|
30321
|
+
explorers: [
|
|
30322
|
+
{
|
|
30323
|
+
name: 'MetaBenz CHAIN',
|
|
30324
|
+
url: 'https://metabenzscan.com',
|
|
30325
|
+
standard: 'EIP3091'
|
|
30326
|
+
}
|
|
30327
|
+
]
|
|
30328
|
+
},
|
|
30234
30329
|
{
|
|
30235
30330
|
name: 'OptimusZ7 Testnet',
|
|
30236
30331
|
chain: 'OptimusZ7',
|
|
@@ -31593,7 +31688,7 @@ const chainArray = [
|
|
|
31593
31688
|
'wss://rpc-testnet.mindnetwork.xyz'
|
|
31594
31689
|
],
|
|
31595
31690
|
faucets: [],
|
|
31596
|
-
nativeCurrency: { name: '
|
|
31691
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31597
31692
|
features: [ { name: 'EIP155' } ],
|
|
31598
31693
|
infoURL: 'https://mindnetwork.xyz',
|
|
31599
31694
|
shortName: 'fhet',
|
|
@@ -34091,6 +34186,25 @@ const chainArray = [
|
|
|
34091
34186
|
}
|
|
34092
34187
|
]
|
|
34093
34188
|
},
|
|
34189
|
+
{
|
|
34190
|
+
name: 'PAYSCAN CHAIN',
|
|
34191
|
+
chain: 'PAYSCAN CHAIN',
|
|
34192
|
+
rpc: [ 'https://rpc.payscan.live' ],
|
|
34193
|
+
faucets: [],
|
|
34194
|
+
nativeCurrency: { name: 'PYZ', symbol: 'PYZ', decimals: 18 },
|
|
34195
|
+
infoURL: 'https://payscan.live',
|
|
34196
|
+
shortName: 'payscan',
|
|
34197
|
+
chainId: 756689,
|
|
34198
|
+
networkId: 756689,
|
|
34199
|
+
slip44: 108,
|
|
34200
|
+
explorers: [
|
|
34201
|
+
{
|
|
34202
|
+
name: 'PAYSCAN CHAIN',
|
|
34203
|
+
url: 'https://payscan.live',
|
|
34204
|
+
standard: 'EIP3091'
|
|
34205
|
+
}
|
|
34206
|
+
]
|
|
34207
|
+
},
|
|
34094
34208
|
{
|
|
34095
34209
|
name: 'Miexs Smartchain',
|
|
34096
34210
|
chain: 'MiexsSmartchain',
|