eth-chainlist 0.0.428 → 0.0.429

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.429 (2024-06-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.428 ([e490bbb](https://github.com/poowf/eth-chainlist/commit/e490bbb2a7831aad8e6f5a696c03b9cab1f934b9))
9
+ * update chain data ([c999c49](https://github.com/poowf/eth-chainlist/commit/c999c4932ff9cca724542fa5e905c77d44a5811c))
10
+
3
11
  ### 0.0.428 (2024-06-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9211,6 +9211,29 @@ const chainArray = [
9211
9211
  }
9212
9212
  ]
9213
9213
  },
9214
+ {
9215
+ name: 'Cuckoo Sepolia',
9216
+ title: 'Cuckoo AI Testnet Sepolia',
9217
+ chain: 'CuckooAI',
9218
+ icon: 'cuckoo-ai',
9219
+ rpc: [
9220
+ 'https://testnet-rpc.cuckoo.network',
9221
+ 'wss://testnet-rpc.cuckoo.network'
9222
+ ],
9223
+ faucets: [ 'https://cuckoo.network/portal/faucet/' ],
9224
+ nativeCurrency: { name: 'CuckooAI', symbol: 'CAI', decimals: 18 },
9225
+ infoURL: 'https://cuckoo.network',
9226
+ shortName: 'caisepolia',
9227
+ chainId: 1210,
9228
+ networkId: 1210,
9229
+ explorers: [
9230
+ {
9231
+ name: 'Cuckoo Sepolia Explorer',
9232
+ url: 'https://testnet-scan.cuckoo.network',
9233
+ standard: 'EIP3091'
9234
+ }
9235
+ ]
9236
+ },
9214
9237
  {
9215
9238
  name: 'Popcateum Mainnet',
9216
9239
  chain: 'POPCATEUM',
@@ -24331,6 +24354,26 @@ const chainArray = [
24331
24354
  }
24332
24355
  ]
24333
24356
  },
24357
+ {
24358
+ name: 'COINSEC',
24359
+ title: 'COINSEC Network',
24360
+ chain: 'coinsecnetwork',
24361
+ icon: 'coinsec',
24362
+ rpc: [ 'https://mainnet-rpc.coinsec.network' ],
24363
+ faucets: [],
24364
+ nativeCurrency: { name: 'COINSEC', symbol: 'SEC', decimals: 18 },
24365
+ infoURL: 'https://explorer.coinsec.network/',
24366
+ shortName: 'coinsecnetwork',
24367
+ chainId: 57451,
24368
+ networkId: 57451,
24369
+ explorers: [
24370
+ {
24371
+ name: 'coinsec network',
24372
+ url: 'https://explorer.coinsec.network',
24373
+ standard: 'EIP3091'
24374
+ }
24375
+ ]
24376
+ },
24334
24377
  {
24335
24378
  name: 'Sepolia PGN (Public Goods Network)',
24336
24379
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.428",
3
+ "version": "0.0.429",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {