eth-chainlist 0.0.125 → 0.0.126

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.126 (2023-04-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.125 ([e0a17e7](https://github.com/poowf/eth-chainlist/commit/e0a17e75e868a3c953d0f8f31fe19d5d00722755))
9
+ * update chain data ([273c456](https://github.com/poowf/eth-chainlist/commit/273c456dfe5d248ede05847ee44a5f23ee9d2491))
10
+
3
11
  ### 0.0.125 (2023-04-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10710,6 +10710,27 @@ const chainArray = [
10710
10710
  chainId: 16001,
10711
10711
  networkId: 16001
10712
10712
  },
10713
+ {
10714
+ name: 'IRIShub Testnet',
10715
+ chain: 'IRIShub',
10716
+ rpc: [ 'http://34.80.202.172:8545' ],
10717
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
10718
+ faucets: [],
10719
+ nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
10720
+ infoURL: 'https://www.irisnet.org',
10721
+ shortName: 'nyancat',
10722
+ chainId: 16688,
10723
+ networkId: 16688,
10724
+ icon: 'nyancat',
10725
+ explorers: [
10726
+ {
10727
+ name: 'IRISHub Testnet Cosmos Explorer (IOBScan)',
10728
+ url: 'https://nyancat.iobscan.io',
10729
+ standard: 'none',
10730
+ icon: 'nyancat'
10731
+ }
10732
+ ]
10733
+ },
10713
10734
  {
10714
10735
  name: 'AirDAO Mainnet',
10715
10736
  chain: 'ambnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.125",
3
+ "version": "0.0.126",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {