eth-chainlist 0.0.478 → 0.0.480

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.480 (2024-08-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.479 ([707aee3](https://github.com/poowf/eth-chainlist/commit/707aee343223d29761283063c0acb5aa233b2f26))
9
+ * update chain data ([acf3aef](https://github.com/poowf/eth-chainlist/commit/acf3aef4e6433e36cff3e709e74aaf4667d7d3f5))
10
+
11
+ ### 0.0.479 (2024-08-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.478 ([d5a25de](https://github.com/poowf/eth-chainlist/commit/d5a25de494191de80d88dbec9e3012d09932a79b))
17
+ * update chain data ([4ec1258](https://github.com/poowf/eth-chainlist/commit/4ec125868963d5e49258001643b8b11d95c0e643))
18
+
3
19
  ### 0.0.478 (2024-08-29)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -182,6 +182,7 @@ const chainArray = [
182
182
  shortName: 'tch',
183
183
  chainId: 7,
184
184
  networkId: 7,
185
+ icon: 'tch',
185
186
  explorers: [
186
187
  {
187
188
  name: 'Thaichain Explorer',
@@ -3397,6 +3398,26 @@ const chainArray = [
3397
3398
  networkId: 170,
3398
3399
  slip44: 1
3399
3400
  },
3401
+ {
3402
+ name: 'CO2e Ledger',
3403
+ chain: 'CO2E',
3404
+ rpc: [ 'https://rpc.co2ledger.xyz' ],
3405
+ faucets: [],
3406
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3407
+ nativeCurrency: { name: 'CO2e Token', symbol: 'CO2E', decimals: 18 },
3408
+ infoURL: 'https://co2ledger.xyz',
3409
+ shortName: 'CO2e',
3410
+ chainId: 171,
3411
+ networkId: 171,
3412
+ icon: 'co2e',
3413
+ explorers: [
3414
+ {
3415
+ name: 'CO2e Explorer',
3416
+ url: 'https://exp.co2ledger.xyz',
3417
+ standard: 'EIP3091'
3418
+ }
3419
+ ]
3420
+ },
3400
3421
  {
3401
3422
  name: 'Latam-Blockchain Resil Testnet',
3402
3423
  chain: 'Resil',
@@ -8321,6 +8342,25 @@ const chainArray = [
8321
8342
  }
8322
8343
  ]
8323
8344
  },
8345
+ {
8346
+ name: 'Palm Smart Chain',
8347
+ title: 'Palm Smart Chain',
8348
+ chain: 'Palm',
8349
+ rpc: [ 'https://rpc.palmsmartchain.io' ],
8350
+ faucets: [],
8351
+ nativeCurrency: { name: 'PALM', symbol: 'PALM', decimals: 18 },
8352
+ infoURL: 'https://palmsmartchain.io',
8353
+ shortName: 'PalmChain',
8354
+ chainId: 973,
8355
+ networkId: 973,
8356
+ explorers: [
8357
+ {
8358
+ name: 'Palm Smart Chain Explorer',
8359
+ url: 'https://explorer.palmsmartchain.io',
8360
+ standard: 'EIP3091'
8361
+ }
8362
+ ]
8363
+ },
8324
8364
  {
8325
8365
  name: 'Nepal Blockchain Network',
8326
8366
  chain: 'YETI',
@@ -11056,7 +11096,7 @@ const chainArray = [
11056
11096
  rpc: [ 'https://mainnet.pivotalprotocol.com' ],
11057
11097
  faucets: [],
11058
11098
  shortName: 'pivotal-mainnet',
11059
- nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
11099
+ nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
11060
11100
  infoURL: 'http://thepivotal.xyz/',
11061
11101
  explorers: [
11062
11102
  {
@@ -22776,7 +22816,7 @@ const chainArray = [
22776
22816
  rpc: [ 'https://sepolia.pivotalprotocol.com' ],
22777
22817
  faucets: [],
22778
22818
  shortName: 'pivotal-sepolia',
22779
- nativeCurrency: { name: 'Pivotal Plus', symbol: 'PLUS', decimals: 18 },
22819
+ nativeCurrency: { name: 'Pivotal ETH', symbol: 'ETH', decimals: 18 },
22780
22820
  infoURL: 'http://thepivotal.xyz/',
22781
22821
  explorers: [
22782
22822
  {
@@ -25042,7 +25082,7 @@ const chainArray = [
25042
25082
  ]
25043
25083
  },
25044
25084
  {
25045
- name: 'Zilliqa-2 EVM Devnet',
25085
+ name: 'Zilliqa 2 EVM devnet',
25046
25086
  chain: 'ZIL',
25047
25087
  rpc: [ 'https://api.zq2-devnet.zilliqa.com' ],
25048
25088
  faucets: [ 'https://faucet.zq2-devnet.zilliqa.com' ],
@@ -27247,11 +27287,11 @@ const chainArray = [
27247
27287
  {
27248
27288
  name: 'eCredits Testnet',
27249
27289
  chain: 'ECS',
27250
- rpc: [ 'https://rpc.tst.ecredits.com' ],
27290
+ rpc: [],
27251
27291
  faucets: [ 'https://faucet.tst.ecredits.com' ],
27252
27292
  nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
27253
27293
  infoURL: 'https://ecredits.com',
27254
- shortName: 'ecs-testnet',
27294
+ shortName: 'ecs-testnet-old',
27255
27295
  chainId: 63001,
27256
27296
  networkId: 63001,
27257
27297
  slip44: 1,
@@ -27263,6 +27303,29 @@ const chainArray = [
27263
27303
  icon: 'ecredits',
27264
27304
  standard: 'EIP3091'
27265
27305
  }
27306
+ ],
27307
+ status: 'deprecated'
27308
+ },
27309
+ {
27310
+ name: 'eSync Network Testnet',
27311
+ title: 'eSync Network Testnet',
27312
+ chain: 'ECS',
27313
+ rpc: [ 'http://rpc.tst.esync.network' ],
27314
+ faucets: [ 'https://faucet.tst.ecredits.com' ],
27315
+ nativeCurrency: { name: 'eCredits', symbol: 'ECS', decimals: 18 },
27316
+ infoURL: 'https://esync.network',
27317
+ shortName: 'esync-testnet',
27318
+ chainId: 63002,
27319
+ networkId: 63002,
27320
+ slip44: 1,
27321
+ icon: 'esync',
27322
+ explorers: [
27323
+ {
27324
+ name: 'eSync Network Testnet Explorer',
27325
+ url: 'https://explorer.tst.esync.network',
27326
+ icon: 'esync',
27327
+ standard: 'EIP3091'
27328
+ }
27266
27329
  ]
27267
27330
  },
27268
27331
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.478",
3
+ "version": "0.0.480",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {