eth-chainlist 0.0.222 → 0.0.224

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.224 (2023-09-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.223 ([45c3610](https://github.com/poowf/eth-chainlist/commit/45c3610f5a220925c2951a45d9d598c5937e3545))
9
+ * update chain data ([da10460](https://github.com/poowf/eth-chainlist/commit/da104605ccd1c3af9dca499a5ccfd2c888f6b505))
10
+
11
+ ### 0.0.223 (2023-08-31)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.222 ([b2380e3](https://github.com/poowf/eth-chainlist/commit/b2380e3e9fae9ff7af4ddba1b975d1a7f3a00dea))
17
+ * update chain data ([1912a9a](https://github.com/poowf/eth-chainlist/commit/1912a9abd81ad0f61bda6888417d29398c75269c))
18
+
3
19
  ### 0.0.222 (2023-08-30)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -640,7 +640,7 @@ const chainArray = [
640
640
  {
641
641
  name: 'Xpla Mainnet',
642
642
  chain: 'XPLA',
643
- rpc: [ 'https://dimension-rpc.xpla.dev' ],
643
+ rpc: [ 'https://dimension-evm-rpc.xpla.dev' ],
644
644
  faucets: [],
645
645
  nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
646
646
  infoURL: 'https://xpla.io',
@@ -651,8 +651,8 @@ const chainArray = [
651
651
  explorers: [
652
652
  {
653
653
  name: 'XPLA Explorer',
654
- url: 'https://explorer.xpla.io',
655
- standard: 'none'
654
+ url: 'https://explorer.xpla.io/mainnet',
655
+ standard: 'EIP3091'
656
656
  }
657
657
  ],
658
658
  redFlags: [ 'reusedChainId' ]
@@ -4893,27 +4893,44 @@ const chainArray = [
4893
4893
  ]
4894
4894
  },
4895
4895
  {
4896
- name: 'JuncaGlobal Chain Testnet',
4897
- chain: 'JuncaGlobal Test Chain',
4896
+ name: 'JuncaChain',
4897
+ chain: 'JuncaChain',
4898
+ rpc: [ 'https://rpc.juncachain.com' ],
4899
+ nativeCurrency: { name: 'JuncaChain Native Token', symbol: 'JGC', decimals: 18 },
4900
+ faucets: [],
4901
+ infoURL: 'https://junca-cash.world',
4902
+ shortName: 'junca',
4903
+ chainId: 668,
4904
+ networkId: 668,
4905
+ explorers: [
4906
+ {
4907
+ name: 'JuncaScan',
4908
+ url: 'https://scan.juncachain.com',
4909
+ standard: 'EIP3091'
4910
+ }
4911
+ ]
4912
+ },
4913
+ {
4914
+ name: 'JuncaChain testnet',
4915
+ chain: 'JuncaChain testnet',
4898
4916
  rpc: [
4899
4917
  'https://rpc-testnet.juncachain.com',
4900
4918
  'wss://ws-testnet.juncachain.com'
4901
4919
  ],
4902
4920
  faucets: [ 'https://faucet-testnet.juncachain.com' ],
4903
4921
  nativeCurrency: {
4904
- name: 'JuncaGlobal Chain Testnet Native Token',
4922
+ name: 'JuncaChain Testnet Native Token',
4905
4923
  symbol: 'JGCT',
4906
4924
  decimals: 18
4907
4925
  },
4908
4926
  infoURL: 'https://junca-cash.world',
4909
- shortName: 'junca',
4927
+ shortName: 'juncat',
4910
4928
  chainId: 669,
4911
4929
  networkId: 669,
4912
4930
  explorers: [
4913
4931
  {
4914
- name: 'blockscout',
4932
+ name: 'JuncaScan',
4915
4933
  url: 'https://scan-testnet.juncachain.com',
4916
- icon: 'blockscout',
4917
4934
  standard: 'EIP3091'
4918
4935
  }
4919
4936
  ]
@@ -8452,6 +8469,25 @@ const chainArray = [
8452
8469
  }
8453
8470
  ]
8454
8471
  },
8472
+ {
8473
+ name: 'Shrapnel Testnet',
8474
+ chain: 'SHRAPNEL',
8475
+ rpc: [ 'https://subnets.avax.network/shrapnel/testnet/rpc' ],
8476
+ features: [ { name: 'EIP1559' } ],
8477
+ faucets: [],
8478
+ nativeCurrency: { name: 'SHRAPG', symbol: 'SHRAPG', decimals: 18 },
8479
+ infoURL: 'https://www.shrapnel.com/',
8480
+ shortName: 'shraptest',
8481
+ chainId: 2038,
8482
+ networkId: 2038,
8483
+ explorers: [
8484
+ {
8485
+ name: 'SHRAPNEL Explorer',
8486
+ url: 'https://subnets-test.avax.network/shrapnel',
8487
+ standard: 'EIP3091'
8488
+ }
8489
+ ]
8490
+ },
8455
8491
  {
8456
8492
  name: 'OriginTrail Parachain',
8457
8493
  chain: 'OTP',
@@ -9821,7 +9857,7 @@ const chainArray = [
9821
9857
  standard: 'none'
9822
9858
  }
9823
9859
  ],
9824
- redFlags: [ 'reusedChainId' ]
9860
+ status: 'deprecated'
9825
9861
  },
9826
9862
  {
9827
9863
  name: 'Crossbell',
@@ -13208,6 +13244,25 @@ const chainArray = [
13208
13244
  }
13209
13245
  ]
13210
13246
  },
13247
+ {
13248
+ name: 'Polygon Supernet Arianee',
13249
+ chain: 'Arianee',
13250
+ rpc: [ 'https://rpc.polygonsupernet.public.arianee.net' ],
13251
+ faucets: [],
13252
+ nativeCurrency: { name: 'Arianee', symbol: 'ARIA20', decimals: 18 },
13253
+ infoURL: 'https://arianee.org',
13254
+ shortName: 'Arianee',
13255
+ chainId: 11891,
13256
+ networkId: 11891,
13257
+ explorers: [
13258
+ {
13259
+ name: 'Polygon Supernet Arianee Explorer',
13260
+ url: 'https://polygonsupernet.explorer.arianee.net',
13261
+ standard: 'EIP3091'
13262
+ }
13263
+ ],
13264
+ parent: { chain: 'eip155-1', type: 'L2' }
13265
+ },
13211
13266
  {
13212
13267
  name: 'SatoshiChain Mainnet',
13213
13268
  chain: 'SATS',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.222",
3
+ "version": "0.0.224",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {