eth-chainlist 0.0.605 → 0.0.606

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.606 (2025-02-07)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.605 ([092a838](https://github.com/poowf/eth-chainlist/commit/092a838e8763970862b06bd6f0271730984d8159))
9
+ * update chain data ([b53b67c](https://github.com/poowf/eth-chainlist/commit/b53b67cf6fa7a49bd4394c0f54a95fb02e64c8d5))
10
+
3
11
  ### 0.0.605 (2025-02-06)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5679,6 +5679,31 @@ const chainArray = [
5679
5679
  }
5680
5680
  ]
5681
5681
  },
5682
+ {
5683
+ name: 'ZKcandy Mainnet',
5684
+ chain: 'ETH',
5685
+ rpc: [ 'https://rpc.zkcandy.io' ],
5686
+ faucets: [],
5687
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5688
+ infoURL: 'https://zkcandy.io/',
5689
+ shortName: 'zkcandy',
5690
+ chainId: 320,
5691
+ networkId: 320,
5692
+ icon: 'zkcandymainnet',
5693
+ explorers: [
5694
+ {
5695
+ name: 'ZKcandy Block Explorer',
5696
+ url: 'https://explorer.zkcandy.io',
5697
+ icon: 'zkcandymainnet',
5698
+ standard: 'EIP3091'
5699
+ }
5700
+ ],
5701
+ parent: {
5702
+ type: 'L2',
5703
+ chain: 'eip155-1',
5704
+ bridges: [ { url: 'https://bridge.zkcandy.io/' } ]
5705
+ }
5706
+ },
5682
5707
  {
5683
5708
  name: 'KCC Mainnet',
5684
5709
  chain: 'KCC',
@@ -31016,6 +31041,31 @@ const chainArray = [
31016
31041
  bridges: [ { url: 'https://sepolia-bridge.superseed.xyz/' } ]
31017
31042
  }
31018
31043
  },
31044
+ {
31045
+ name: 'BirdLayer',
31046
+ title: 'BirdLayer',
31047
+ chain: 'BirdLayer',
31048
+ icon: 'birdlayer',
31049
+ rpc: [
31050
+ 'https://rpc.birdlayer.xyz',
31051
+ 'https://rpc1.birdlayer.xyz',
31052
+ 'wss://rpc.birdlayer.xyz/ws'
31053
+ ],
31054
+ faucets: [],
31055
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
31056
+ infoURL: 'https://www.dodochain.com',
31057
+ shortName: 'birdlayer',
31058
+ chainId: 53456,
31059
+ networkId: 53456,
31060
+ explorers: [
31061
+ {
31062
+ name: 'BirdLayer Explorer',
31063
+ url: 'https://scan.birdlayer.xyz',
31064
+ icon: 'birdlayer',
31065
+ standard: 'EIP3091'
31066
+ }
31067
+ ]
31068
+ },
31019
31069
  {
31020
31070
  name: 'DODOchain testnet',
31021
31071
  title: 'DODOchain testnet',
@@ -35085,6 +35135,28 @@ const chainArray = [
35085
35135
  }
35086
35136
  ]
35087
35137
  },
35138
+ {
35139
+ name: 'Lumoz Chain Testnet',
35140
+ chain: 'ETH',
35141
+ rpc: [ 'https://testnet-rpc.lumoz.org' ],
35142
+ faucets: [],
35143
+ nativeCurrency: { name: 'Lumoz Testnet Token', symbol: 'MOZ', decimals: 18 },
35144
+ features: [ { name: 'EIP155' } ],
35145
+ infoURL: 'https://lumoz.org',
35146
+ shortName: 'Lumoz-Chain-Testnet',
35147
+ chainId: 105363,
35148
+ networkId: 105363,
35149
+ slip44: 1,
35150
+ icon: 'opside-new',
35151
+ explorers: [
35152
+ {
35153
+ name: 'LumozTestInfo',
35154
+ url: 'https://testnet-scan.lumoz.info',
35155
+ icon: 'opside-new',
35156
+ standard: 'EIP3091'
35157
+ }
35158
+ ]
35159
+ },
35088
35160
  {
35089
35161
  name: 'BROChain Mainnet',
35090
35162
  chain: 'BRO',
@@ -44194,6 +44266,34 @@ const chainArray = [
44194
44266
  networkId: 1666900001,
44195
44267
  explorers: []
44196
44268
  },
44269
+ {
44270
+ name: 'WITNESS CHAIN',
44271
+ title: 'WITNESS CHAIN',
44272
+ chain: 'Witness-Chain',
44273
+ rpc: [ 'https://sequencer.witnesschain.com' ],
44274
+ nativeCurrency: { name: 'ETHER', symbol: 'ETH', decimals: 18 },
44275
+ faucets: [],
44276
+ infoURL: 'https://www.witnesschain.com',
44277
+ shortName: 'Witness',
44278
+ chainId: 1702448187,
44279
+ networkId: 1702448187,
44280
+ icon: 'witness',
44281
+ explorers: [
44282
+ {
44283
+ name: 'Witness Chain Explorer',
44284
+ url: 'https://explorer.witnesschain.com',
44285
+ icon: 'witness',
44286
+ standard: 'EIP3091'
44287
+ }
44288
+ ],
44289
+ parent: {
44290
+ type: 'L2',
44291
+ chain: 'eip155-1',
44292
+ bridges: [ { url: 'https://bridge.witnesschain.com' } ]
44293
+ },
44294
+ features: [ { name: 'EIP155' } ],
44295
+ status: 'active'
44296
+ },
44197
44297
  {
44198
44298
  name: 'Silicon zkEVM Sepolia Testnet',
44199
44299
  title: 'Silicon zkEVM Sepolia Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.605",
3
+ "version": "0.0.606",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {