eth-chainlist 0.0.588 → 0.0.589
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 +89 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.589 (2025-01-17)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.588 ([9eb3247](https://github.com/poowf/eth-chainlist/commit/9eb32471e5f4ad4dad03473b3959eee94d6590ad))
|
9
|
+
* update chain data ([f25dff2](https://github.com/poowf/eth-chainlist/commit/f25dff285b26fe7bfe96c973ebfdfd9f566faf85))
|
10
|
+
|
3
11
|
### 0.0.588 (2025-01-16)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -15502,6 +15502,26 @@ const chainArray = [
|
|
15502
15502
|
}
|
15503
15503
|
]
|
15504
15504
|
},
|
15505
|
+
{
|
15506
|
+
name: 'GOAT Network',
|
15507
|
+
title: 'GOAT Network',
|
15508
|
+
chain: 'GOAT',
|
15509
|
+
rpc: [ 'https://rpc.goat.network' ],
|
15510
|
+
faucets: [],
|
15511
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
15512
|
+
infoURL: 'https://www.goat.network',
|
15513
|
+
shortName: 'goat',
|
15514
|
+
chainId: 2345,
|
15515
|
+
networkId: 2345,
|
15516
|
+
icon: 'goat',
|
15517
|
+
explorers: [
|
15518
|
+
{
|
15519
|
+
name: 'blockscout',
|
15520
|
+
url: 'https://explorer.goat.network',
|
15521
|
+
standard: 'EIP3091'
|
15522
|
+
}
|
15523
|
+
]
|
15524
|
+
},
|
15505
15525
|
{
|
15506
15526
|
name: 'Silicon zkEVM',
|
15507
15527
|
title: 'Silicon zkEVM Mainnet',
|
@@ -22186,10 +22206,10 @@ const chainArray = [
|
|
22186
22206
|
{
|
22187
22207
|
name: 'Bitcoin Chain',
|
22188
22208
|
chain: 'BTC',
|
22189
|
-
rpc: [ 'https://rpc.
|
22209
|
+
rpc: [ 'https://rpc.bitcoinevm.org' ],
|
22190
22210
|
faucets: [],
|
22191
22211
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
22192
|
-
infoURL: 'https://
|
22212
|
+
infoURL: 'https://bitcoinevm.org',
|
22193
22213
|
shortName: 'Bitcoin',
|
22194
22214
|
chainId: 8086,
|
22195
22215
|
networkId: 8086,
|
@@ -24167,7 +24187,7 @@ const chainArray = [
|
|
24167
24187
|
name: 'Agung Network',
|
24168
24188
|
chain: 'Agung',
|
24169
24189
|
icon: 'agung',
|
24170
|
-
rpc: [ 'https
|
24190
|
+
rpc: [ 'https://wss-async.agung.peaq.network' ],
|
24171
24191
|
faucets: [],
|
24172
24192
|
nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
|
24173
24193
|
infoURL: 'https://www.peaq.network',
|
@@ -26362,7 +26382,7 @@ const chainArray = [
|
|
26362
26382
|
{
|
26363
26383
|
name: '0G-Newton-Testnet',
|
26364
26384
|
chain: '0G-Testnet',
|
26365
|
-
rpc: [ 'https://
|
26385
|
+
rpc: [ 'https://evmrpc-testnet.0g.ai' ],
|
26366
26386
|
faucets: [ 'https://faucet.0g.ai' ],
|
26367
26387
|
nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
|
26368
26388
|
infoURL: 'https://0g.ai',
|
@@ -26372,7 +26392,7 @@ const chainArray = [
|
|
26372
26392
|
icon: '0gai',
|
26373
26393
|
explorers: [
|
26374
26394
|
{
|
26375
|
-
name: '0G
|
26395
|
+
name: '0G BlockChain Explorer',
|
26376
26396
|
url: 'https://chainscan-newton.0g.ai',
|
26377
26397
|
standard: 'none'
|
26378
26398
|
}
|
@@ -27598,6 +27618,25 @@ const chainArray = [
|
|
27598
27618
|
}
|
27599
27619
|
]
|
27600
27620
|
},
|
27621
|
+
{
|
27622
|
+
name: 'PremiumBlock',
|
27623
|
+
chain: 'PBLK',
|
27624
|
+
rpc: [ 'https://rpc.premiumblock.org' ],
|
27625
|
+
faucets: [],
|
27626
|
+
nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
|
27627
|
+
infoURL: 'https://scan.premiumblock.org',
|
27628
|
+
shortName: 'pblk',
|
27629
|
+
chainId: 23023,
|
27630
|
+
networkId: 23023,
|
27631
|
+
explorers: [
|
27632
|
+
{
|
27633
|
+
name: 'PremiumBlocks Explorer',
|
27634
|
+
url: 'https://scan.premiumblock.org',
|
27635
|
+
standard: 'EIP3091'
|
27636
|
+
}
|
27637
|
+
],
|
27638
|
+
features: [ { name: 'EIP1559' } ]
|
27639
|
+
},
|
27601
27640
|
{
|
27602
27641
|
name: 'Opside Testnet',
|
27603
27642
|
chain: 'Opside',
|
@@ -32787,6 +32826,26 @@ const chainArray = [
|
|
32787
32826
|
explorers: [],
|
32788
32827
|
parent: { type: 'L2', chain: 'eip155-42161' }
|
32789
32828
|
},
|
32829
|
+
{
|
32830
|
+
name: 'Forta Chain',
|
32831
|
+
chain: 'Forta Chain',
|
32832
|
+
rpc: [ 'https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz' ],
|
32833
|
+
faucets: [],
|
32834
|
+
nativeCurrency: { name: 'FORT', symbol: 'FORT', decimals: 18 },
|
32835
|
+
infoURL: 'https://www.forta.org/',
|
32836
|
+
shortName: 'forta',
|
32837
|
+
chainId: 80931,
|
32838
|
+
networkId: 80931,
|
32839
|
+
icon: 'forta-chain',
|
32840
|
+
explorers: [
|
32841
|
+
{
|
32842
|
+
name: 'Forta Chain Explorer',
|
32843
|
+
url: 'https://explorer.forta.org',
|
32844
|
+
icon: 'forta-chain',
|
32845
|
+
standard: 'EIP3091'
|
32846
|
+
}
|
32847
|
+
]
|
32848
|
+
},
|
32790
32849
|
{
|
32791
32850
|
name: 'Nordek Mainnet',
|
32792
32851
|
chain: 'Nordek',
|
@@ -40416,6 +40475,31 @@ const chainArray = [
|
|
40416
40475
|
}
|
40417
40476
|
]
|
40418
40477
|
},
|
40478
|
+
{
|
40479
|
+
name: 'Ozean Poseidon Testnet',
|
40480
|
+
chain: 'Ozean Poseidon',
|
40481
|
+
rpc: [
|
40482
|
+
'https://ozean-testnet.rpc.caldera.xyz/http',
|
40483
|
+
'wss://ozean-testnet.rpc.caldera.xyz/ws'
|
40484
|
+
],
|
40485
|
+
faucets: [ 'https://ozean-testnet.hub.caldera.xyz' ],
|
40486
|
+
nativeCurrency: { name: 'USDX', symbol: 'USDX', decimals: 18 },
|
40487
|
+
infoURL: 'https://docs.ozean.finance',
|
40488
|
+
shortName: 'ozean-poseidon',
|
40489
|
+
chainId: 7849306,
|
40490
|
+
networkId: 7849306,
|
40491
|
+
icon: 'ozean',
|
40492
|
+
status: 'active',
|
40493
|
+
explorers: [
|
40494
|
+
{
|
40495
|
+
name: 'Ozean Testnet Explorer',
|
40496
|
+
url: 'https://ozean-testnet.explorer.caldera.xyz',
|
40497
|
+
icon: 'ozean',
|
40498
|
+
standard: 'EIP3091'
|
40499
|
+
}
|
40500
|
+
],
|
40501
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
40502
|
+
},
|
40419
40503
|
{
|
40420
40504
|
name: 'Plian Mainnet Subchain 1',
|
40421
40505
|
chain: 'Plian',
|