eth-chainlist 0.0.554 → 0.0.556

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.556 (2024-12-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.555 ([8a2dae1](https://github.com/poowf/eth-chainlist/commit/8a2dae14f6cee810b639a7b7b379540f2ad7bd01))
9
+ * update chain data ([ece3bc4](https://github.com/poowf/eth-chainlist/commit/ece3bc49aaa6ca46088eb590b64d32054a1db1fe))
10
+
11
+ ### 0.0.555 (2024-12-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.554 ([0a9fca5](https://github.com/poowf/eth-chainlist/commit/0a9fca51c7c4492d12bc16f1774cc46c3c762b36))
17
+ * update chain data ([90e0c13](https://github.com/poowf/eth-chainlist/commit/90e0c130b4cb47846fdbb3f742ca6d0713ba186f))
18
+
3
19
  ### 0.0.554 (2024-12-02)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -8234,6 +8234,44 @@ const chainArray = [
8234
8234
  }
8235
8235
  ]
8236
8236
  },
8237
+ {
8238
+ name: 'Daily Network Mainnet',
8239
+ chain: 'Daily Network',
8240
+ icon: 'daily',
8241
+ rpc: [ 'https://rpc.mainnet.dailycrypto.net' ],
8242
+ faucets: [],
8243
+ nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
8244
+ infoURL: 'https://dailycrypto.net',
8245
+ shortName: 'dly',
8246
+ chainId: 824,
8247
+ networkId: 824,
8248
+ explorers: [
8249
+ {
8250
+ name: 'Daily Mainnet Explorer',
8251
+ url: 'https://explorer.mainnet.dailycrypto.net',
8252
+ standard: 'none'
8253
+ }
8254
+ ]
8255
+ },
8256
+ {
8257
+ name: 'Daily Network Testnet',
8258
+ chain: 'Daily Network',
8259
+ icon: 'daily',
8260
+ rpc: [ 'https://rpc.testnet.dailycrypto.net' ],
8261
+ faucets: [],
8262
+ nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
8263
+ infoURL: 'https://dailycrypto.net',
8264
+ shortName: 'tdly',
8265
+ chainId: 825,
8266
+ networkId: 825,
8267
+ explorers: [
8268
+ {
8269
+ name: 'Daily Testnet Explorer',
8270
+ url: 'https://explorer.testnet.dailycrypto.net',
8271
+ standard: 'none'
8272
+ }
8273
+ ]
8274
+ },
8237
8275
  {
8238
8276
  name: 'CheckDot Blockchain Devnet',
8239
8277
  chain: 'CDT Blockchain',
@@ -8254,7 +8292,7 @@ const chainArray = [
8254
8292
  },
8255
8293
  {
8256
8294
  name: 'Taraxa Mainnet',
8257
- chain: 'Tara',
8295
+ chain: 'TARA',
8258
8296
  icon: 'taraxa',
8259
8297
  rpc: [
8260
8298
  'https://rpc.mainnet.taraxa.io/',
@@ -8266,23 +8304,31 @@ const chainArray = [
8266
8304
  shortName: 'tara',
8267
8305
  chainId: 841,
8268
8306
  networkId: 841,
8307
+ slip44: 726,
8269
8308
  explorers: [
8309
+ {
8310
+ name: 'Tara.to Explorer',
8311
+ url: 'https://tara.to',
8312
+ standard: 'EIP3091',
8313
+ icon: 'blockscout'
8314
+ },
8270
8315
  {
8271
8316
  name: 'Taraxa Explorer',
8272
8317
  url: 'https://explorer.mainnet.taraxa.io',
8273
- standard: 'none'
8318
+ standard: 'none',
8319
+ icon: 'taraxa'
8274
8320
  }
8275
8321
  ]
8276
8322
  },
8277
8323
  {
8278
8324
  name: 'Taraxa Testnet',
8279
- chain: 'Tara',
8325
+ chain: 'TARA',
8280
8326
  icon: 'taraxa',
8281
8327
  rpc: [
8282
8328
  'https://rpc.testnet.taraxa.io/',
8283
8329
  'https://ws.testnet.taraxa.io'
8284
8330
  ],
8285
- faucets: [],
8331
+ faucets: [ 'https://explorer.testnet.taraxa.io/faucet' ],
8286
8332
  nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
8287
8333
  infoURL: 'https://taraxa.io',
8288
8334
  shortName: 'taratest',
@@ -8290,6 +8336,12 @@ const chainArray = [
8290
8336
  networkId: 842,
8291
8337
  slip44: 1,
8292
8338
  explorers: [
8339
+ {
8340
+ name: 'Tara.to Explorer',
8341
+ url: 'https://testnet.to',
8342
+ standard: 'EIP3091',
8343
+ icon: 'blockscout'
8344
+ },
8293
8345
  {
8294
8346
  name: 'Taraxa Explorer',
8295
8347
  url: 'https://explorer.testnet.taraxa.io',
@@ -15219,6 +15271,26 @@ const chainArray = [
15219
15271
  }
15220
15272
  ]
15221
15273
  },
15274
+ {
15275
+ name: 'NOW Chain Mainnet',
15276
+ chain: 'NOW',
15277
+ icon: 'nowchain',
15278
+ rpc: [ 'https://rpc.nowscan.io' ],
15279
+ faucets: [],
15280
+ nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
15281
+ infoURL: 'https://nowchain.co',
15282
+ shortName: 'now',
15283
+ chainId: 2488,
15284
+ networkId: 2488,
15285
+ explorers: [
15286
+ {
15287
+ name: 'NOW Scan',
15288
+ url: 'https://nowscan.io',
15289
+ icon: 'nowchain',
15290
+ standard: 'EIP3091'
15291
+ }
15292
+ ]
15293
+ },
15222
15294
  {
15223
15295
  name: 'Karak Goerli',
15224
15296
  chain: 'Karak',
@@ -25609,7 +25681,7 @@ const chainArray = [
25609
25681
  rpc: [ 'https://rpc1-testnet.expchain.ai' ],
25610
25682
  faucets: [],
25611
25683
  nativeCurrency: { name: 'tEXP', symbol: 'tEXP', decimals: 18 },
25612
- infoURL: 'https://expanse.tech',
25684
+ infoURL: 'https://expchain.ai',
25613
25685
  shortName: 'expchain',
25614
25686
  chainId: 18880,
25615
25687
  networkId: 18880,
@@ -28941,6 +29013,27 @@ const chainArray = [
28941
29013
  }
28942
29014
  ]
28943
29015
  },
29016
+ {
29017
+ name: 'Reddio Devnet',
29018
+ title: 'Reddio Sepolia L2 Rollup Devnet',
29019
+ chain: 'ETH',
29020
+ rpc: [ 'https://reddio-dev.reddio.com' ],
29021
+ faucets: [],
29022
+ nativeCurrency: { name: 'Red', symbol: 'RED', decimals: 18 },
29023
+ infoURL: 'https://www.reddio.com',
29024
+ shortName: 'reddio-devnet',
29025
+ chainId: 50341,
29026
+ networkId: 50341,
29027
+ slip44: 1,
29028
+ explorers: [
29029
+ {
29030
+ name: 'L2scan',
29031
+ url: 'https://reddio-devnet.l2scan.co',
29032
+ standard: 'EIP3091'
29033
+ }
29034
+ ],
29035
+ parent: { type: 'L2', chain: 'eip155-11155111' }
29036
+ },
28944
29037
  {
28945
29038
  name: 'Erbie Mainnet',
28946
29039
  chain: 'Erbie',
@@ -32042,7 +32135,31 @@ const chainArray = [
32042
32135
  ]
32043
32136
  },
32044
32137
  {
32045
- name: 'Lux Network',
32138
+ name: 'Lux Testnet',
32139
+ chain: 'Lux',
32140
+ icon: 'lux',
32141
+ rpc: [ 'https://api.lux-test.network' ],
32142
+ faucets: [ 'https://faucet.lux-test.network' ],
32143
+ nativeCurrency: { name: 'tLux', symbol: 'tLUX', decimals: 18 },
32144
+ infoURL: 'https://lux.network',
32145
+ shortName: 'tlux',
32146
+ chainId: 96368,
32147
+ networkId: 96368,
32148
+ explorers: [
32149
+ {
32150
+ name: 'Lux Network Explorer',
32151
+ url: 'https://explore.lux.network',
32152
+ standard: 'EIP3091'
32153
+ },
32154
+ {
32155
+ name: 'Lux Network Explorer',
32156
+ url: 'https://explore.lux-test.network',
32157
+ standard: 'EIP3091'
32158
+ }
32159
+ ]
32160
+ },
32161
+ {
32162
+ name: 'Lux Mainnet',
32046
32163
  chain: 'Lux',
32047
32164
  icon: 'lux',
32048
32165
  rpc: [ 'https://api.lux.network' ],
@@ -33795,7 +33912,7 @@ const chainArray = [
33795
33912
  ]
33796
33913
  },
33797
33914
  {
33798
- name: 'Zoo Network',
33915
+ name: 'Zoo Mainnet',
33799
33916
  chain: 'Zoo',
33800
33917
  icon: 'zoo',
33801
33918
  rpc: [ 'https://api.zoo.network' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.554",
3
+ "version": "0.0.556",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {