eth-chainlist 0.0.461 → 0.0.462
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 +20 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.462 (2024-08-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.461 ([05bdd41](https://github.com/poowf/eth-chainlist/commit/05bdd411e9f5a0e502a2caa28a17c0f03691a81f))
|
|
9
|
+
* update chain data ([390f97a](https://github.com/poowf/eth-chainlist/commit/390f97ae9bdc7d4dd73d3d9558b07b33e1c87e0d))
|
|
10
|
+
|
|
3
11
|
### 0.0.461 (2024-08-09)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -22089,7 +22089,7 @@ const chainArray = [
|
|
|
22089
22089
|
chain: 'Gravity',
|
|
22090
22090
|
rpc: [ 'https://rpc-sepolia.gravity.xyz' ],
|
|
22091
22091
|
faucets: [],
|
|
22092
|
-
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G
|
|
22092
|
+
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G', decimals: 18 },
|
|
22093
22093
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
|
|
22094
22094
|
infoURL: 'https://gravity.xyz',
|
|
22095
22095
|
shortName: 'gravitysep',
|
|
@@ -24549,6 +24549,25 @@ const chainArray = [
|
|
|
24549
24549
|
}
|
|
24550
24550
|
]
|
|
24551
24551
|
},
|
|
24552
|
+
{
|
|
24553
|
+
name: 'Curtis',
|
|
24554
|
+
chain: 'Curtis',
|
|
24555
|
+
rpc: [ 'https://curtis.rpc.caldera.xyz/http' ],
|
|
24556
|
+
faucets: [ 'https://curtis.hub.caldera.xyz' ],
|
|
24557
|
+
nativeCurrency: { name: 'ApeCoin', symbol: 'APE', decimals: 18 },
|
|
24558
|
+
infoURL: 'https://curtis.hub.caldera.xyz',
|
|
24559
|
+
shortName: 'curtis',
|
|
24560
|
+
chainId: 33111,
|
|
24561
|
+
networkId: 33111,
|
|
24562
|
+
icon: 'curtis',
|
|
24563
|
+
explorers: [
|
|
24564
|
+
{
|
|
24565
|
+
name: 'Curtis Explorer',
|
|
24566
|
+
url: 'https://curtis.explorer.caldera.xyz',
|
|
24567
|
+
standard: 'EIP3091'
|
|
24568
|
+
}
|
|
24569
|
+
]
|
|
24570
|
+
},
|
|
24552
24571
|
{
|
|
24553
24572
|
name: 'Entangle Testnet',
|
|
24554
24573
|
chain: 'NGL',
|