eth-chainlist 0.0.449 → 0.0.450

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.450 (2024-07-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.449 ([c3ef4b9](https://github.com/poowf/eth-chainlist/commit/c3ef4b93cc5ed92cfbcd8757676a20b5b064c19b))
9
+ * update chain data ([11483c7](https://github.com/poowf/eth-chainlist/commit/11483c7a4f5a324233ca5a0b42e44089029f354c))
10
+
3
11
  ### 0.0.449 (2024-07-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13113,6 +13113,24 @@ const chainArray = [
13113
13113
  }
13114
13114
  ]
13115
13115
  },
13116
+ {
13117
+ name: 'Animechain Testnet',
13118
+ chain: 'Animechain',
13119
+ rpc: [ 'https://rpc.kanda.animechain.ai' ],
13120
+ faucets: [],
13121
+ nativeCurrency: { name: 'Coin', symbol: 'COIN', decimals: 18 },
13122
+ infoURL: 'https://animechain.ai',
13123
+ shortName: 'animechaint',
13124
+ chainId: 2162,
13125
+ networkId: 2162,
13126
+ explorers: [
13127
+ {
13128
+ name: 'blockscout',
13129
+ url: 'https://explorer.kanda.animechain.ai',
13130
+ standard: 'EIP3091'
13131
+ }
13132
+ ]
13133
+ },
13116
13134
  {
13117
13135
  name: 'Moonsama Network',
13118
13136
  chain: 'MSN',
@@ -25940,7 +25958,7 @@ const chainArray = [
25940
25958
  name: 'Orange Chain Mainnet',
25941
25959
  title: 'Orange Chain Mainnet',
25942
25960
  chain: 'Orange Chain',
25943
- rpc: [ 'https://rpc.orangechain.xyz' ],
25961
+ rpc: [ 'https://rpc.orangechain.xyz', 'https://hk-rpc.orangechain.xyz' ],
25944
25962
  faucets: [],
25945
25963
  nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
25946
25964
  infoURL: 'https://orangechain.xyz',
@@ -26175,6 +26193,29 @@ const chainArray = [
26175
26193
  }
26176
26194
  ]
26177
26195
  },
26196
+ {
26197
+ name: 'LAOS Sigma Testnet',
26198
+ title: 'LAOS Sigma Testnet',
26199
+ chain: 'LAOS Sigma Testnet',
26200
+ rpc: [
26201
+ 'https://rpc.laossigma.laosfoundation.io',
26202
+ 'wss://rpc.laossigma.laosfoundation.io'
26203
+ ],
26204
+ faucets: [],
26205
+ nativeCurrency: { name: 'SIGMA', symbol: 'SIGMA', decimals: 18 },
26206
+ infoURL: 'https://laosnetwork.io',
26207
+ shortName: 'laossigma',
26208
+ chainId: 62850,
26209
+ networkId: 62850,
26210
+ explorers: [
26211
+ {
26212
+ name: 'blockscout',
26213
+ url: 'https://sigma.explorer.laosnetwork.io',
26214
+ icon: 'blockscout',
26215
+ standard: 'EIP3091'
26216
+ }
26217
+ ]
26218
+ },
26178
26219
  {
26179
26220
  name: 'eCredits Mainnet',
26180
26221
  chain: 'ECS',
@@ -28460,6 +28501,21 @@ const chainArray = [
28460
28501
  networkId: 110011,
28461
28502
  parent: { type: 'L2', chain: 'eip155-110000' }
28462
28503
  },
28504
+ {
28505
+ name: 'MARS Credit',
28506
+ chain: 'MARS',
28507
+ rpc: [ 'https://node99-production-dd5f.up.railway.app:443' ],
28508
+ faucets: [],
28509
+ nativeCurrency: { name: 'Mars', symbol: 'MARS', decimals: 18 },
28510
+ infoURL: 'https://marscredit.xyz/',
28511
+ shortName: 'mars',
28512
+ chainId: 110110,
28513
+ networkId: 110110,
28514
+ slip44: 1,
28515
+ icon: 'marscredit',
28516
+ explorers: [],
28517
+ redFlags: []
28518
+ },
28463
28519
  {
28464
28520
  name: 'Siberium Test Network',
28465
28521
  chain: 'SBR',
@@ -35320,7 +35376,7 @@ const chainArray = [
35320
35376
  title: 'GitSwarm Test Network',
35321
35377
  chain: 'ETH',
35322
35378
  icon: 'gitswarm',
35323
- rpc: [ 'https://gitswarm.com:2096' ],
35379
+ rpc: [ 'https://testnet.gitswarm.com:2096' ],
35324
35380
  faucets: [],
35325
35381
  nativeCurrency: { name: 'GitSwarm Ether', symbol: 'GS-ETH', decimals: 18 },
35326
35382
  infoURL: 'https://gitswarm.com/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.449",
3
+ "version": "0.0.450",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {