eth-chainlist 0.0.131 → 0.0.132

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.132 (2023-04-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.131 ([ee7c232](https://github.com/poowf/eth-chainlist/commit/ee7c232f128b8ca0e819acfc0ba765cb721b60bf))
9
+ * update chain data ([236763c](https://github.com/poowf/eth-chainlist/commit/236763ca40dadf39ffdafe1bf17484953cf65763))
10
+
3
11
  ### 0.0.131 (2023-04-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -1072,22 +1072,17 @@ const chainArray = [
1072
1072
  ]
1073
1073
  },
1074
1074
  {
1075
- name: 'EOS Mainnet',
1075
+ name: 'EOS EVM Legacy',
1076
1076
  chain: 'EOS',
1077
1077
  rpc: [ 'https://api.eosargentina.io' ],
1078
1078
  faucets: [],
1079
1079
  nativeCurrency: { name: 'EOS', symbol: 'EOS', decimals: 18 },
1080
- infoURL: 'https://eoscommunity.org/',
1081
- shortName: 'EOSMainnet',
1080
+ infoURL: 'https://eosargentina.io',
1081
+ shortName: 'eos-legacy',
1082
1082
  chainId: 59,
1083
1083
  networkId: 59,
1084
- explorers: [
1085
- {
1086
- name: 'bloks',
1087
- url: 'https://bloks.eosargentina.io',
1088
- standard: 'EIP3091'
1089
- }
1090
- ]
1084
+ explorers: [],
1085
+ status: 'deprecated'
1091
1086
  },
1092
1087
  {
1093
1088
  name: 'GoChain',
@@ -1709,16 +1704,11 @@ const chainArray = [
1709
1704
  faucets: [],
1710
1705
  nativeCurrency: { name: 'EOS', symbol: 'EOS', decimals: 18 },
1711
1706
  infoURL: 'https://www.cryptokylin.io/',
1712
- shortName: 'KylinTestnet',
1707
+ shortName: 'kylin',
1713
1708
  chainId: 95,
1714
1709
  networkId: 95,
1715
- explorers: [
1716
- {
1717
- name: 'eosq',
1718
- url: 'https://kylin.eosargentina.io',
1719
- standard: 'EIP3091'
1720
- }
1721
- ]
1710
+ explorers: [],
1711
+ status: 'deprecated'
1722
1712
  },
1723
1713
  {
1724
1714
  name: 'Bitkub Chain',
@@ -5985,6 +5975,29 @@ const chainArray = [
5985
5975
  }
5986
5976
  ]
5987
5977
  },
5978
+ {
5979
+ name: 'Zafirium Mainnet',
5980
+ chain: 'ZAFIC',
5981
+ icon: 'zafirium',
5982
+ rpc: [ 'https://mainnet.zakumi.io' ],
5983
+ faucets: [],
5984
+ nativeCurrency: {
5985
+ name: 'Zakumi Chain Native Token',
5986
+ symbol: 'ZAFIC',
5987
+ decimals: 18
5988
+ },
5989
+ infoURL: 'https://www.zakumi.io',
5990
+ shortName: 'zafic',
5991
+ chainId: 1369,
5992
+ networkId: 1369,
5993
+ explorers: [
5994
+ {
5995
+ name: 'zafirium-explorer',
5996
+ url: 'https://explorer.zakumi.io',
5997
+ standard: 'none'
5998
+ }
5999
+ ]
6000
+ },
5988
6001
  {
5989
6002
  name: 'AmStar Mainnet',
5990
6003
  chain: 'AmStar',
@@ -6212,6 +6225,28 @@ const chainArray = [
6212
6225
  }
6213
6226
  ]
6214
6227
  },
6228
+ {
6229
+ name: 'Horizen Gobi Testnet',
6230
+ shortName: 'Gobi',
6231
+ chain: 'Gobi',
6232
+ icon: 'eon',
6233
+ rpc: [ 'https://gobi-testnet.horizenlabs.io/ethv1' ],
6234
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6235
+ faucets: [ 'https://faucet.horizen.io' ],
6236
+ nativeCurrency: { name: 'Testnet Zen', symbol: 'tZEN', decimals: 18 },
6237
+ infoURL: 'https://horizen.io/',
6238
+ chainId: 1663,
6239
+ networkId: 1663,
6240
+ slip44: 121,
6241
+ explorers: [
6242
+ {
6243
+ name: 'Gobi Testnet Block Explorer',
6244
+ url: 'https://gobi-explorer.horizen.io',
6245
+ icon: 'eon',
6246
+ standard: 'EIP3091'
6247
+ }
6248
+ ]
6249
+ },
6215
6250
  {
6216
6251
  name: 'LUDAN Mainnet',
6217
6252
  chain: 'LUDAN',
@@ -10162,6 +10197,32 @@ const chainArray = [
10162
10197
  }
10163
10198
  ]
10164
10199
  },
10200
+ {
10201
+ name: 'Carbon EVM',
10202
+ chain: 'Carbon',
10203
+ icon: 'carbon',
10204
+ rpc: [ 'https://evm-api.carbon.network/' ],
10205
+ faucets: [],
10206
+ nativeCurrency: { name: 'swth', symbol: 'SWTH', decimals: 18 },
10207
+ infoURL: 'https://carbon.network/',
10208
+ shortName: 'carbon',
10209
+ chainId: 9790,
10210
+ networkId: 9790,
10211
+ explorers: []
10212
+ },
10213
+ {
10214
+ name: 'Carbon EVM Testnet',
10215
+ chain: 'Carbon',
10216
+ icon: 'carbon',
10217
+ rpc: [ 'https://test-evm-api.carbon.network/' ],
10218
+ faucets: [],
10219
+ nativeCurrency: { name: 'swth', symbol: 'SWTH', decimals: 18 },
10220
+ infoURL: 'https://carbon.network/',
10221
+ shortName: 'carbon-testnet',
10222
+ chainId: 9792,
10223
+ networkId: 9792,
10224
+ explorers: []
10225
+ },
10165
10226
  {
10166
10227
  name: 'myOwn Testnet',
10167
10228
  chain: 'myOwn',
@@ -10810,6 +10871,30 @@ const chainArray = [
10810
10871
  }
10811
10872
  ]
10812
10873
  },
10874
+ {
10875
+ name: 'EOS EVM Network Testnet',
10876
+ chain: 'EOS',
10877
+ icon: 'eos',
10878
+ rpc: [ 'https://api.testnet.evm.eosnetwork.com' ],
10879
+ faucets: [],
10880
+ nativeCurrency: { name: 'EOS', symbol: 'EOS', decimals: 18 },
10881
+ infoURL: 'https://eosnetwork.com/eos-evm',
10882
+ shortName: 'eos-testnet',
10883
+ chainId: 15557,
10884
+ networkId: 15557,
10885
+ explorers: [
10886
+ {
10887
+ name: 'EOS EVM Explorer',
10888
+ url: 'https://explorer.testnet.evm.eosnetwork.com',
10889
+ standard: 'EIP3091'
10890
+ }
10891
+ ],
10892
+ parent: {
10893
+ type: 'L2',
10894
+ chain: 'eip155-1',
10895
+ bridges: [ { url: 'https://bridge.testnet.evm.eosnetwork.com' } ]
10896
+ }
10897
+ },
10813
10898
  {
10814
10899
  name: 'MetaDot Mainnet',
10815
10900
  chain: 'MTT',
@@ -10912,6 +10997,33 @@ const chainArray = [
10912
10997
  }
10913
10998
  ]
10914
10999
  },
11000
+ {
11001
+ name: 'EOS EVM Network',
11002
+ chain: 'EOS',
11003
+ icon: 'eos',
11004
+ rpc: [ 'https://api.evm.eosnetwork.com' ],
11005
+ faucets: [],
11006
+ nativeCurrency: { name: 'EOS', symbol: 'EOS', decimals: 18 },
11007
+ infoURL: 'https://eosnetwork.com/eos-evm',
11008
+ shortName: 'eos',
11009
+ chainId: 17777,
11010
+ networkId: 17777,
11011
+ explorers: [
11012
+ {
11013
+ name: 'EOS EVM Explorer',
11014
+ url: 'https://explorer.evm.eosnetwork.com',
11015
+ standard: 'EIP3091'
11016
+ }
11017
+ ],
11018
+ parent: {
11019
+ type: 'L2',
11020
+ chain: 'eip155-1',
11021
+ bridges: [
11022
+ { url: 'https://bridge.evm.eosnetwork.com' },
11023
+ { url: 'https://app.multichain.org' }
11024
+ ]
11025
+ }
11026
+ },
10915
11027
  {
10916
11028
  name: 'Frontier of Dreams Testnet',
10917
11029
  chain: 'Game Network',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {