eth-chainlist 0.0.546 → 0.0.548

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.548 (2024-11-26)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.547 ([467b6b8](https://github.com/poowf/eth-chainlist/commit/467b6b808c2e6e117aac45da0f0dcb85bcc0cd45))
9
+ * update chain data ([d6f7e63](https://github.com/poowf/eth-chainlist/commit/d6f7e636f04062a14e2d94cc0fe17ca04e7a61bd))
10
+
11
+ ### 0.0.547 (2024-11-25)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.546 ([81fc6ab](https://github.com/poowf/eth-chainlist/commit/81fc6ab3f606a4c6865f17e95a92b3505c812a42))
17
+ * update chain data ([059daf4](https://github.com/poowf/eth-chainlist/commit/059daf40dfbba8490897dcf506f92b143c0b2270))
18
+
3
19
  ### 0.0.546 (2024-11-24)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3604,11 +3604,14 @@ const chainArray = [
3604
3604
  {
3605
3605
  name: 'IOST Mainnet',
3606
3606
  chain: 'iost',
3607
- rpc: [ 'https://iost-mainnet.alt.technology' ],
3607
+ rpc: [
3608
+ 'https://iost-mainnet.alt.technology',
3609
+ 'wss://iost-mainnet.alt.technology/ws'
3610
+ ],
3608
3611
  faucets: [],
3609
3612
  nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
3610
3613
  infoURL: 'https://iost.io',
3611
- shortName: 'iost-mainnet',
3614
+ shortName: 'iost',
3612
3615
  chainId: 182,
3613
3616
  networkId: 182,
3614
3617
  icon: 'bnbchain',
@@ -10183,6 +10186,18 @@ const chainArray = [
10183
10186
  }
10184
10187
  ]
10185
10188
  },
10189
+ {
10190
+ name: 'Litheum Test Network',
10191
+ chain: 'Litheum',
10192
+ rpc: [ 'https://testnet.litheum.com' ],
10193
+ faucets: [],
10194
+ nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 9 },
10195
+ infoURL: 'https://litheum.com',
10196
+ shortName: 'lith',
10197
+ chainId: 1174,
10198
+ networkId: 1174,
10199
+ explorers: []
10200
+ },
10186
10201
  {
10187
10202
  name: 'Smart Host Teknoloji TESTNET',
10188
10203
  chain: 'SHT',
@@ -12536,6 +12551,22 @@ const chainArray = [
12536
12551
  chainId: 1856,
12537
12552
  networkId: 1
12538
12553
  },
12554
+ {
12555
+ name: 'Soneium',
12556
+ shortName: 'soneium',
12557
+ title: 'Soneium mainnet',
12558
+ chain: 'ETH',
12559
+ icon: 'soneium',
12560
+ rpc: [],
12561
+ faucets: [],
12562
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12563
+ infoURL: 'https://soneium.org',
12564
+ chainId: 1868,
12565
+ networkId: 1868,
12566
+ status: 'incubating',
12567
+ explorers: [],
12568
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
12569
+ },
12539
12570
  {
12540
12571
  name: 'Whitechain',
12541
12572
  chain: 'WBT',
@@ -17336,6 +17367,26 @@ const chainArray = [
17336
17367
  }
17337
17368
  ]
17338
17369
  },
17370
+ {
17371
+ name: 'CrossFi Mainnet',
17372
+ icon: 'crossfi',
17373
+ chain: 'crossfi',
17374
+ rpc: [ 'https://rpc.mainnet.ms/' ],
17375
+ faucets: [],
17376
+ nativeCurrency: { name: 'CrossFi Token', symbol: 'XFI', decimals: 18 },
17377
+ infoURL: 'https://crossfi.org',
17378
+ shortName: 'crossfi',
17379
+ chainId: 4158,
17380
+ networkId: 4158,
17381
+ slip44: 1,
17382
+ explorers: [
17383
+ {
17384
+ name: 'CrossFi Mainnet Scan',
17385
+ url: 'https://xfiscan.com',
17386
+ standard: 'none'
17387
+ }
17388
+ ]
17389
+ },
17339
17390
  {
17340
17391
  name: 'SX Rollup',
17341
17392
  chain: 'SX',
@@ -18142,6 +18193,30 @@ const chainArray = [
18142
18193
  ],
18143
18194
  status: 'active'
18144
18195
  },
18196
+ {
18197
+ name: 'Pioneer Zero Chain',
18198
+ chain: 'PZO',
18199
+ icon: 'pzo',
18200
+ rpc: [ 'https://rpc.zeroscan.org' ],
18201
+ faucets: [ 'https://faucet.zeroscan.org/faucet' ],
18202
+ nativeCurrency: { name: 'Pioneer Zero', symbol: 'PZO', decimals: 18 },
18203
+ infoURL: 'https://pionechain.com',
18204
+ shortName: 'pzo',
18205
+ chainId: 5080,
18206
+ networkId: 5080,
18207
+ explorers: [
18208
+ {
18209
+ name: 'Pioneer Zero Chain Explorer',
18210
+ url: 'https://zeroscan.org',
18211
+ standard: 'EIP3091'
18212
+ },
18213
+ {
18214
+ name: 'Pioneer Zero Chain Explorer',
18215
+ url: 'https://zero.pionescan.com',
18216
+ standard: 'EIP3091'
18217
+ }
18218
+ ]
18219
+ },
18145
18220
  {
18146
18221
  name: 'Pioneer Chain Testnet',
18147
18222
  chain: 'PIO',
@@ -25952,6 +26027,19 @@ const chainArray = [
25952
26027
  }
25953
26028
  ]
25954
26029
  },
26030
+ {
26031
+ name: '1Money Network Mainnet',
26032
+ chain: '1Money Network',
26033
+ rpc: [ 'https://mainnet.1money.network' ],
26034
+ faucets: [],
26035
+ nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
26036
+ features: [ { name: 'EIP155' } ],
26037
+ infoURL: 'https://1money.com',
26038
+ shortName: '1money',
26039
+ chainId: 21210,
26040
+ networkId: 21210,
26041
+ explorers: []
26042
+ },
25955
26043
  {
25956
26044
  name: 'DCpay Mainnet',
25957
26045
  chain: 'DCpay',
@@ -37053,6 +37141,19 @@ const chainArray = [
37053
37141
  }
37054
37142
  ]
37055
37143
  },
37144
+ {
37145
+ name: '1Money Network Testnet',
37146
+ chain: '1Money Testnet',
37147
+ rpc: [ 'https://testnet.1money.network' ],
37148
+ faucets: [],
37149
+ nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
37150
+ features: [ { name: 'EIP155' } ],
37151
+ infoURL: 'https://1money.com',
37152
+ shortName: '1money-testnet',
37153
+ chainId: 1212101,
37154
+ networkId: 1212101,
37155
+ explorers: []
37156
+ },
37056
37157
  {
37057
37158
  name: 'Sharecle Mainnet',
37058
37159
  chain: 'SHARECLE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.546",
3
+ "version": "0.0.548",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {