eth-chainlist 0.0.340 → 0.0.342
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 +44 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.342 (2024-02-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.341 ([c3b814c](https://github.com/poowf/eth-chainlist/commit/c3b814c551eb36b18a8cc86cdb4e16627e4183c0))
|
9
|
+
* update chain data ([c5ed3a2](https://github.com/poowf/eth-chainlist/commit/c5ed3a2275316eec51f9746c8079a814d645c35c))
|
10
|
+
|
11
|
+
### 0.0.341 (2024-02-16)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.340 ([e063f16](https://github.com/poowf/eth-chainlist/commit/e063f1661632b7f40ef6df43176a346ee0a64137))
|
17
|
+
* update chain data ([78a847d](https://github.com/poowf/eth-chainlist/commit/78a847d8e7ac24a58ccbf728f3ef53e06edfd2d6))
|
18
|
+
|
3
19
|
### 0.0.340 (2024-02-15)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -13283,7 +13283,7 @@ const chainArray = [
|
|
13283
13283
|
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
13284
13284
|
],
|
13285
13285
|
faucets: [],
|
13286
|
-
nativeCurrency: { name: '
|
13286
|
+
nativeCurrency: { name: 'TANGO', symbol: 'TANGO', decimals: 18 },
|
13287
13287
|
infoURL: 'https://tanssi.network',
|
13288
13288
|
shortName: 'TanssiCC',
|
13289
13289
|
chainId: 5678,
|
@@ -15371,6 +15371,27 @@ const chainArray = [
|
|
15371
15371
|
}
|
15372
15372
|
]
|
15373
15373
|
},
|
15374
|
+
{
|
15375
|
+
name: 'Dela Sepolia Testnet',
|
15376
|
+
chain: 'ETH',
|
15377
|
+
rpc: [ 'https://sepolia-dela.deperp.com' ],
|
15378
|
+
faucets: [],
|
15379
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
15380
|
+
infoURL: 'https://www.deperp.com/dela',
|
15381
|
+
shortName: 'delasep',
|
15382
|
+
chainId: 9393,
|
15383
|
+
networkId: 9393,
|
15384
|
+
slip44: 1,
|
15385
|
+
icon: 'delaTestnet',
|
15386
|
+
explorers: [
|
15387
|
+
{
|
15388
|
+
name: 'basescout',
|
15389
|
+
url: 'https://sepolia-delascan.deperp.com',
|
15390
|
+
icon: 'blockscout',
|
15391
|
+
standard: 'EIP3091'
|
15392
|
+
}
|
15393
|
+
]
|
15394
|
+
},
|
15374
15395
|
{
|
15375
15396
|
name: 'Evoke Mainnet',
|
15376
15397
|
chain: 'MTHN',
|
@@ -18851,6 +18872,28 @@ const chainArray = [
|
|
18851
18872
|
}
|
18852
18873
|
]
|
18853
18874
|
},
|
18875
|
+
{
|
18876
|
+
name: 'GUNZ Testnet',
|
18877
|
+
chain: 'tGUN',
|
18878
|
+
rpc: [
|
18879
|
+
'https://rpc.gunz.dev/ext/bc/ryk9vkvNuKtewME2PeCgybo9sdWXGmCkBrrx4VPuZPdVdAak8/rpc'
|
18880
|
+
],
|
18881
|
+
faucets: [],
|
18882
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18883
|
+
nativeCurrency: { name: 'GUN', symbol: 'GUN', decimals: 18 },
|
18884
|
+
icon: 'guntestnet',
|
18885
|
+
infoURL: 'https://gunbygunz.com',
|
18886
|
+
shortName: 'Stork',
|
18887
|
+
chainId: 49321,
|
18888
|
+
networkId: 49321,
|
18889
|
+
explorers: [
|
18890
|
+
{
|
18891
|
+
name: 'blockscout',
|
18892
|
+
url: 'https://testnet.gunzscan.io',
|
18893
|
+
standard: 'EIP3091'
|
18894
|
+
}
|
18895
|
+
]
|
18896
|
+
},
|
18854
18897
|
{
|
18855
18898
|
name: 'Energi Testnet',
|
18856
18899
|
chain: 'NRG',
|