eth-chainlist 0.0.398 → 0.0.399
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 +86 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.399 (2024-05-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.398 ([8ae3343](https://github.com/poowf/eth-chainlist/commit/8ae3343346941c2ea81df58a6ca0afa0bf2779ce))
|
9
|
+
* update chain data ([103610e](https://github.com/poowf/eth-chainlist/commit/103610e09ca43966ff5417a9a9606c3e4c4498a6))
|
10
|
+
|
3
11
|
### 0.0.398 (2024-05-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4173,7 +4173,7 @@ const chainArray = [
|
|
4173
4173
|
{
|
4174
4174
|
name: 'Kroma',
|
4175
4175
|
chain: 'ETH',
|
4176
|
-
rpc: [ 'https://api.kroma.network' ],
|
4176
|
+
rpc: [ 'https://api.kroma.network', 'https://rpc-kroma.rockx.com' ],
|
4177
4177
|
faucets: [],
|
4178
4178
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
4179
4179
|
infoURL: 'https://kroma.network',
|
@@ -9291,6 +9291,14 @@ const chainArray = [
|
|
9291
9291
|
rpc: [
|
9292
9292
|
'https://rpc.api.moonbeam.network',
|
9293
9293
|
'wss://wss.api.moonbeam.network',
|
9294
|
+
'https://moonbeam.public.blastapi.io',
|
9295
|
+
'wss://moonbeam.public.blastapi.io',
|
9296
|
+
'https://moonbeam-rpc.dwellir.com',
|
9297
|
+
'wss://moonbeam-rpc.dwellir.com',
|
9298
|
+
'https://moonbeam.api.onfinality.io/public',
|
9299
|
+
'wss://moonbeam.api.onfinality.io/public-ws',
|
9300
|
+
'https://moonbeam.unitedbloc.com',
|
9301
|
+
'wss://moonbeam.unitedbloc.com',
|
9294
9302
|
'https://moonbeam-rpc.publicnode.com',
|
9295
9303
|
'wss://moonbeam-rpc.publicnode.com',
|
9296
9304
|
'https://moonbeam.drpc.org',
|
@@ -9316,6 +9324,14 @@ const chainArray = [
|
|
9316
9324
|
rpc: [
|
9317
9325
|
'https://rpc.api.moonriver.moonbeam.network',
|
9318
9326
|
'wss://wss.api.moonriver.moonbeam.network',
|
9327
|
+
'https://moonriver.public.blastapi.io',
|
9328
|
+
'wss://moonriver.public.blastapi.io',
|
9329
|
+
'https://moonriver-rpc.dwellir.com',
|
9330
|
+
'wss://moonriver-rpc.dwellir.com',
|
9331
|
+
'https://moonriver.api.onfinality.io/public',
|
9332
|
+
'wss://moonriver.api.onfinality.io/public-ws',
|
9333
|
+
'https://moonriver.unitedbloc.com',
|
9334
|
+
'wss://moonriver.unitedbloc.com',
|
9319
9335
|
'https://moonriver-rpc.publicnode.com',
|
9320
9336
|
'wss://moonriver-rpc.publicnode.com',
|
9321
9337
|
'https://moonriver.drpc.org',
|
@@ -9353,12 +9369,20 @@ const chainArray = [
|
|
9353
9369
|
rpc: [
|
9354
9370
|
'https://rpc.api.moonbase.moonbeam.network',
|
9355
9371
|
'wss://wss.api.moonbase.moonbeam.network',
|
9372
|
+
'https://moonbase-alpha.public.blastapi.io',
|
9373
|
+
'wss://moonbase-alpha.public.blastapi.io',
|
9374
|
+
'https://moonbase-rpc.dwellir.com',
|
9375
|
+
'wss://moonbase-rpc.dwellir.com',
|
9376
|
+
'https://moonbeam-alpha.api.onfinality.io/public',
|
9377
|
+
'wss://moonbeam-alpha.api.onfinality.io/public-ws',
|
9378
|
+
'https://moonbase.unitedbloc.com',
|
9379
|
+
'wss://moonbase.unitedbloc.com',
|
9356
9380
|
'https://moonbase-alpha.drpc.org',
|
9357
9381
|
'wss://moonbase-alpha.drpc.org'
|
9358
9382
|
],
|
9359
9383
|
faucets: [],
|
9360
9384
|
nativeCurrency: { name: 'Dev', symbol: 'DEV', decimals: 18 },
|
9361
|
-
infoURL: 'https://docs.moonbeam.network/networks/
|
9385
|
+
infoURL: 'https://docs.moonbeam.network/learn/platform/networks/moonbase/',
|
9362
9386
|
shortName: 'mbase',
|
9363
9387
|
chainId: 1287,
|
9364
9388
|
networkId: 1287,
|
@@ -14374,7 +14398,8 @@ const chainArray = [
|
|
14374
14398
|
chain: 'Merlin',
|
14375
14399
|
rpc: [
|
14376
14400
|
'https://rpc.merlinchain.io',
|
14377
|
-
'https://merlin-mainnet-enterprise.unifra.io'
|
14401
|
+
'https://merlin-mainnet-enterprise.unifra.io',
|
14402
|
+
'https://rpc-merlin.rockx.com'
|
14378
14403
|
],
|
14379
14404
|
faucets: [],
|
14380
14405
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
@@ -15798,7 +15823,7 @@ const chainArray = [
|
|
15798
15823
|
name: 'Aura Euphoria Testnet',
|
15799
15824
|
chain: 'Aura',
|
15800
15825
|
rpc: [ 'https://jsonrpc.euphoria.aura.network' ],
|
15801
|
-
faucets: [],
|
15826
|
+
faucets: [ 'https://aura.faucetme.pro' ],
|
15802
15827
|
nativeCurrency: { name: 'test-EAura', symbol: 'eAura', decimals: 18 },
|
15803
15828
|
infoURL: 'https://aura.network',
|
15804
15829
|
shortName: 'eaura',
|
@@ -19684,7 +19709,8 @@ const chainArray = [
|
|
19684
19709
|
'https://ethereum-holesky-rpc.publicnode.com',
|
19685
19710
|
'wss://ethereum-holesky-rpc.publicnode.com',
|
19686
19711
|
'https://holesky.drpc.org',
|
19687
|
-
'wss://holesky.drpc.org'
|
19712
|
+
'wss://holesky.drpc.org',
|
19713
|
+
'https://rpc-holesky.rockx.com'
|
19688
19714
|
],
|
19689
19715
|
faucets: [
|
19690
19716
|
'https://faucet.holesky.ethpandaops.io',
|
@@ -21544,6 +21570,25 @@ const chainArray = [
|
|
21544
21570
|
}
|
21545
21571
|
]
|
21546
21572
|
},
|
21573
|
+
{
|
21574
|
+
name: 'PRM Mainnet',
|
21575
|
+
chain: 'prm',
|
21576
|
+
icon: 'prmIcon',
|
21577
|
+
rpc: [ 'https://mainnet-rpc.prmscan.org' ],
|
21578
|
+
faucets: [],
|
21579
|
+
nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
|
21580
|
+
infoURL: 'https://primalnetwork.org',
|
21581
|
+
shortName: 'prm',
|
21582
|
+
chainId: 39656,
|
21583
|
+
networkId: 39656,
|
21584
|
+
explorers: [
|
21585
|
+
{
|
21586
|
+
name: 'Primal Network',
|
21587
|
+
url: 'https://prmscan.org',
|
21588
|
+
standard: 'EIP3091'
|
21589
|
+
}
|
21590
|
+
]
|
21591
|
+
},
|
21547
21592
|
{
|
21548
21593
|
name: 'Energi Mainnet',
|
21549
21594
|
chain: 'NRG',
|
@@ -25682,6 +25727,7 @@ const chainArray = [
|
|
25682
25727
|
'https://rpc.bitlayer.org',
|
25683
25728
|
'https://rpc.bitlayer-rpc.com',
|
25684
25729
|
'https://rpc.ankr.com/bitlayer',
|
25730
|
+
'https://rpc-bitlayer.rockx.com',
|
25685
25731
|
'wss://ws.bitlayer.org',
|
25686
25732
|
'wss://ws.bitlayer-rpc.com'
|
25687
25733
|
],
|
@@ -27699,6 +27745,25 @@ const chainArray = [
|
|
27699
27745
|
}
|
27700
27746
|
]
|
27701
27747
|
},
|
27748
|
+
{
|
27749
|
+
name: 'PRM Testnet',
|
27750
|
+
chain: 'prm',
|
27751
|
+
icon: 'prmIcon',
|
27752
|
+
rpc: [ 'https://testnet-rpc.prmscan.org' ],
|
27753
|
+
faucets: [ 'https://faucet.prmscan.org' ],
|
27754
|
+
nativeCurrency: { name: 'Primal Network', symbol: 'PRM', decimals: 18 },
|
27755
|
+
infoURL: 'https://primalnetwork.org',
|
27756
|
+
shortName: 'prmtest',
|
27757
|
+
chainId: 839320,
|
27758
|
+
networkId: 839320,
|
27759
|
+
explorers: [
|
27760
|
+
{
|
27761
|
+
name: 'Primal Network Testnet',
|
27762
|
+
url: 'https://testnet-explorer.prmscan.org',
|
27763
|
+
standard: 'EIP3091'
|
27764
|
+
}
|
27765
|
+
]
|
27766
|
+
},
|
27702
27767
|
{
|
27703
27768
|
name: '4GoodNetwork',
|
27704
27769
|
chain: '4GN',
|
@@ -28907,7 +28972,8 @@ const chainArray = [
|
|
28907
28972
|
'https://ethereum-sepolia-rpc.publicnode.com',
|
28908
28973
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
28909
28974
|
'https://sepolia.drpc.org',
|
28910
|
-
'wss://sepolia.drpc.org'
|
28975
|
+
'wss://sepolia.drpc.org',
|
28976
|
+
'https://rpc-sepolia.rockx.com'
|
28911
28977
|
],
|
28912
28978
|
faucets: [
|
28913
28979
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|
@@ -28955,6 +29021,20 @@ const chainArray = [
|
|
28955
29021
|
}
|
28956
29022
|
]
|
28957
29023
|
},
|
29024
|
+
{
|
29025
|
+
name: 'COTI Devnet',
|
29026
|
+
title: 'COTI Devnet',
|
29027
|
+
chain: 'COTI',
|
29028
|
+
icon: 'coti',
|
29029
|
+
rpc: [ 'https://devnet.coti.io' ],
|
29030
|
+
faucets: [ 'https://faucet.coti.io' ],
|
29031
|
+
nativeCurrency: { name: 'COTI2', symbol: 'COTI2', decimals: 18 },
|
29032
|
+
infoURL: 'https://coti.io/',
|
29033
|
+
shortName: 'coti-devnet',
|
29034
|
+
chainId: 13068200,
|
29035
|
+
networkId: 13068200,
|
29036
|
+
explorers: []
|
29037
|
+
},
|
28958
29038
|
{
|
28959
29039
|
name: 'PepChain Churchill',
|
28960
29040
|
chain: 'PEP',
|