eth-chainlist 0.0.681 → 0.0.683

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.683 (2025-09-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.682 ([a799010](https://github.com/poowf/eth-chainlist/commit/a799010db6c5c9e26373d640251b98dcd3f8c388))
9
+ * update chain data ([7a30938](https://github.com/poowf/eth-chainlist/commit/7a30938c0abeace084380111e4a284bf520c02bd))
10
+
11
+ ### 0.0.682 (2025-08-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.681 ([d0e115c](https://github.com/poowf/eth-chainlist/commit/d0e115c30208cedaa2a2d92ce2fcc2e99da8dfd8))
17
+ * update chain data ([384239f](https://github.com/poowf/eth-chainlist/commit/384239ff9ead9792800b6aa3d17faa437a4b56ea))
18
+
3
19
  ### 0.0.681 (2025-08-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3632,8 +3632,8 @@ const chainArray = [
3632
3632
  parent: { type: 'L2', chain: 'eip155-1' }
3633
3633
  },
3634
3634
  {
3635
- name: 'ABEY Testnet',
3636
- chain: 'ABEY',
3635
+ name: 'Abey Testnet',
3636
+ chain: 'Abey',
3637
3637
  rpc: [ 'https://testrpc.abeychain.com' ],
3638
3638
  features: [ { name: 'EIP155' } ],
3639
3639
  faucets: [ 'https://testnet-faucet.abeychain.com' ],
@@ -3642,17 +3642,19 @@ const chainArray = [
3642
3642
  shortName: 'abeyt',
3643
3643
  chainId: 178,
3644
3644
  networkId: 178,
3645
+ icon: 'abey',
3645
3646
  explorers: [
3646
3647
  {
3647
3648
  name: 'abeyscan-testnet',
3648
3649
  url: 'https://testnet.abeyscan.com',
3650
+ icon: 'abey',
3649
3651
  standard: 'EIP3091'
3650
3652
  }
3651
3653
  ]
3652
3654
  },
3653
3655
  {
3654
- name: 'ABEY Mainnet',
3655
- chain: 'ABEY',
3656
+ name: 'Abey Mainnet',
3657
+ chain: 'Abey',
3656
3658
  rpc: [ 'https://rpc.abeychain.com' ],
3657
3659
  features: [ { name: 'EIP155' } ],
3658
3660
  faucets: [],
@@ -3661,10 +3663,12 @@ const chainArray = [
3661
3663
  shortName: 'abey',
3662
3664
  chainId: 179,
3663
3665
  networkId: 179,
3666
+ icon: 'abey',
3664
3667
  explorers: [
3665
3668
  {
3666
3669
  name: 'abeyscan',
3667
3670
  url: 'https://abeyscan.com',
3671
+ icon: 'abey',
3668
3672
  standard: 'EIP3091'
3669
3673
  }
3670
3674
  ]
@@ -13001,6 +13005,30 @@ const chainArray = [
13001
13005
  }
13002
13006
  ]
13003
13007
  },
13008
+ {
13009
+ name: 'OpenLedger Mainnet',
13010
+ chain: 'OpenLedger',
13011
+ rpc: [ 'https://rpc.openledger.xyz' ],
13012
+ faucets: [],
13013
+ nativeCurrency: { name: 'Open', symbol: 'OPEN', decimals: 18 },
13014
+ infoURL: 'https://www.openledger.xyz',
13015
+ shortName: 'open',
13016
+ chainId: 1612,
13017
+ networkId: 1612,
13018
+ icon: 'openledger',
13019
+ explorers: [
13020
+ {
13021
+ name: 'OpenLedger Explorer',
13022
+ url: 'https://scan.openledger.xyz',
13023
+ standard: 'EIP3091'
13024
+ }
13025
+ ],
13026
+ parent: {
13027
+ type: 'L2',
13028
+ chain: 'eip155-1',
13029
+ bridges: [ { url: 'https://bridge.openledger.xyz/' } ]
13030
+ }
13031
+ },
13004
13032
  {
13005
13033
  name: 'Ethereum Inscription Mainnet',
13006
13034
  chain: 'ETINS',
@@ -21263,6 +21291,30 @@ const chainArray = [
21263
21291
  }
21264
21292
  ]
21265
21293
  },
21294
+ {
21295
+ name: 'MANTRACHAIN Testnet',
21296
+ chain: 'Dukong',
21297
+ rpc: [
21298
+ 'https://evm.dukong.mantrachain.io',
21299
+ 'wss://evm.dukong.mantrachain.io/ws'
21300
+ ],
21301
+ faucets: [ 'https://faucet.dukong.mantrachain.io' ],
21302
+ nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
21303
+ infoURL: 'https://mantrachain.io',
21304
+ shortName: 'dukong',
21305
+ chainId: 5887,
21306
+ networkId: 5887,
21307
+ slip44: 1,
21308
+ icon: 'om',
21309
+ explorers: [
21310
+ {
21311
+ name: 'Dukong Explorer',
21312
+ url: 'http://mantrascan.io',
21313
+ standard: 'none',
21314
+ icon: 'om'
21315
+ }
21316
+ ]
21317
+ },
21266
21318
  {
21267
21319
  name: 'BounceBit Testnet',
21268
21320
  chain: 'BounceBit',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.681",
3
+ "version": "0.0.683",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {