eth-chainlist 0.0.428 → 0.0.430

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.430 (2024-06-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.429 ([1530a0a](https://github.com/poowf/eth-chainlist/commit/1530a0adbaedfc429874a9ae3b9f5575bff2b982))
9
+ * update chain data ([1ccdec3](https://github.com/poowf/eth-chainlist/commit/1ccdec3e52f6c8264a2d0196b16c5b8b4c61002c))
10
+
11
+ ### 0.0.429 (2024-06-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.428 ([e490bbb](https://github.com/poowf/eth-chainlist/commit/e490bbb2a7831aad8e6f5a696c03b9cab1f934b9))
17
+ * update chain data ([c999c49](https://github.com/poowf/eth-chainlist/commit/c999c4932ff9cca724542fa5e905c77d44a5811c))
18
+
3
19
  ### 0.0.428 (2024-06-11)
4
20
 
5
21
 
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',
@@ -9774,6 +9797,28 @@ const chainArray = [
9774
9797
  }
9775
9798
  ]
9776
9799
  },
9800
+ {
9801
+ name: 'Sei Testnet',
9802
+ chain: 'Sei',
9803
+ rpc: [
9804
+ 'https://evm-rpc-testnet.sei-apis.com',
9805
+ 'wss://evm-ws-testnet.sei-apis.com'
9806
+ ],
9807
+ faucets: [ 'https://atlantic-2.app.sei.io/faucet' ],
9808
+ nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
9809
+ infoURL: 'https://www.sei.io',
9810
+ shortName: 'sei-testnet',
9811
+ chainId: 1328,
9812
+ networkId: 1328,
9813
+ icon: 'sei',
9814
+ explorers: [
9815
+ {
9816
+ name: 'Seitrace',
9817
+ url: 'https://seitrace.com',
9818
+ standard: 'EIP3091'
9819
+ }
9820
+ ]
9821
+ },
9777
9822
  {
9778
9823
  name: 'Sei Network',
9779
9824
  chain: 'Sei',
@@ -14773,6 +14818,27 @@ const chainArray = [
14773
14818
  }
14774
14819
  ]
14775
14820
  },
14821
+ {
14822
+ name: 'Bahamut ocean',
14823
+ title: 'Bahamut ocean',
14824
+ chain: 'Bahamut',
14825
+ icon: 'bahamut',
14826
+ rpc: [ 'https://rpc1.ocean.bahamutchain.com' ],
14827
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14828
+ faucets: [],
14829
+ nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
14830
+ shortName: 'ocean',
14831
+ infoURL: 'https://bahamut.io',
14832
+ chainId: 4058,
14833
+ networkId: 4058,
14834
+ explorers: [
14835
+ {
14836
+ name: 'blockscout',
14837
+ url: 'https://ocean.ftnscan.com',
14838
+ standard: 'none'
14839
+ }
14840
+ ]
14841
+ },
14776
14842
  {
14777
14843
  name: 'Nahmii 3 Mainnet',
14778
14844
  chain: 'Nahmii',
@@ -20761,6 +20827,24 @@ const chainArray = [
20761
20827
  }
20762
20828
  ]
20763
20829
  },
20830
+ {
20831
+ name: 'Vana Satori Testnet',
20832
+ chain: 'Satori',
20833
+ rpc: [ 'http://rpc.satori.vana.org' ],
20834
+ faucets: [ 'https://faucet.vana.org' ],
20835
+ nativeCurrency: { name: 'DAT', symbol: 'DAT', decimals: 18 },
20836
+ infoURL: 'https://satori.vana.org',
20837
+ shortName: 'satori',
20838
+ chainId: 14801,
20839
+ networkId: 14801,
20840
+ explorers: [
20841
+ {
20842
+ name: 'satoriscan',
20843
+ url: 'https://satori.vanascan.io',
20844
+ standard: 'EIP3091'
20845
+ }
20846
+ ]
20847
+ },
20764
20848
  {
20765
20849
  name: 'Humanode Testnet 5 Israfel',
20766
20850
  chain: 'Humanode Testnet 5',
@@ -24331,6 +24415,26 @@ const chainArray = [
24331
24415
  }
24332
24416
  ]
24333
24417
  },
24418
+ {
24419
+ name: 'COINSEC Network',
24420
+ title: 'COINSEC Network',
24421
+ chain: 'coinsecnetwork',
24422
+ icon: 'coinsec',
24423
+ rpc: [ 'https://mainnet-rpc.coinsec.network' ],
24424
+ faucets: [],
24425
+ nativeCurrency: { name: 'COINSEC', symbol: 'SEC', decimals: 18 },
24426
+ infoURL: 'https://explorer.coinsec.network/',
24427
+ shortName: 'coinsecnetwork',
24428
+ chainId: 57451,
24429
+ networkId: 57451,
24430
+ explorers: [
24431
+ {
24432
+ name: 'coinsec network',
24433
+ url: 'https://explorer.coinsec.network',
24434
+ standard: 'EIP3091'
24435
+ }
24436
+ ]
24437
+ },
24334
24438
  {
24335
24439
  name: 'Sepolia PGN (Public Goods Network)',
24336
24440
  chain: 'ETH',
@@ -25342,7 +25446,7 @@ const chainArray = [
25342
25446
  icon: 'bora',
25343
25447
  rpc: [ 'https://public-node.api.boraportal.com/bora/mainnet' ],
25344
25448
  faucets: [],
25345
- nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
25449
+ nativeCurrency: { name: 'BORA', symbol: 'BORA', decimals: 18 },
25346
25450
  infoURL: 'https://www.boraportal.com',
25347
25451
  shortName: 'BORAchain',
25348
25452
  chainId: 77001,
@@ -29330,6 +29434,27 @@ const chainArray = [
29330
29434
  }
29331
29435
  ]
29332
29436
  },
29437
+ {
29438
+ name: 'Pentagon Testnet',
29439
+ chain: 'Pentagon',
29440
+ rpc: [ 'https://rpc-testnet.pentagon.games' ],
29441
+ faucets: [ 'https://bridge-testnet.pentagon.games' ],
29442
+ nativeCurrency: { name: 'Pentagon', symbol: 'PEN', decimals: 18 },
29443
+ icon: 'pentagon',
29444
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
29445
+ infoURL: 'https://pentagon.games',
29446
+ shortName: 'pentagon-testnet',
29447
+ chainId: 555555,
29448
+ networkId: 555555,
29449
+ explorers: [
29450
+ {
29451
+ name: 'Pentagon Testnet Explorer',
29452
+ url: 'https://explorer-testnet.pentagon.games',
29453
+ icon: 'pentagon',
29454
+ standard: 'EIP3091'
29455
+ }
29456
+ ]
29457
+ },
29333
29458
  {
29334
29459
  name: 'Eclipse Testnet',
29335
29460
  chain: 'ECLIPSE',
@@ -30242,6 +30367,26 @@ const chainArray = [
30242
30367
  }
30243
30368
  ]
30244
30369
  },
30370
+ {
30371
+ name: 'Supernet Testnet',
30372
+ title: 'Supernet Testnet',
30373
+ chain: 'Supernet Testnet',
30374
+ rpc: [ 'https://testnet-rpc.supernet.chaingames.io/' ],
30375
+ faucets: [ 'https://faucet.chaingames.io' ],
30376
+ nativeCurrency: { name: 'CHAIN', symbol: 'CHAIN', decimals: 18 },
30377
+ infoURL: '',
30378
+ shortName: 'supernetchain',
30379
+ chainId: 998899,
30380
+ networkId: 998899,
30381
+ slip44: 1,
30382
+ explorers: [
30383
+ {
30384
+ name: 'supernet-testnet-explorer',
30385
+ url: 'https://testnet-explorer.supernet.chaingames.io',
30386
+ standard: 'EIP3091'
30387
+ }
30388
+ ]
30389
+ },
30245
30390
  {
30246
30391
  name: 'AmChain',
30247
30392
  title: 'AMC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.428",
3
+ "version": "0.0.430",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {