eth-chainlist 0.0.453 → 0.0.454

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.454 (2024-07-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.453 ([f6388c3](https://github.com/poowf/eth-chainlist/commit/f6388c346ce30671ffa6b84c15bc3beb6277ca3c))
9
+ * update chain data ([81667e4](https://github.com/poowf/eth-chainlist/commit/81667e454e979d6a7fa71ce81613630263680ce6))
10
+
3
11
  ### 0.0.453 (2024-07-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -19527,7 +19527,7 @@ const chainArray = [
19527
19527
  {
19528
19528
  name: 'JIBCHAIN L1',
19529
19529
  chain: 'JBC',
19530
- rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
19530
+ rpc: [ 'https://rpc-l1.jibchain.net', 'https://rpc-l1.inan.in.th' ],
19531
19531
  faucets: [],
19532
19532
  icon: 'jbc',
19533
19533
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
@@ -23697,6 +23697,27 @@ const chainArray = [
23697
23697
  ],
23698
23698
  parent: { type: 'L2', chain: 'eip155-58008', bridges: [] }
23699
23699
  },
23700
+ {
23701
+ name: 'Nexa MetaNet',
23702
+ chain: 'NEXA',
23703
+ rpc: [ 'https://nexa.sh/metanet' ],
23704
+ faucets: [],
23705
+ nativeCurrency: { name: 'Nexa', symbol: 'NEXA', decimals: 18 },
23706
+ infoURL: 'https://nexa.sh/meta',
23707
+ shortName: 'nexameta',
23708
+ chainId: 29223,
23709
+ networkId: 29223,
23710
+ slip44: 29223,
23711
+ icon: 'nexameta',
23712
+ explorers: [
23713
+ {
23714
+ name: 'NexaShell',
23715
+ url: 'https://nexa.sh',
23716
+ standard: 'none',
23717
+ icon: 'nexashell'
23718
+ }
23719
+ ]
23720
+ },
23700
23721
  {
23701
23722
  name: 'KaiChain Testnet',
23702
23723
  chain: 'KaiChain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.453",
3
+ "version": "0.0.454",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {