eth-chainlist 0.0.324 → 0.0.325

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.325 (2024-01-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.324 ([2d39372](https://github.com/poowf/eth-chainlist/commit/2d393724fcd16d24967a4aa97755c9cac2ded95c))
9
+ * update chain data ([4f16a40](https://github.com/poowf/eth-chainlist/commit/4f16a403c166208cfe58fe1af9db5898654a0655))
10
+
3
11
  ### 0.0.324 (2024-01-22)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5446,6 +5446,25 @@ const chainArray = [
5446
5446
  }
5447
5447
  ]
5448
5448
  },
5449
+ {
5450
+ name: 'EIOB Mainnet',
5451
+ chain: 'EIOB',
5452
+ icon: 'eiob',
5453
+ rpc: [ 'https://rpc.eiob.xyz' ],
5454
+ faucets: [],
5455
+ nativeCurrency: { name: 'EIOB', symbol: 'EIOB', decimals: 18 },
5456
+ infoURL: '',
5457
+ shortName: 'eiob',
5458
+ chainId: 612,
5459
+ networkId: 612,
5460
+ explorers: [
5461
+ {
5462
+ name: 'EIOB Explorer',
5463
+ url: 'https://explorer.eiob.xyz',
5464
+ standard: 'none'
5465
+ }
5466
+ ]
5467
+ },
5449
5468
  {
5450
5469
  name: 'Graphlinq Blockchain Mainnet',
5451
5470
  chain: 'GLQ Blockchain',
@@ -16549,6 +16568,26 @@ const chainArray = [
16549
16568
  }
16550
16569
  ]
16551
16570
  },
16571
+ {
16572
+ name: 'Jono11 Subnet',
16573
+ chain: 'JONO11',
16574
+ icon: 'jono11',
16575
+ rpc: [ 'https://subnets.avax.network/jono11/testnet/rpc' ],
16576
+ features: [ { name: 'EIP1559' } ],
16577
+ faucets: [],
16578
+ nativeCurrency: { name: 'Jono11 Token', symbol: 'JONO', decimals: 18 },
16579
+ infoURL: '',
16580
+ shortName: 'jono11',
16581
+ chainId: 20765,
16582
+ networkId: 20765,
16583
+ explorers: [
16584
+ {
16585
+ name: 'JONO11 Explorer',
16586
+ url: 'https://subnets-test.avax.network/jono11',
16587
+ standard: 'EIP3091'
16588
+ }
16589
+ ]
16590
+ },
16552
16591
  {
16553
16592
  name: 'CENNZnet Azalea',
16554
16593
  chain: 'CENNZnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.324",
3
+ "version": "0.0.325",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {