eth-chainlist 0.0.463 → 0.0.464

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.464 (2024-08-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.463 ([0f397f7](https://github.com/poowf/eth-chainlist/commit/0f397f74c10cdeaaa12ffe249c155dfb315c4306))
9
+ * update chain data ([ce39127](https://github.com/poowf/eth-chainlist/commit/ce39127fee3ea1b56a2622bf193505b07e3c1b62))
10
+
3
11
  ### 0.0.463 (2024-08-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8535,7 +8535,7 @@ const chainArray = [
8535
8535
  chain: 'KAIA',
8536
8536
  rpc: [ 'https://public-en.kairos.node.kaia.io' ],
8537
8537
  faucets: [ 'https://faucet.kaia.io' ],
8538
- nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
8538
+ nativeCurrency: { name: 'KAIA', symbol: 'KLAY', decimals: 18 },
8539
8539
  infoURL: 'https://kaia.io/',
8540
8540
  shortName: 'kaia-kairos',
8541
8541
  chainId: 1001,
@@ -17597,6 +17597,24 @@ const chainArray = [
17597
17597
  networkId: 6502,
17598
17598
  explorers: []
17599
17599
  },
17600
+ {
17601
+ name: 'Flamma Testnet',
17602
+ chain: 'Flamma',
17603
+ rpc: [ 'https://testnetrpc.flamma.network' ],
17604
+ faucets: [],
17605
+ nativeCurrency: { name: 'Flamma', symbol: 'FLA', decimals: 18 },
17606
+ infoURL: 'https://flamma.network',
17607
+ shortName: 'FlammaTestnet',
17608
+ chainId: 6550,
17609
+ networkId: 6550,
17610
+ explorers: [
17611
+ {
17612
+ name: 'flascan',
17613
+ url: 'https://testnet.flascan.net',
17614
+ standard: 'EIP3091'
17615
+ }
17616
+ ]
17617
+ },
17600
17618
  {
17601
17619
  name: 'Scolcoin WeiChain Testnet',
17602
17620
  chain: 'SCOLWEI-testnet',
@@ -19177,9 +19195,9 @@ const chainArray = [
19177
19195
  {
19178
19196
  name: 'Kaia Mainnet',
19179
19197
  chain: 'KAIA',
19180
- rpc: [ 'https://public-en-cypress.klaytn.net' ],
19198
+ rpc: [ 'https://public-en.node.kaia.io' ],
19181
19199
  faucets: [],
19182
- nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
19200
+ nativeCurrency: { name: 'KAIA', symbol: 'KLAY', decimals: 18 },
19183
19201
  infoURL: 'https://kaia.io',
19184
19202
  shortName: 'kaia-mainnet',
19185
19203
  chainId: 8217,
@@ -25500,6 +25518,35 @@ const chainArray = [
25500
25518
  }
25501
25519
  ]
25502
25520
  },
25521
+ {
25522
+ name: 'Blessnet',
25523
+ chain: 'ETH',
25524
+ rpc: [
25525
+ 'https://blessnet.calderachain.xyz/http',
25526
+ 'wss://blessnet.calderachain.xyz/ws'
25527
+ ],
25528
+ faucets: [],
25529
+ nativeCurrency: { name: 'Bless', symbol: 'BLESS', decimals: 18 },
25530
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
25531
+ infoURL: 'https://blessnet.io',
25532
+ shortName: 'bless',
25533
+ chainId: 45513,
25534
+ networkId: 45513,
25535
+ icon: 'bless',
25536
+ explorers: [
25537
+ {
25538
+ name: 'blockscout',
25539
+ url: 'https://blessnet.calderaexplorer.xyz',
25540
+ icon: 'bless',
25541
+ standard: 'EIP3091'
25542
+ }
25543
+ ],
25544
+ parent: {
25545
+ type: 'L2',
25546
+ chain: 'eip155-42161',
25547
+ bridges: [ { url: 'https://blessnet.bridge.caldera.xyz' } ]
25548
+ }
25549
+ },
25503
25550
  {
25504
25551
  name: 'Fusion Testnet',
25505
25552
  chain: 'FSN',
@@ -25528,7 +25575,10 @@ const chainArray = [
25528
25575
  {
25529
25576
  name: 'Neo X Mainnet',
25530
25577
  chain: 'Neo X',
25531
- rpc: [ 'https://mainnet-1.rpc.banelabs.org' ],
25578
+ rpc: [
25579
+ 'https://mainnet-1.rpc.banelabs.org',
25580
+ 'https://mainnet-2.rpc.banelabs.org'
25581
+ ],
25532
25582
  faucets: [],
25533
25583
  nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
25534
25584
  infoURL: 'https://neo.org/',
@@ -26070,6 +26120,24 @@ const chainArray = [
26070
26120
  }
26071
26121
  ]
26072
26122
  },
26123
+ {
26124
+ name: 'Flamma Mainnet',
26125
+ chain: 'Flamma',
26126
+ rpc: [ 'https://rpc.flamma.network' ],
26127
+ faucets: [],
26128
+ nativeCurrency: { name: 'Flamma', symbol: 'FLA', decimals: 18 },
26129
+ infoURL: 'https://flamma.network',
26130
+ shortName: 'FlammaMainnet',
26131
+ chainId: 55614,
26132
+ networkId: 55614,
26133
+ explorers: [
26134
+ {
26135
+ name: 'flascan',
26136
+ url: 'https://flascan.net',
26137
+ standard: 'EIP3091'
26138
+ }
26139
+ ]
26140
+ },
26073
26141
  {
26074
26142
  name: 'Lambda Chain Mainnet',
26075
26143
  chain: 'Lambda Chain',
@@ -33916,6 +33984,37 @@ const chainArray = [
33916
33984
  }
33917
33985
  ]
33918
33986
  },
33987
+ {
33988
+ name: 'Blessnet Sepolia',
33989
+ chain: 'ETH',
33990
+ rpc: [
33991
+ 'https://blessnet-sepolia-testnet.rpc.caldera.xyz/http',
33992
+ 'wss://blessnet-sepolia-testnet.rpc.caldera.xyz/ws'
33993
+ ],
33994
+ faucets: [ 'https://blessnet-sepolia-testnet.hub.caldera.xyz' ],
33995
+ nativeCurrency: { name: 'Bless', symbol: 'BLESS', decimals: 18 },
33996
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
33997
+ infoURL: 'https://blessnet.io',
33998
+ shortName: 'bless-sepolia',
33999
+ chainId: 11145513,
34000
+ networkId: 11145513,
34001
+ icon: 'bless',
34002
+ explorers: [
34003
+ {
34004
+ name: 'blockscout',
34005
+ url: 'https://blessnet-sepolia-testnet.explorer.caldera.xyz',
34006
+ icon: 'bless',
34007
+ standard: 'EIP3091'
34008
+ }
34009
+ ],
34010
+ parent: {
34011
+ type: 'L2',
34012
+ chain: 'eip155-421614',
34013
+ bridges: [
34014
+ { url: 'https://blessnet-sepolia-testnet.bridge.caldera.xyz' }
34015
+ ]
34016
+ }
34017
+ },
33919
34018
  {
33920
34019
  name: 'Sepolia',
33921
34020
  title: 'Ethereum Testnet Sepolia',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.463",
3
+ "version": "0.0.464",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {