eth-chainlist 0.0.773 → 0.0.774

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.774 (2026-05-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.773 ([0f11eb7](https://github.com/poowf/eth-chainlist/commit/0f11eb7c4fe2f6bd276bf061a4a620ebdcc3ba12))
9
+ * update chain data ([0f1e342](https://github.com/poowf/eth-chainlist/commit/0f1e3420f055d49d12b9beef5a89de7658d581f1))
10
+
3
11
  ### 0.0.773 (2026-05-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12226,6 +12226,19 @@ const chainArray = [
12226
12226
  }
12227
12227
  ]
12228
12228
  },
12229
+ {
12230
+ name: 'BrainArk',
12231
+ chain: 'BAK',
12232
+ icon: 'brainark',
12233
+ rpc: [ 'https://rpc.brainark.online' ],
12234
+ faucets: [],
12235
+ nativeCurrency: { name: 'BrainArk', symbol: 'BAK', decimals: 18 },
12236
+ infoURL: 'https://brainark.online',
12237
+ shortName: 'bak',
12238
+ chainId: 1236,
12239
+ networkId: 1236,
12240
+ explorers: []
12241
+ },
12229
12242
  {
12230
12243
  name: 'ARC Mainnet',
12231
12244
  chain: 'ARC',
@@ -18926,6 +18939,24 @@ const chainArray = [
18926
18939
  slip44: 1,
18927
18940
  explorers: []
18928
18941
  },
18942
+ {
18943
+ name: 'XO Market',
18944
+ chain: 'XO',
18945
+ rpc: [ 'https://rpc-mainnet-2.xo.market/' ],
18946
+ faucets: [],
18947
+ nativeCurrency: { name: 'XO', symbol: 'XO', decimals: 18 },
18948
+ infoURL: 'https://xo.market',
18949
+ shortName: 'xo',
18950
+ chainId: 3223,
18951
+ networkId: 3223,
18952
+ explorers: [
18953
+ {
18954
+ name: 'XO Market Explorer',
18955
+ url: 'https://explorer-mainnet.xo.market',
18956
+ standard: 'EIP3091'
18957
+ }
18958
+ ]
18959
+ },
18929
18960
  {
18930
18961
  name: 'C9XChain',
18931
18962
  chain: 'C9XChain',
@@ -26269,6 +26300,7 @@ const chainArray = [
26269
26300
  {
26270
26301
  name: 'EB-Chain',
26271
26302
  chain: 'EBC',
26303
+ icon: 'ebc',
26272
26304
  rpc: [ 'https://rpc.ebcscan.net' ],
26273
26305
  faucets: [ 'https://ebcscan.net/faucet' ],
26274
26306
  nativeCurrency: { name: 'EBC', symbol: 'EBC', decimals: 18 },
@@ -31704,6 +31736,27 @@ const chainArray = [
31704
31736
  slip44: 1,
31705
31737
  explorers: []
31706
31738
  },
31739
+ {
31740
+ name: 'MACos Chain',
31741
+ chain: 'MACOS',
31742
+ icon: 'macos',
31743
+ rpc: [ 'https://rpc1.codeupp.xyz' ],
31744
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
31745
+ faucets: [],
31746
+ nativeCurrency: { name: 'MACos Coin', symbol: 'MCOS', decimals: 18 },
31747
+ infoURL: 'https://macosscan.codeupp.xyz',
31748
+ shortName: 'macos',
31749
+ chainId: 20261,
31750
+ networkId: 20261,
31751
+ explorers: [
31752
+ {
31753
+ name: 'MACos Explorer',
31754
+ url: 'https://macosscan.codeupp.xyz',
31755
+ icon: 'macos',
31756
+ standard: 'EIP3091'
31757
+ }
31758
+ ]
31759
+ },
31707
31760
  {
31708
31761
  name: 'XUSD ONE StableChain Mainnet',
31709
31762
  chain: 'XUSD ONE',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.773",
3
+ "version": "0.0.774",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {