eth-chainlist 0.0.291 → 0.0.292

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.292 (2023-11-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.291 ([b0d030b](https://github.com/poowf/eth-chainlist/commit/b0d030b078ded066a0a82d9e601b4fa49ae0fde8))
9
+ * update chain data ([9c280b4](https://github.com/poowf/eth-chainlist/commit/9c280b4e782c3ee3b53cef0cb4b5fd1569637372))
10
+
3
11
  ### 0.0.291 (2023-11-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10106,6 +10106,30 @@ const chainArray = [
10106
10106
  bridges: [ { url: 'https://bridge-testnet.morphism.xyz' } ]
10107
10107
  }
10108
10108
  },
10109
+ {
10110
+ name: 'K-LAOS',
10111
+ title: 'K-LAOS: LAOS on Kusama',
10112
+ chain: 'K-LAOS',
10113
+ icon: 'k-laos',
10114
+ rpc: [
10115
+ 'https://rpc.klaos.laosfoundation.io',
10116
+ 'wss://rpc.klaos.laosfoundation.io'
10117
+ ],
10118
+ faucets: [],
10119
+ nativeCurrency: { name: 'KLAOS', symbol: 'KLAOS', decimals: 18 },
10120
+ infoURL: 'https://www.laosfoundation.io/',
10121
+ shortName: 'k-laos',
10122
+ chainId: 2718,
10123
+ networkId: 2718,
10124
+ explorers: [
10125
+ {
10126
+ name: 'blockscout',
10127
+ url: 'https://blockscout.klaos.laosfoundation.io',
10128
+ icon: 'k-laos',
10129
+ standard: 'EIP3091'
10130
+ }
10131
+ ]
10132
+ },
10109
10133
  {
10110
10134
  name: 'Boba Network Goerli Testnet',
10111
10135
  chain: 'ETH',
@@ -14894,6 +14918,7 @@ const chainArray = [
14894
14918
  },
14895
14919
  {
14896
14920
  name: 'Holesky',
14921
+ title: 'Ethereum Testnet Holesky',
14897
14922
  chain: 'ETH',
14898
14923
  rpc: [
14899
14924
  'https://rpc.holesky.ethpandaops.io',
@@ -14932,6 +14957,26 @@ const chainArray = [
14932
14957
  }
14933
14958
  ]
14934
14959
  },
14960
+ {
14961
+ name: 'Redstone Holesky Testnet',
14962
+ chain: 'ETH',
14963
+ rpc: [ 'https://rpc.holesky.redstone.xyz' ],
14964
+ faucets: [],
14965
+ nativeCurrency: { name: 'Redstone Testnet Ether', symbol: 'ETH', decimals: 18 },
14966
+ infoURL: 'https://redstone.xyz/docs/network-info',
14967
+ shortName: 'redstone',
14968
+ chainId: 17001,
14969
+ networkId: 17001,
14970
+ icon: 'redstone',
14971
+ explorers: [
14972
+ {
14973
+ name: 'Redstone Holesky Explorer',
14974
+ url: 'https://explorer.holesky.redstone.xyz',
14975
+ icon: 'ethereum',
14976
+ standard: 'EIP3091'
14977
+ }
14978
+ ]
14979
+ },
14935
14980
  {
14936
14981
  name: 'G8Chain Mainnet',
14937
14982
  chain: 'G8C',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.291",
3
+ "version": "0.0.292",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {