eth-chainlist 0.0.681 → 0.0.682

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.682 (2025-08-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.681 ([d0e115c](https://github.com/poowf/eth-chainlist/commit/d0e115c30208cedaa2a2d92ce2fcc2e99da8dfd8))
9
+ * update chain data ([384239f](https://github.com/poowf/eth-chainlist/commit/384239ff9ead9792800b6aa3d17faa437a4b56ea))
10
+
3
11
  ### 0.0.681 (2025-08-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -21263,6 +21263,30 @@ const chainArray = [
21263
21263
  }
21264
21264
  ]
21265
21265
  },
21266
+ {
21267
+ name: 'MANTRACHAIN Testnet',
21268
+ chain: 'Dukong',
21269
+ rpc: [
21270
+ 'https://evm.dukong.mantrachain.io',
21271
+ 'wss://evm.dukong.mantrachain.io/ws'
21272
+ ],
21273
+ faucets: [ 'https://faucet.dukong.mantrachain.io' ],
21274
+ nativeCurrency: { name: 'OM', symbol: 'OM', decimals: 18 },
21275
+ infoURL: 'https://mantrachain.io',
21276
+ shortName: 'dukong',
21277
+ chainId: 5887,
21278
+ networkId: 5887,
21279
+ slip44: 1,
21280
+ icon: 'om',
21281
+ explorers: [
21282
+ {
21283
+ name: 'Dukong Explorer',
21284
+ url: 'http://mantrascan.io',
21285
+ standard: 'none',
21286
+ icon: 'om'
21287
+ }
21288
+ ]
21289
+ },
21266
21290
  {
21267
21291
  name: 'BounceBit Testnet',
21268
21292
  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.682",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {