eth-chainlist 0.0.193 → 0.0.194
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 +38 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.194 (2023-07-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.193 ([e595166](https://github.com/poowf/eth-chainlist/commit/e595166c684cb7c6e146d3834ca71f2dd6ef9c73))
|
9
|
+
* update chain data ([07deb8f](https://github.com/poowf/eth-chainlist/commit/07deb8fdcdf6987a44d2a24fbb992ce74a3e1f8d))
|
10
|
+
|
3
11
|
### 0.0.193 (2023-07-23)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -2941,6 +2941,24 @@ const chainArray = [
|
|
2941
2941
|
chainId: 208,
|
2942
2942
|
networkId: 208
|
2943
2943
|
},
|
2944
|
+
{
|
2945
|
+
name: 'Bitnet',
|
2946
|
+
chain: 'BTN',
|
2947
|
+
rpc: [ 'http://rpc.bitnet.money' ],
|
2948
|
+
faucets: [ 'https://bitnet.money/forum/showthread.php?tid=2' ],
|
2949
|
+
nativeCurrency: { name: 'Bitnet', symbol: 'BTN', decimals: 18 },
|
2950
|
+
infoURL: 'https://bitnet.money',
|
2951
|
+
shortName: 'BTN',
|
2952
|
+
chainId: 210,
|
2953
|
+
networkId: 210,
|
2954
|
+
explorers: [
|
2955
|
+
{
|
2956
|
+
name: 'Bitnet Explorer',
|
2957
|
+
url: 'https://btnscan.com',
|
2958
|
+
standard: 'EIP3091'
|
2959
|
+
}
|
2960
|
+
]
|
2961
|
+
},
|
2944
2962
|
{
|
2945
2963
|
name: 'Freight Trust Network',
|
2946
2964
|
chain: 'EDI',
|
@@ -13650,6 +13668,26 @@ const chainArray = [
|
|
13650
13668
|
}
|
13651
13669
|
]
|
13652
13670
|
},
|
13671
|
+
{
|
13672
|
+
name: 'Kinto Testnet',
|
13673
|
+
title: 'Kinto Testnet',
|
13674
|
+
chain: 'ETH',
|
13675
|
+
rpc: [ 'http://35.215.120.180:8545' ],
|
13676
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13677
|
+
faucets: [],
|
13678
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13679
|
+
infoURL: 'https://ethereum.org',
|
13680
|
+
shortName: 'keth',
|
13681
|
+
chainId: 42888,
|
13682
|
+
networkId: 42888,
|
13683
|
+
explorers: [
|
13684
|
+
{
|
13685
|
+
name: 'kintoscan',
|
13686
|
+
url: 'http://35.215.120.180:4000',
|
13687
|
+
standard: 'EIP3091'
|
13688
|
+
}
|
13689
|
+
]
|
13690
|
+
},
|
13653
13691
|
{
|
13654
13692
|
name: 'Athereum',
|
13655
13693
|
chain: 'ATH',
|