eth-chainlist 0.0.131 → 0.0.133

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +180 -25
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.133 (2023-04-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.132 ([eb532d1](https://github.com/poowf/eth-chainlist/commit/eb532d15434524224347701330d293de0ddf881b))
9
+ * update chain data ([aea6781](https://github.com/poowf/eth-chainlist/commit/aea678141ba6772f25ecbae34583ac1e30d43c58))
10
+
11
+ ### 0.0.132 (2023-04-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.131 ([ee7c232](https://github.com/poowf/eth-chainlist/commit/ee7c232f128b8ca0e819acfc0ba765cb721b60bf))
17
+ * update chain data ([236763c](https://github.com/poowf/eth-chainlist/commit/236763ca40dadf39ffdafe1bf17484953cf65763))
18
+
3
19
  ### 0.0.131 (2023-04-19)
4
20
 
5
21
 
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',
@@ -9119,10 +9154,10 @@ const chainArray = [
9119
9154
  ]
9120
9155
  },
9121
9156
  {
9122
- name: 'ADIL Mainnet',
9157
+ name: 'Adil Chain V2 Mainnet',
9123
9158
  chain: 'ADIL',
9124
9159
  icon: 'adil',
9125
- rpc: [ 'https://s2.adilchain-rpc.io' ],
9160
+ rpc: [ 'https://adilchain-rpc.io' ],
9126
9161
  faucets: [],
9127
9162
  nativeCurrency: { name: 'ADIL', symbol: 'ADIL', decimals: 18 },
9128
9163
  infoURL: 'https://adilchain.io',
@@ -9132,7 +9167,7 @@ const chainArray = [
9132
9167
  explorers: [
9133
9168
  {
9134
9169
  name: 'ADIL Mainnet Explorer',
9135
- url: 'https://s2.adilchain-scan.io',
9170
+ url: 'https://adilchain-scan.io',
9136
9171
  standard: 'EIP3091'
9137
9172
  }
9138
9173
  ]
@@ -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',
@@ -11270,6 +11382,25 @@ const chainArray = [
11270
11382
  }
11271
11383
  ]
11272
11384
  },
11385
+ {
11386
+ name: 'Ferrum Testnet',
11387
+ chain: 'tFRM',
11388
+ rpc: [ 'http://testnet.dev.svcs.ferrumnetwork.io:9933' ],
11389
+ faucets: [ 'https://testnet.faucet.ferrumnetwork.io' ],
11390
+ nativeCurrency: { name: 'Ferrum', symbol: 'tFRM', decimals: 18 },
11391
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11392
+ infoURL: 'https://ferrum.network',
11393
+ shortName: 'frm',
11394
+ chainId: 26026,
11395
+ networkId: 26026,
11396
+ explorers: [
11397
+ {
11398
+ name: 'polkadotjs',
11399
+ url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer',
11400
+ standard: 'none'
11401
+ }
11402
+ ]
11403
+ },
11273
11404
  {
11274
11405
  name: 'Hertz Network Mainnet',
11275
11406
  chain: 'HTZ',
@@ -11488,6 +11619,25 @@ const chainArray = [
11488
11619
  }
11489
11620
  ]
11490
11621
  },
11622
+ {
11623
+ name: 'Zilliqa EVM',
11624
+ chain: 'ZIL',
11625
+ rpc: [ 'https://api.zilliqa.com' ],
11626
+ faucets: [],
11627
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
11628
+ infoURL: 'https://www.zilliqa.com/',
11629
+ shortName: 'zil',
11630
+ chainId: 32769,
11631
+ networkId: 32769,
11632
+ icon: 'zilliqa',
11633
+ explorers: [
11634
+ {
11635
+ name: 'Zilliqa EVM Explorer',
11636
+ url: 'https://evmx.zilliqa.com',
11637
+ standard: 'none'
11638
+ }
11639
+ ]
11640
+ },
11491
11641
  {
11492
11642
  name: 'Zilliqa EVM Testnet',
11493
11643
  chain: 'ZIL',
@@ -12178,11 +12328,16 @@ const chainArray = [
12178
12328
  },
12179
12329
  {
12180
12330
  name: 'Linea Testnet',
12181
- title: 'Linea Testnet',
12331
+ title: 'Linea Goerli Testnet',
12182
12332
  chain: 'ETH',
12183
- rpc: [ 'https://rpc.goerli.linea.build' ],
12333
+ rpc: [
12334
+ 'https://rpc.goerli.linea.build',
12335
+ 'wss://rpc.goerli.linea.build',
12336
+ 'https://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}',
12337
+ 'wss://consensys-zkevm-goerli-prealpha.infura.io/v3/${INFURA_API_KEY}'
12338
+ ],
12184
12339
  faucets: [ 'https://faucetlink.to/goerli' ],
12185
- nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
12340
+ nativeCurrency: { name: 'Linea Ether', symbol: 'ETH', decimals: 18 },
12186
12341
  infoURL: 'https://linea.build',
12187
12342
  shortName: 'linea-testnet',
12188
12343
  chainId: 59140,
@@ -12199,7 +12354,7 @@ const chainArray = [
12199
12354
  },
12200
12355
  explorers: [
12201
12356
  {
12202
- name: 'Linea Testnet Explorer',
12357
+ name: 'blockscout',
12203
12358
  url: 'https://explorer.goerli.linea.build',
12204
12359
  standard: 'EIP3091',
12205
12360
  icon: 'linea'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {