eth-chainlist 0.0.169 → 0.0.170
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 +57 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.170 (2023-06-16)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.169 ([d8a80af](https://github.com/poowf/eth-chainlist/commit/d8a80afd2deef913854c8a5f424d350f1dc432df))
|
9
|
+
* update chain data ([d01eb91](https://github.com/poowf/eth-chainlist/commit/d01eb9101ceb6fdf0acf0b1df9f5d152b7672bd7))
|
10
|
+
|
3
11
|
### 0.0.169 (2023-06-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1728,17 +1728,26 @@ const chainArray = [
|
|
1728
1728
|
]
|
1729
1729
|
},
|
1730
1730
|
{
|
1731
|
-
name: '
|
1732
|
-
chain: '
|
1733
|
-
rpc: [ 'https://
|
1734
|
-
faucets: [],
|
1735
|
-
nativeCurrency: { name: '
|
1736
|
-
|
1737
|
-
|
1731
|
+
name: 'CamDL Mainnet',
|
1732
|
+
chain: 'CADL',
|
1733
|
+
rpc: [ 'https://rpc1.camdl.gov.kh/' ],
|
1734
|
+
faucets: [ 'https://faucet.camdl.gov.kh/' ],
|
1735
|
+
nativeCurrency: { name: 'CADL', symbol: 'CADL', decimals: 18 },
|
1736
|
+
features: [ { name: 'EIP155' } ],
|
1737
|
+
infoURL: 'https://camdl.gov.kh/',
|
1738
|
+
shortName: 'camdl',
|
1738
1739
|
chainId: 95,
|
1739
1740
|
networkId: 95,
|
1740
|
-
|
1741
|
-
|
1741
|
+
redFlags: [ 'reusedChainId' ],
|
1742
|
+
icon: 'camdl',
|
1743
|
+
explorers: [
|
1744
|
+
{
|
1745
|
+
name: 'CamDL Block Explorer',
|
1746
|
+
url: 'https://explorer.camdl.gov.kh',
|
1747
|
+
standard: 'EIP3091'
|
1748
|
+
}
|
1749
|
+
],
|
1750
|
+
status: 'active'
|
1742
1751
|
},
|
1743
1752
|
{
|
1744
1753
|
name: 'Bitkub Chain',
|
@@ -13308,6 +13317,27 @@ const chainArray = [
|
|
13308
13317
|
}
|
13309
13318
|
]
|
13310
13319
|
},
|
13320
|
+
{
|
13321
|
+
name: 'Titan',
|
13322
|
+
chain: 'ETH',
|
13323
|
+
rpc: [
|
13324
|
+
'https://rpc.titan.tokamak.network',
|
13325
|
+
'wss://rpc.titan.tokamak.network/ws'
|
13326
|
+
],
|
13327
|
+
faucets: [],
|
13328
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13329
|
+
infoURL: 'https://tokamak.network',
|
13330
|
+
shortName: 'teth',
|
13331
|
+
chainId: 55004,
|
13332
|
+
networkId: 55004,
|
13333
|
+
explorers: [
|
13334
|
+
{
|
13335
|
+
name: 'blockscout',
|
13336
|
+
url: 'https://explorer.titan.tokamak.network',
|
13337
|
+
standard: 'EIP3091'
|
13338
|
+
}
|
13339
|
+
]
|
13340
|
+
},
|
13311
13341
|
{
|
13312
13342
|
name: 'REI Chain Mainnet',
|
13313
13343
|
chain: 'REI',
|
@@ -16508,6 +16538,24 @@ const chainArray = [
|
|
16508
16538
|
networkId: 7762959,
|
16509
16539
|
slip44: 184
|
16510
16540
|
},
|
16541
|
+
{
|
16542
|
+
name: 'Zora',
|
16543
|
+
chain: 'ETH',
|
16544
|
+
rpc: [ 'https://rpc.zora.co/' ],
|
16545
|
+
faucets: [],
|
16546
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
16547
|
+
infoURL: 'https://zora.co',
|
16548
|
+
shortName: 'zora',
|
16549
|
+
chainId: 7777777,
|
16550
|
+
networkId: 7777777,
|
16551
|
+
explorers: [
|
16552
|
+
{
|
16553
|
+
name: 'Zora Network Explorer',
|
16554
|
+
url: 'https://explorer.zora.co',
|
16555
|
+
standard: 'EIP3091'
|
16556
|
+
}
|
16557
|
+
]
|
16558
|
+
},
|
16511
16559
|
{
|
16512
16560
|
name: 'Plian Mainnet Subchain 1',
|
16513
16561
|
chain: 'Plian',
|