eth-chainlist 0.0.296 → 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 +16 -0
- package/data/chain.js +64 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.297 (2023-12-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.296 ([6a9e5e6](https://github.com/poowf/eth-chainlist/commit/6a9e5e6d7de4c5b13ffe51394d8e31693fd4a8be))
|
17
|
+
* update chain data ([58c6e33](https://github.com/poowf/eth-chainlist/commit/58c6e333371ec36e16a5e1f7c9cd9cd6a614c29e))
|
18
|
+
|
3
19
|
### 0.0.296 (2023-12-04)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4751,6 +4751,25 @@ const chainArray = [
|
|
4751
4751
|
}
|
4752
4752
|
]
|
4753
4753
|
},
|
4754
|
+
{
|
4755
|
+
name: 'Areon Network Mainnet',
|
4756
|
+
chain: 'Areon',
|
4757
|
+
icon: 'areon',
|
4758
|
+
rpc: [ 'https://mainnet-rpc.areon.network' ],
|
4759
|
+
faucets: [],
|
4760
|
+
nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
|
4761
|
+
infoURL: 'https://areon.network',
|
4762
|
+
shortName: 'area',
|
4763
|
+
chainId: 463,
|
4764
|
+
networkId: 463,
|
4765
|
+
explorers: [
|
4766
|
+
{
|
4767
|
+
name: 'AreonScan',
|
4768
|
+
url: 'https://areonscan.com',
|
4769
|
+
standard: 'none'
|
4770
|
+
}
|
4771
|
+
]
|
4772
|
+
},
|
4754
4773
|
{
|
4755
4774
|
name: 'Rupaya',
|
4756
4775
|
chain: 'RUPX',
|
@@ -5277,6 +5296,24 @@ const chainArray = [
|
|
5277
5296
|
}
|
5278
5297
|
]
|
5279
5298
|
},
|
5299
|
+
{
|
5300
|
+
name: 'Kalichain Mainnet',
|
5301
|
+
chain: 'Kalichain',
|
5302
|
+
rpc: [ 'https://rpc.kalichain.com' ],
|
5303
|
+
faucets: [],
|
5304
|
+
nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
|
5305
|
+
infoURL: 'https://kalichain.com',
|
5306
|
+
shortName: 'kalichain',
|
5307
|
+
chainId: 653,
|
5308
|
+
networkId: 653,
|
5309
|
+
explorers: [
|
5310
|
+
{
|
5311
|
+
name: 'kalichain explorer',
|
5312
|
+
url: 'https://explorer.kalichain.com',
|
5313
|
+
standard: 'EIP3091'
|
5314
|
+
}
|
5315
|
+
]
|
5316
|
+
},
|
5280
5317
|
{
|
5281
5318
|
name: 'Pixie Chain Testnet',
|
5282
5319
|
chain: 'PixieChain',
|
@@ -13518,7 +13555,7 @@ const chainArray = [
|
|
13518
13555
|
{
|
13519
13556
|
name: 'JIBCHAIN L1',
|
13520
13557
|
chain: 'JBC',
|
13521
|
-
rpc: [ 'https://rpc-l1.jibchain.net' ],
|
13558
|
+
rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
|
13522
13559
|
faucets: [],
|
13523
13560
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13524
13561
|
nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
|
@@ -21255,6 +21292,25 @@ const chainArray = [
|
|
21255
21292
|
}
|
21256
21293
|
]
|
21257
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
|
+
},
|
21258
21314
|
{
|
21259
21315
|
name: 'PepChain Churchill',
|
21260
21316
|
chain: 'PEP',
|
@@ -21534,7 +21590,7 @@ const chainArray = [
|
|
21534
21590
|
slip44: 61717561
|
21535
21591
|
},
|
21536
21592
|
{
|
21537
|
-
name: 'Autonity Bakerloo (
|
21593
|
+
name: 'Autonity Bakerloo (Barada) Testnet',
|
21538
21594
|
chain: 'AUT',
|
21539
21595
|
rpc: [
|
21540
21596
|
'https://rpc1.bakerloo.autonity.org/',
|
@@ -21543,9 +21599,9 @@ const chainArray = [
|
|
21543
21599
|
faucets: [ 'https://faucet.autonity.org/' ],
|
21544
21600
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
21545
21601
|
infoURL: 'https://autonity.org/',
|
21546
|
-
shortName: 'bakerloo-
|
21547
|
-
chainId:
|
21548
|
-
networkId:
|
21602
|
+
shortName: 'bakerloo-01',
|
21603
|
+
chainId: 65010001,
|
21604
|
+
networkId: 65010001,
|
21549
21605
|
icon: 'autonity',
|
21550
21606
|
explorers: [
|
21551
21607
|
{
|
@@ -21670,7 +21726,7 @@ const chainArray = [
|
|
21670
21726
|
]
|
21671
21727
|
},
|
21672
21728
|
{
|
21673
|
-
name: 'Neon EVM
|
21729
|
+
name: 'Neon EVM Devnet',
|
21674
21730
|
chain: 'Solana',
|
21675
21731
|
rpc: [ 'https://devnet.neonevm.org' ],
|
21676
21732
|
faucets: [ 'https://neonfaucet.org' ],
|
@@ -21681,11 +21737,6 @@ const chainArray = [
|
|
21681
21737
|
chainId: 245022926,
|
21682
21738
|
networkId: 245022926,
|
21683
21739
|
explorers: [
|
21684
|
-
{
|
21685
|
-
name: 'native',
|
21686
|
-
url: 'https://devnet.explorer.neon-labs.org',
|
21687
|
-
standard: 'EIP3091'
|
21688
|
-
},
|
21689
21740
|
{
|
21690
21741
|
name: 'neonscan',
|
21691
21742
|
url: 'https://devnet.neonscan.org',
|
@@ -21700,7 +21751,7 @@ const chainArray = [
|
|
21700
21751
|
]
|
21701
21752
|
},
|
21702
21753
|
{
|
21703
|
-
name: 'Neon EVM
|
21754
|
+
name: 'Neon EVM Mainnet',
|
21704
21755
|
chain: 'Solana',
|
21705
21756
|
rpc: [],
|
21706
21757
|
faucets: [],
|
@@ -21725,6 +21776,7 @@ const chainArray = [
|
|
21725
21776
|
},
|
21726
21777
|
{
|
21727
21778
|
name: 'Neon EVM TestNet',
|
21779
|
+
status: 'deprecated',
|
21728
21780
|
chain: 'Solana',
|
21729
21781
|
rpc: [ 'https://testnet.neonevm.org' ],
|
21730
21782
|
faucets: [],
|