eth-chainlist 0.0.222 → 0.0.223

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.223 (2023-08-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.222 ([b2380e3](https://github.com/poowf/eth-chainlist/commit/b2380e3e9fae9ff7af4ddba1b975d1a7f3a00dea))
9
+ * update chain data ([1912a9a](https://github.com/poowf/eth-chainlist/commit/1912a9abd81ad0f61bda6888417d29398c75269c))
10
+
3
11
  ### 0.0.222 (2023-08-30)
4
12
 
5
13
 
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,26 @@ const chainArray = [
4893
4893
  ]
4894
4894
  },
4895
4895
  {
4896
- name: 'JuncaGlobal Chain Testnet',
4897
- chain: 'JuncaGlobal Test Chain',
4896
+ name: 'JuncaChain testnet',
4897
+ chain: 'JuncaChain testnet',
4898
4898
  rpc: [
4899
4899
  'https://rpc-testnet.juncachain.com',
4900
4900
  'wss://ws-testnet.juncachain.com'
4901
4901
  ],
4902
4902
  faucets: [ 'https://faucet-testnet.juncachain.com' ],
4903
4903
  nativeCurrency: {
4904
- name: 'JuncaGlobal Chain Testnet Native Token',
4904
+ name: 'JuncaChain Testnet Native Token',
4905
4905
  symbol: 'JGCT',
4906
4906
  decimals: 18
4907
4907
  },
4908
4908
  infoURL: 'https://junca-cash.world',
4909
- shortName: 'junca',
4909
+ shortName: 'Junca',
4910
4910
  chainId: 669,
4911
4911
  networkId: 669,
4912
4912
  explorers: [
4913
4913
  {
4914
- name: 'blockscout',
4914
+ name: 'JuncaScan',
4915
4915
  url: 'https://scan-testnet.juncachain.com',
4916
- icon: 'blockscout',
4917
4916
  standard: 'EIP3091'
4918
4917
  }
4919
4918
  ]
@@ -8452,6 +8451,25 @@ const chainArray = [
8452
8451
  }
8453
8452
  ]
8454
8453
  },
8454
+ {
8455
+ name: 'Shrapnel Testnet',
8456
+ chain: 'SHRAPNEL',
8457
+ rpc: [ 'https://subnets.avax.network/shrapnel/testnet/rpc' ],
8458
+ features: [ { name: 'EIP1559' } ],
8459
+ faucets: [],
8460
+ nativeCurrency: { name: 'SHRAPG', symbol: 'SHRAPG', decimals: 18 },
8461
+ infoURL: 'https://www.shrapnel.com/',
8462
+ shortName: 'shraptest',
8463
+ chainId: 2038,
8464
+ networkId: 2038,
8465
+ explorers: [
8466
+ {
8467
+ name: 'SHRAPNEL Explorer',
8468
+ url: 'https://subnets-test.avax.network/shrapnel',
8469
+ standard: 'EIP3091'
8470
+ }
8471
+ ]
8472
+ },
8455
8473
  {
8456
8474
  name: 'OriginTrail Parachain',
8457
8475
  chain: 'OTP',
@@ -9821,7 +9839,7 @@ const chainArray = [
9821
9839
  standard: 'none'
9822
9840
  }
9823
9841
  ],
9824
- redFlags: [ 'reusedChainId' ]
9842
+ status: 'deprecated'
9825
9843
  },
9826
9844
  {
9827
9845
  name: 'Crossbell',
@@ -13208,6 +13226,25 @@ const chainArray = [
13208
13226
  }
13209
13227
  ]
13210
13228
  },
13229
+ {
13230
+ name: 'Polygon Supernet Arianee',
13231
+ chain: 'Arianee',
13232
+ rpc: [ 'https://rpc.polygonsupernet.public.arianee.net' ],
13233
+ faucets: [],
13234
+ nativeCurrency: { name: 'Arianee', symbol: 'ARIA20', decimals: 18 },
13235
+ infoURL: 'https://arianee.org',
13236
+ shortName: 'Arianee',
13237
+ chainId: 11891,
13238
+ networkId: 11891,
13239
+ explorers: [
13240
+ {
13241
+ name: 'Polygon Supernet Arianee Explorer',
13242
+ url: 'https://polygonsupernet.explorer.arianee.net',
13243
+ standard: 'EIP3091'
13244
+ }
13245
+ ],
13246
+ parent: { chain: 'eip155-1', type: 'L2' }
13247
+ },
13211
13248
  {
13212
13249
  name: 'SatoshiChain Mainnet',
13213
13250
  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.223",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {