eth-chainlist 0.0.419 → 0.0.420
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 +42 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.420 (2024-06-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.419 ([99fe382](https://github.com/poowf/eth-chainlist/commit/99fe38223ea091490d8a52bc21db7b204f1ca35c))
|
9
|
+
* update chain data ([fce0ceb](https://github.com/poowf/eth-chainlist/commit/fce0cebefe7450bf0248272cfd88eb4725c7ad85))
|
10
|
+
|
3
11
|
### 0.0.419 (2024-06-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -29432,6 +29432,48 @@ const chainArray = [
|
|
29432
29432
|
}
|
29433
29433
|
]
|
29434
29434
|
},
|
29435
|
+
{
|
29436
|
+
name: 'Forma',
|
29437
|
+
chain: 'Forma',
|
29438
|
+
rpc: [ 'https://rpc.forma.art' ],
|
29439
|
+
faucets: [],
|
29440
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
29441
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
29442
|
+
infoURL: 'https://forma.art',
|
29443
|
+
shortName: 'forma',
|
29444
|
+
chainId: 984122,
|
29445
|
+
networkId: 984122,
|
29446
|
+
icon: 'forma',
|
29447
|
+
explorers: [
|
29448
|
+
{
|
29449
|
+
name: 'blockscout',
|
29450
|
+
url: 'https://explorer.forma.art',
|
29451
|
+
icon: 'blockscout',
|
29452
|
+
standard: 'EIP3091'
|
29453
|
+
}
|
29454
|
+
]
|
29455
|
+
},
|
29456
|
+
{
|
29457
|
+
name: 'Forma Sketchpad',
|
29458
|
+
chain: 'Forma',
|
29459
|
+
rpc: [ 'https://rpc.sketchpad-1.forma.art' ],
|
29460
|
+
faucets: [],
|
29461
|
+
nativeCurrency: { name: 'TIA', symbol: 'TIA', decimals: 18 },
|
29462
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
29463
|
+
infoURL: 'https://forma.art',
|
29464
|
+
shortName: 'sketchpad',
|
29465
|
+
chainId: 984123,
|
29466
|
+
networkId: 984123,
|
29467
|
+
icon: 'forma',
|
29468
|
+
explorers: [
|
29469
|
+
{
|
29470
|
+
name: 'blockscout',
|
29471
|
+
url: 'https://explorer.sketchpad-1.forma.art',
|
29472
|
+
icon: 'blockscout',
|
29473
|
+
standard: 'EIP3091'
|
29474
|
+
}
|
29475
|
+
]
|
29476
|
+
},
|
29435
29477
|
{
|
29436
29478
|
name: 'Ecrox Chain Mainnet',
|
29437
29479
|
chain: 'Ecrox Chain',
|