eth-chainlist 0.0.595 → 0.0.596

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.596 (2025-01-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.595 ([df35f21](https://github.com/poowf/eth-chainlist/commit/df35f21d02ba7531db79e5ec9044757d54bab39b))
9
+ * update chain data ([4854747](https://github.com/poowf/eth-chainlist/commit/4854747c0fd979bba7d1610a500085373f2ff0f2))
10
+
3
11
  ### 0.0.595 (2025-01-26)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12733,7 +12733,7 @@ const chainArray = [
12733
12733
  ],
12734
12734
  parent: {
12735
12735
  type: 'L2',
12736
- chain: 'eip155-1',
12736
+ chain: 'eip155-11155111',
12737
12737
  bridges: [ { url: 'https://sepolia-testnet-bridge.mintchain.io' } ]
12738
12738
  }
12739
12739
  },
@@ -16433,7 +16433,7 @@ const chainArray = [
16433
16433
  {
16434
16434
  name: 'Abstract',
16435
16435
  chain: 'Abstract',
16436
- rpc: [],
16436
+ rpc: [ 'https://api.mainnet.abs.xyz' ],
16437
16437
  faucets: [],
16438
16438
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16439
16439
  infoURL: 'https://abs.xyz',
@@ -16441,8 +16441,23 @@ const chainArray = [
16441
16441
  chainId: 2741,
16442
16442
  networkId: 2741,
16443
16443
  icon: 'abstract',
16444
- explorers: [],
16445
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
16444
+ explorers: [
16445
+ {
16446
+ name: 'Etherscan',
16447
+ url: 'https://abscan.org',
16448
+ standard: 'EIP3091'
16449
+ },
16450
+ {
16451
+ name: 'Abstract Explorer',
16452
+ url: 'https://explorer.mainnet.abs.xyz',
16453
+ standard: 'EIP3091'
16454
+ }
16455
+ ],
16456
+ parent: {
16457
+ type: 'L2',
16458
+ chain: 'eip155-1',
16459
+ bridges: [ { url: 'https://portal.mainnet.abs.xyz/bridge' } ]
16460
+ }
16446
16461
  },
16447
16462
  {
16448
16463
  name: 'Nanon',
@@ -24566,6 +24581,17 @@ const chainArray = [
24566
24581
  }
24567
24582
  ]
24568
24583
  },
24584
+ {
24585
+ name: 'Chain Opera Testnet',
24586
+ chain: 'Chain Opera Testnet',
24587
+ rpc: [ 'http://40.78.123.6:8545' ],
24588
+ faucets: [],
24589
+ nativeCurrency: { name: 'coai', symbol: 'CO', decimals: 18 },
24590
+ infoURL: 'https://chainopera.ai/',
24591
+ shortName: 'chainopera-testnet',
24592
+ chainId: 10066,
24593
+ networkId: 10066
24594
+ },
24569
24595
  {
24570
24596
  name: 'Japan Open Chain Testnet',
24571
24597
  chain: 'JOCT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.595",
3
+ "version": "0.0.596",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {