eth-chainlist 0.0.510 → 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 +8 -0
- package/data/chain.js +58 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### 0.0.510 (2024-10-08)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -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',
|
|
@@ -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',
|
|
@@ -31631,7 +31688,7 @@ const chainArray = [
|
|
|
31631
31688
|
'wss://rpc-testnet.mindnetwork.xyz'
|
|
31632
31689
|
],
|
|
31633
31690
|
faucets: [],
|
|
31634
|
-
nativeCurrency: { name: '
|
|
31691
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
31635
31692
|
features: [ { name: 'EIP155' } ],
|
|
31636
31693
|
infoURL: 'https://mindnetwork.xyz',
|
|
31637
31694
|
shortName: 'fhet',
|