eth-chainlist 0.0.297 → 0.0.298
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 +27 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.298 (2023-12-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.297 ([e1f0b53](https://github.com/poowf/eth-chainlist/commit/e1f0b53fa5f3e47e7efb899be2baa66ed2f3d8d8))
|
9
|
+
* update chain data ([7584a8d](https://github.com/poowf/eth-chainlist/commit/7584a8d94c52aec584532d5e249b18b9447adb2b))
|
10
|
+
|
3
11
|
### 0.0.297 (2023-12-05)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13555,7 +13555,7 @@ const chainArray = [
|
|
13555
13555
|
{
|
13556
13556
|
name: 'JIBCHAIN L1',
|
13557
13557
|
chain: 'JBC',
|
13558
|
-
rpc: [ 'https://rpc-l1.jibchain.net' ],
|
13558
|
+
rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
|
13559
13559
|
faucets: [],
|
13560
13560
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13561
13561
|
nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
|
@@ -21292,6 +21292,25 @@ const chainArray = [
|
|
21292
21292
|
}
|
21293
21293
|
]
|
21294
21294
|
},
|
21295
|
+
{
|
21296
|
+
name: 'OP Sepolia Testnet',
|
21297
|
+
chain: 'ETH',
|
21298
|
+
rpc: [ 'https://sepolia.optimism.io' ],
|
21299
|
+
faucets: [ 'https://app.optimism.io/faucet' ],
|
21300
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
21301
|
+
infoURL: 'https://optimism.io',
|
21302
|
+
shortName: 'opsep',
|
21303
|
+
chainId: 11155420,
|
21304
|
+
networkId: 11155420,
|
21305
|
+
explorers: [
|
21306
|
+
{
|
21307
|
+
name: 'opscout',
|
21308
|
+
url: 'https://optimism-sepolia.blockscout.com',
|
21309
|
+
icon: 'blockscout',
|
21310
|
+
standard: 'EIP3091'
|
21311
|
+
}
|
21312
|
+
]
|
21313
|
+
},
|
21295
21314
|
{
|
21296
21315
|
name: 'PepChain Churchill',
|
21297
21316
|
chain: 'PEP',
|
@@ -21571,7 +21590,7 @@ const chainArray = [
|
|
21571
21590
|
slip44: 61717561
|
21572
21591
|
},
|
21573
21592
|
{
|
21574
|
-
name: 'Autonity Bakerloo (
|
21593
|
+
name: 'Autonity Bakerloo (Barada) Testnet',
|
21575
21594
|
chain: 'AUT',
|
21576
21595
|
rpc: [
|
21577
21596
|
'https://rpc1.bakerloo.autonity.org/',
|
@@ -21580,9 +21599,9 @@ const chainArray = [
|
|
21580
21599
|
faucets: [ 'https://faucet.autonity.org/' ],
|
21581
21600
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
21582
21601
|
infoURL: 'https://autonity.org/',
|
21583
|
-
shortName: 'bakerloo-
|
21584
|
-
chainId:
|
21585
|
-
networkId:
|
21602
|
+
shortName: 'bakerloo-01',
|
21603
|
+
chainId: 65010001,
|
21604
|
+
networkId: 65010001,
|
21586
21605
|
icon: 'autonity',
|
21587
21606
|
explorers: [
|
21588
21607
|
{
|
@@ -21707,7 +21726,7 @@ const chainArray = [
|
|
21707
21726
|
]
|
21708
21727
|
},
|
21709
21728
|
{
|
21710
|
-
name: 'Neon EVM
|
21729
|
+
name: 'Neon EVM Devnet',
|
21711
21730
|
chain: 'Solana',
|
21712
21731
|
rpc: [ 'https://devnet.neonevm.org' ],
|
21713
21732
|
faucets: [ 'https://neonfaucet.org' ],
|
@@ -21718,11 +21737,6 @@ const chainArray = [
|
|
21718
21737
|
chainId: 245022926,
|
21719
21738
|
networkId: 245022926,
|
21720
21739
|
explorers: [
|
21721
|
-
{
|
21722
|
-
name: 'native',
|
21723
|
-
url: 'https://devnet.explorer.neon-labs.org',
|
21724
|
-
standard: 'EIP3091'
|
21725
|
-
},
|
21726
21740
|
{
|
21727
21741
|
name: 'neonscan',
|
21728
21742
|
url: 'https://devnet.neonscan.org',
|
@@ -21737,7 +21751,7 @@ const chainArray = [
|
|
21737
21751
|
]
|
21738
21752
|
},
|
21739
21753
|
{
|
21740
|
-
name: 'Neon EVM
|
21754
|
+
name: 'Neon EVM Mainnet',
|
21741
21755
|
chain: 'Solana',
|
21742
21756
|
rpc: [],
|
21743
21757
|
faucets: [],
|
@@ -21762,6 +21776,7 @@ const chainArray = [
|
|
21762
21776
|
},
|
21763
21777
|
{
|
21764
21778
|
name: 'Neon EVM TestNet',
|
21779
|
+
status: 'deprecated',
|
21765
21780
|
chain: 'Solana',
|
21766
21781
|
rpc: [ 'https://testnet.neonevm.org' ],
|
21767
21782
|
faucets: [],
|