eth-chainlist 0.0.429 → 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,13 @@
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
+
3
11
  ### 0.0.429 (2024-06-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9797,6 +9797,28 @@ const chainArray = [
9797
9797
  }
9798
9798
  ]
9799
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
+ },
9800
9822
  {
9801
9823
  name: 'Sei Network',
9802
9824
  chain: 'Sei',
@@ -14796,6 +14818,27 @@ const chainArray = [
14796
14818
  }
14797
14819
  ]
14798
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
+ },
14799
14842
  {
14800
14843
  name: 'Nahmii 3 Mainnet',
14801
14844
  chain: 'Nahmii',
@@ -20784,6 +20827,24 @@ const chainArray = [
20784
20827
  }
20785
20828
  ]
20786
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
+ },
20787
20848
  {
20788
20849
  name: 'Humanode Testnet 5 Israfel',
20789
20850
  chain: 'Humanode Testnet 5',
@@ -24355,7 +24416,7 @@ const chainArray = [
24355
24416
  ]
24356
24417
  },
24357
24418
  {
24358
- name: 'COINSEC',
24419
+ name: 'COINSEC Network',
24359
24420
  title: 'COINSEC Network',
24360
24421
  chain: 'coinsecnetwork',
24361
24422
  icon: 'coinsec',
@@ -25385,7 +25446,7 @@ const chainArray = [
25385
25446
  icon: 'bora',
25386
25447
  rpc: [ 'https://public-node.api.boraportal.com/bora/mainnet' ],
25387
25448
  faucets: [],
25388
- nativeCurrency: { name: 'BGAS', symbol: 'BGAS', decimals: 18 },
25449
+ nativeCurrency: { name: 'BORA', symbol: 'BORA', decimals: 18 },
25389
25450
  infoURL: 'https://www.boraportal.com',
25390
25451
  shortName: 'BORAchain',
25391
25452
  chainId: 77001,
@@ -29373,6 +29434,27 @@ const chainArray = [
29373
29434
  }
29374
29435
  ]
29375
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
+ },
29376
29458
  {
29377
29459
  name: 'Eclipse Testnet',
29378
29460
  chain: 'ECLIPSE',
@@ -30285,6 +30367,26 @@ const chainArray = [
30285
30367
  }
30286
30368
  ]
30287
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
+ },
30288
30390
  {
30289
30391
  name: 'AmChain',
30290
30392
  title: 'AMC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.429",
3
+ "version": "0.0.430",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {