eth-chainlist 0.0.191 → 0.0.192
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 +52 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.192 (2023-07-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.191 ([ebd688c](https://github.com/poowf/eth-chainlist/commit/ebd688c6174dfac7dc714fb6be5e87da91821ed3))
|
9
|
+
* update chain data ([b3abd9e](https://github.com/poowf/eth-chainlist/commit/b3abd9e298d28caa8ee1fd258a4cb30ec8b7ae3e))
|
10
|
+
|
3
11
|
### 0.0.191 (2023-07-21)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -9776,6 +9776,58 @@ const chainArray = [
|
|
9776
9776
|
}
|
9777
9777
|
]
|
9778
9778
|
},
|
9779
|
+
{
|
9780
|
+
name: 'Treasurenet Mainnet Alpha',
|
9781
|
+
chain: 'Treasurenet Mainnet Alpha',
|
9782
|
+
icon: 'treasurenet',
|
9783
|
+
rpc: [
|
9784
|
+
'https://node0.treasurenet.io',
|
9785
|
+
'https://node1.treasurenet.io',
|
9786
|
+
'https://node2.treasurenet.io',
|
9787
|
+
'https://node3.treasurenet.io'
|
9788
|
+
],
|
9789
|
+
features: [ { name: 'EIP155' } ],
|
9790
|
+
faucets: [],
|
9791
|
+
nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
|
9792
|
+
infoURL: 'https://www.treasurenet.io',
|
9793
|
+
shortName: 'treasurenet',
|
9794
|
+
chainId: 5002,
|
9795
|
+
networkId: 5002,
|
9796
|
+
explorers: [
|
9797
|
+
{
|
9798
|
+
name: 'Treasurenet EVM BlockExplorer',
|
9799
|
+
url: 'https://evmexplorer.treasurenet.io',
|
9800
|
+
icon: 'treasurenet',
|
9801
|
+
standard: 'none'
|
9802
|
+
}
|
9803
|
+
]
|
9804
|
+
},
|
9805
|
+
{
|
9806
|
+
name: 'Treasurenet Testnet',
|
9807
|
+
chain: 'Treasurenet Testnet',
|
9808
|
+
icon: 'treasurenet',
|
9809
|
+
rpc: [
|
9810
|
+
'https://node0.testnet.treasurenet.io',
|
9811
|
+
'https://node1.testnet.treasurenet.io',
|
9812
|
+
'https://node2.testnet.treasurenet.io',
|
9813
|
+
'https://node3.testnet.treasurenet.io'
|
9814
|
+
],
|
9815
|
+
features: [ { name: 'EIP155' } ],
|
9816
|
+
faucets: [],
|
9817
|
+
nativeCurrency: { name: 'UNIT', symbol: 'UNIT', decimals: 18 },
|
9818
|
+
infoURL: 'https://www.testnet.treasurenet.io',
|
9819
|
+
shortName: 'tntest',
|
9820
|
+
chainId: 5005,
|
9821
|
+
networkId: 5005,
|
9822
|
+
explorers: [
|
9823
|
+
{
|
9824
|
+
name: 'Treasurenet EVM BlockExplorer',
|
9825
|
+
url: 'https://evmexplorer.testnet.treasurenet.io',
|
9826
|
+
icon: 'treasurenet',
|
9827
|
+
standard: 'none'
|
9828
|
+
}
|
9829
|
+
]
|
9830
|
+
},
|
9779
9831
|
{
|
9780
9832
|
name: 'Fastex Chain (Bahamut)',
|
9781
9833
|
title: 'Bahamut mainnet Sahara',
|