eth-chainlist 0.0.781 → 0.0.782
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 +23 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.782 (2026-05-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.781 ([789ac8f](https://github.com/poowf/eth-chainlist/commit/789ac8f120b6b105abbbe47bc9d07cdfdc12d3ba))
|
|
9
|
+
* update chain data ([bc452fb](https://github.com/poowf/eth-chainlist/commit/bc452fb66ba9754ba2a043ac3ed97fdb1985b71c))
|
|
10
|
+
|
|
3
11
|
### 0.0.781 (2026-05-26)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -7561,14 +7561,14 @@ const chainArray = [
|
|
|
7561
7561
|
]
|
|
7562
7562
|
},
|
|
7563
7563
|
{
|
|
7564
|
-
name: '
|
|
7564
|
+
name: 'Pontes-Appia DLT',
|
|
7565
7565
|
chain: 'BESU',
|
|
7566
7566
|
icon: 'ethereum',
|
|
7567
7567
|
rpc: [],
|
|
7568
7568
|
faucets: [],
|
|
7569
|
-
nativeCurrency: { name: '
|
|
7569
|
+
nativeCurrency: { name: 'AppiaToken', symbol: 'ATK', decimals: 18 },
|
|
7570
7570
|
infoURL: 'https://www.tuosito.it',
|
|
7571
|
-
shortName: '
|
|
7571
|
+
shortName: 'appia-540',
|
|
7572
7572
|
chainId: 540,
|
|
7573
7573
|
networkId: 540,
|
|
7574
7574
|
explorers: []
|
|
@@ -42244,6 +42244,26 @@ const chainArray = [
|
|
|
42244
42244
|
}
|
|
42245
42245
|
]
|
|
42246
42246
|
},
|
|
42247
|
+
{
|
|
42248
|
+
name: 'Gravity',
|
|
42249
|
+
chain: 'Gravity',
|
|
42250
|
+
icon: 'gravity',
|
|
42251
|
+
rpc: [ 'https://mainnet-rpc.gravity.xyz' ],
|
|
42252
|
+
faucets: [],
|
|
42253
|
+
nativeCurrency: { name: 'Gravity', symbol: 'G', decimals: 18 },
|
|
42254
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
42255
|
+
infoURL: 'https://gravity.xyz',
|
|
42256
|
+
shortName: 'grav',
|
|
42257
|
+
chainId: 127001,
|
|
42258
|
+
networkId: 127001,
|
|
42259
|
+
explorers: [
|
|
42260
|
+
{
|
|
42261
|
+
name: 'Gravity Mainnet Explorer',
|
|
42262
|
+
url: 'https://mainnet-explorer.gravity.xyz',
|
|
42263
|
+
standard: 'EIP3091'
|
|
42264
|
+
}
|
|
42265
|
+
]
|
|
42266
|
+
},
|
|
42247
42267
|
{
|
|
42248
42268
|
name: 'Etherlink Shadownet Testnet',
|
|
42249
42269
|
chain: 'Etherlink',
|