eth-chainlist 0.0.124 → 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,21 @@
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
+
11
+ ### 0.0.125 (2023-04-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.124 ([d3ac3a7](https://github.com/poowf/eth-chainlist/commit/d3ac3a7f37e015541e5732fbdb1825046fadb667))
17
+ * update chain data ([b280e44](https://github.com/poowf/eth-chainlist/commit/b280e44651954b1526bc2ac359941b4fc1b3cdc0))
18
+
3
19
  ### 0.0.124 (2023-04-11)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -7240,9 +7240,9 @@ const chainArray = [
7240
7240
  chain: 'Bitcoin EVM',
7241
7241
  rpc: [ 'https://connect.bitcoinevm.com' ],
7242
7242
  faucets: [],
7243
- nativeCurrency: { name: 'Bitcoin', symbol: 'eBTC', decimals: 18 },
7243
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
7244
7244
  infoURL: 'https://bitcoinevm.com',
7245
- shortName: 'eBTC',
7245
+ shortName: 'BTC',
7246
7246
  chainId: 2203,
7247
7247
  networkId: 2203,
7248
7248
  icon: 'ebtc',
@@ -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.124",
3
+ "version": "0.0.126",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {