eth-chainlist 0.0.555 → 0.0.557

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +202 -10
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.557 (2024-12-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.556 ([f7039b5](https://github.com/poowf/eth-chainlist/commit/f7039b5ad7fdfbc636ce251c1acfcf541f9f463c))
9
+ * update chain data ([888687f](https://github.com/poowf/eth-chainlist/commit/888687f7ada2128dfe0863313580140f7dd17c11))
10
+
11
+ ### 0.0.556 (2024-12-04)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.555 ([8a2dae1](https://github.com/poowf/eth-chainlist/commit/8a2dae14f6cee810b639a7b7b379540f2ad7bd01))
17
+ * update chain data ([ece3bc4](https://github.com/poowf/eth-chainlist/commit/ece3bc49aaa6ca46088eb590b64d32054a1db1fe))
18
+
3
19
  ### 0.0.555 (2024-12-03)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3039,6 +3039,27 @@ const chainArray = [
3039
3039
  bridges: [ { url: 'https://bridge.soraai.bot' } ]
3040
3040
  }
3041
3041
  },
3042
+ {
3043
+ name: 'Sonic Mainnet',
3044
+ chain: 'sonic',
3045
+ rpc: [ 'https://rpc.soniclabs.com' ],
3046
+ faucets: [],
3047
+ nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
3048
+ features: [ { name: 'EIP155' } ],
3049
+ infoURL: 'https://soniclabs.com',
3050
+ shortName: 'sonic',
3051
+ chainId: 146,
3052
+ networkId: 146,
3053
+ icon: 'sonic',
3054
+ explorers: [
3055
+ {
3056
+ name: 'sonic',
3057
+ url: 'https://explorer.soniclabs.com',
3058
+ icon: 'sonic',
3059
+ standard: 'none'
3060
+ }
3061
+ ]
3062
+ },
3042
3063
  {
3043
3064
  name: 'Flag Mainnet',
3044
3065
  chain: 'Flag',
@@ -8234,6 +8255,44 @@ const chainArray = [
8234
8255
  }
8235
8256
  ]
8236
8257
  },
8258
+ {
8259
+ name: 'Daily Network Mainnet',
8260
+ chain: 'Daily Network',
8261
+ icon: 'daily',
8262
+ rpc: [ 'https://rpc.mainnet.dailycrypto.net' ],
8263
+ faucets: [],
8264
+ nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
8265
+ infoURL: 'https://dailycrypto.net',
8266
+ shortName: 'dly',
8267
+ chainId: 824,
8268
+ networkId: 824,
8269
+ explorers: [
8270
+ {
8271
+ name: 'Daily Mainnet Explorer',
8272
+ url: 'https://explorer.mainnet.dailycrypto.net',
8273
+ standard: 'none'
8274
+ }
8275
+ ]
8276
+ },
8277
+ {
8278
+ name: 'Daily Network Testnet',
8279
+ chain: 'Daily Network',
8280
+ icon: 'daily',
8281
+ rpc: [ 'https://rpc.testnet.dailycrypto.net' ],
8282
+ faucets: [],
8283
+ nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
8284
+ infoURL: 'https://dailycrypto.net',
8285
+ shortName: 'tdly',
8286
+ chainId: 825,
8287
+ networkId: 825,
8288
+ explorers: [
8289
+ {
8290
+ name: 'Daily Testnet Explorer',
8291
+ url: 'https://explorer.testnet.dailycrypto.net',
8292
+ standard: 'none'
8293
+ }
8294
+ ]
8295
+ },
8237
8296
  {
8238
8297
  name: 'CheckDot Blockchain Devnet',
8239
8298
  chain: 'CDT Blockchain',
@@ -8254,7 +8313,7 @@ const chainArray = [
8254
8313
  },
8255
8314
  {
8256
8315
  name: 'Taraxa Mainnet',
8257
- chain: 'Tara',
8316
+ chain: 'TARA',
8258
8317
  icon: 'taraxa',
8259
8318
  rpc: [
8260
8319
  'https://rpc.mainnet.taraxa.io/',
@@ -8266,23 +8325,31 @@ const chainArray = [
8266
8325
  shortName: 'tara',
8267
8326
  chainId: 841,
8268
8327
  networkId: 841,
8328
+ slip44: 726,
8269
8329
  explorers: [
8330
+ {
8331
+ name: 'Tara.to Explorer',
8332
+ url: 'https://tara.to',
8333
+ standard: 'EIP3091',
8334
+ icon: 'blockscout'
8335
+ },
8270
8336
  {
8271
8337
  name: 'Taraxa Explorer',
8272
8338
  url: 'https://explorer.mainnet.taraxa.io',
8273
- standard: 'none'
8339
+ standard: 'none',
8340
+ icon: 'taraxa'
8274
8341
  }
8275
8342
  ]
8276
8343
  },
8277
8344
  {
8278
8345
  name: 'Taraxa Testnet',
8279
- chain: 'Tara',
8346
+ chain: 'TARA',
8280
8347
  icon: 'taraxa',
8281
8348
  rpc: [
8282
8349
  'https://rpc.testnet.taraxa.io/',
8283
8350
  'https://ws.testnet.taraxa.io'
8284
8351
  ],
8285
- faucets: [],
8352
+ faucets: [ 'https://explorer.testnet.taraxa.io/faucet' ],
8286
8353
  nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
8287
8354
  infoURL: 'https://taraxa.io',
8288
8355
  shortName: 'taratest',
@@ -8290,6 +8357,12 @@ const chainArray = [
8290
8357
  networkId: 842,
8291
8358
  slip44: 1,
8292
8359
  explorers: [
8360
+ {
8361
+ name: 'Tara.to Explorer',
8362
+ url: 'https://testnet.to',
8363
+ standard: 'EIP3091',
8364
+ icon: 'blockscout'
8365
+ },
8293
8366
  {
8294
8367
  name: 'Taraxa Explorer',
8295
8368
  url: 'https://explorer.testnet.taraxa.io',
@@ -15219,6 +15292,26 @@ const chainArray = [
15219
15292
  }
15220
15293
  ]
15221
15294
  },
15295
+ {
15296
+ name: 'NOW Chain Mainnet',
15297
+ chain: 'NOW',
15298
+ icon: 'nowchain',
15299
+ rpc: [ 'https://rpc.nowscan.io' ],
15300
+ faucets: [],
15301
+ nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
15302
+ infoURL: 'https://nowchain.co',
15303
+ shortName: 'now',
15304
+ chainId: 2488,
15305
+ networkId: 2488,
15306
+ explorers: [
15307
+ {
15308
+ name: 'NOW Scan',
15309
+ url: 'https://nowscan.io',
15310
+ icon: 'nowchain',
15311
+ standard: 'EIP3091'
15312
+ }
15313
+ ]
15314
+ },
15222
15315
  {
15223
15316
  name: 'Karak Goerli',
15224
15317
  chain: 'Karak',
@@ -28941,6 +29034,27 @@ const chainArray = [
28941
29034
  }
28942
29035
  ]
28943
29036
  },
29037
+ {
29038
+ name: 'Reddio Devnet',
29039
+ title: 'Reddio Sepolia L2 Rollup Devnet',
29040
+ chain: 'ETH',
29041
+ rpc: [ 'https://reddio-dev.reddio.com' ],
29042
+ faucets: [],
29043
+ nativeCurrency: { name: 'Red', symbol: 'RED', decimals: 18 },
29044
+ infoURL: 'https://www.reddio.com',
29045
+ shortName: 'reddio-devnet',
29046
+ chainId: 50341,
29047
+ networkId: 50341,
29048
+ slip44: 1,
29049
+ explorers: [
29050
+ {
29051
+ name: 'L2scan',
29052
+ url: 'https://reddio-devnet.l2scan.co',
29053
+ standard: 'EIP3091'
29054
+ }
29055
+ ],
29056
+ parent: { type: 'L2', chain: 'eip155-11155111' }
29057
+ },
28944
29058
  {
28945
29059
  name: 'Erbie Mainnet',
28946
29060
  chain: 'Erbie',
@@ -29465,6 +29579,27 @@ const chainArray = [
29465
29579
  }
29466
29580
  ]
29467
29581
  },
29582
+ {
29583
+ name: 'Sonic Blaze Testnet',
29584
+ chain: 'blaze-testnet',
29585
+ rpc: [ 'https://rpc.blaze.soniclabs.com' ],
29586
+ faucets: [ 'https://blaze.soniclabs.com/account' ],
29587
+ nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
29588
+ features: [ { name: 'EIP155' } ],
29589
+ infoURL: 'https://blaze.soniclabs.com',
29590
+ shortName: 'blaze',
29591
+ chainId: 57054,
29592
+ networkId: 57054,
29593
+ icon: 'sonic',
29594
+ explorers: [
29595
+ {
29596
+ name: 'sonic blaze testnet',
29597
+ url: 'https://explorer.blaze.soniclabs.com',
29598
+ icon: 'sonic',
29599
+ standard: 'none'
29600
+ }
29601
+ ]
29602
+ },
29468
29603
  {
29469
29604
  name: 'Ink',
29470
29605
  chain: 'ETH',
@@ -31810,14 +31945,22 @@ const chainArray = [
31810
31945
  {
31811
31946
  name: 'Unite',
31812
31947
  chain: 'UNITE',
31813
- rpc: [],
31948
+ rpc: [ 'https://unite-mainnet.g.alchemy.com/public' ],
31814
31949
  faucets: [],
31815
31950
  nativeCurrency: { name: 'Unite', symbol: 'UNITE', decimals: 18 },
31816
31951
  infoURL: 'https://unite.io',
31817
31952
  shortName: 'unite',
31818
31953
  chainId: 88899,
31819
31954
  networkId: 88899,
31820
- status: 'incubating'
31955
+ status: 'active',
31956
+ icon: 'unite',
31957
+ explorers: [
31958
+ {
31959
+ name: 'Unite Explorer',
31960
+ url: 'https://unite-mainnet.explorer.alchemy.com',
31961
+ standard: 'EIP3091'
31962
+ }
31963
+ ]
31821
31964
  },
31822
31965
  {
31823
31966
  name: 'F(x)Core Testnet Network',
@@ -32042,7 +32185,31 @@ const chainArray = [
32042
32185
  ]
32043
32186
  },
32044
32187
  {
32045
- name: 'Lux Network',
32188
+ name: 'Lux Testnet',
32189
+ chain: 'Lux',
32190
+ icon: 'lux',
32191
+ rpc: [ 'https://api.lux-test.network' ],
32192
+ faucets: [ 'https://faucet.lux-test.network' ],
32193
+ nativeCurrency: { name: 'tLux', symbol: 'tLUX', decimals: 18 },
32194
+ infoURL: 'https://lux.network',
32195
+ shortName: 'tlux',
32196
+ chainId: 96368,
32197
+ networkId: 96368,
32198
+ explorers: [
32199
+ {
32200
+ name: 'Lux Network Explorer',
32201
+ url: 'https://explore.lux.network',
32202
+ standard: 'EIP3091'
32203
+ },
32204
+ {
32205
+ name: 'Lux Network Explorer',
32206
+ url: 'https://explore.lux-test.network',
32207
+ standard: 'EIP3091'
32208
+ }
32209
+ ]
32210
+ },
32211
+ {
32212
+ name: 'Lux Mainnet',
32046
32213
  chain: 'Lux',
32047
32214
  icon: 'lux',
32048
32215
  rpc: [ 'https://api.lux.network' ],
@@ -33208,6 +33375,24 @@ const chainArray = [
33208
33375
  }
33209
33376
  ]
33210
33377
  },
33378
+ {
33379
+ name: 'Mitosis Testnet',
33380
+ chain: 'Mitosis Testnet',
33381
+ rpc: [ 'https://rpc.testnet.mitosis.org' ],
33382
+ faucets: [ 'https://testnet.mitosis.org/faucet' ],
33383
+ nativeCurrency: { name: 'MITO', symbol: 'MITO', decimals: 18 },
33384
+ infoURL: 'https://mitosis.org',
33385
+ shortName: 'mitosis-testnet',
33386
+ chainId: 124832,
33387
+ networkId: 124832,
33388
+ explorers: [
33389
+ {
33390
+ name: 'mitosis testnet explorer',
33391
+ url: 'https://testnet.mitosiscan.xyz',
33392
+ standard: 'EIP3091'
33393
+ }
33394
+ ]
33395
+ },
33211
33396
  {
33212
33397
  name: 'Etherlink Testnet',
33213
33398
  chain: 'Etherlink',
@@ -33795,7 +33980,7 @@ const chainArray = [
33795
33980
  ]
33796
33981
  },
33797
33982
  {
33798
- name: 'Zoo Network',
33983
+ name: 'Zoo Mainnet',
33799
33984
  chain: 'Zoo',
33800
33985
  icon: 'zoo',
33801
33986
  rpc: [ 'https://api.zoo.network' ],
@@ -36980,14 +37165,21 @@ const chainArray = [
36980
37165
  {
36981
37166
  name: 'Unite Testnet',
36982
37167
  chain: 'UNITE',
36983
- rpc: [],
37168
+ rpc: [ 'https://unite-testnet.g.alchemy.com/public' ],
36984
37169
  faucets: [],
36985
37170
  nativeCurrency: { name: 'Testnet Unite', symbol: 'UNITE', decimals: 18 },
36986
37171
  infoURL: 'https://unite.io',
36987
37172
  shortName: 'unitetestnet',
36988
37173
  chainId: 888991,
36989
37174
  networkId: 888991,
36990
- status: 'incubating'
37175
+ status: 'active',
37176
+ explorers: [
37177
+ {
37178
+ name: 'Unite Testnet Explorer',
37179
+ url: 'https://unite-testnet.explorer.alchemy.com',
37180
+ standard: 'EIP3091'
37181
+ }
37182
+ ]
36991
37183
  },
36992
37184
  {
36993
37185
  name: 'Posichain Mainnet Shard 0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.555",
3
+ "version": "0.0.557",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {