eth-chainlist 0.0.338 → 0.0.340

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.340 (2024-02-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.339 ([0e9d391](https://github.com/poowf/eth-chainlist/commit/0e9d3915fbf696172e40d81feae712b0b2b034f3))
9
+ * update chain data ([faf27f4](https://github.com/poowf/eth-chainlist/commit/faf27f405b45291e3055d4e0405d56b0ffd75d7e))
10
+
11
+ ### 0.0.339 (2024-02-14)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.338 ([a76e36d](https://github.com/poowf/eth-chainlist/commit/a76e36d4ed9f47b89f6b7c14312e11309a847638))
17
+ * update chain data ([f77aaa6](https://github.com/poowf/eth-chainlist/commit/f77aaa6c57ea8ac95c5e3fcc92ab1bbbe2e25345))
18
+
3
19
  ### 0.0.338 (2024-02-13)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -10926,6 +10926,26 @@ const chainArray = [
10926
10926
  ],
10927
10927
  parent: { type: 'L2', chain: 'eip155-248' }
10928
10928
  },
10929
+ {
10930
+ name: 'Karak Mainnet',
10931
+ chain: 'Karak',
10932
+ icon: 'karak',
10933
+ rpc: [ 'https://rpc.karak.network' ],
10934
+ faucets: [],
10935
+ nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
10936
+ infoURL: 'https://karak.network',
10937
+ shortName: 'karak-mainnet',
10938
+ chainId: 2410,
10939
+ networkId: 2410,
10940
+ explorers: [
10941
+ {
10942
+ name: 'Karak Mainnet Explorer',
10943
+ url: 'https://explorer.karak.network',
10944
+ standard: 'EIP3091'
10945
+ }
10946
+ ],
10947
+ parent: { type: 'L2', chain: 'eip155-1' }
10948
+ },
10929
10949
  {
10930
10950
  name: 'XODEX',
10931
10951
  chain: 'XODEX',
@@ -10946,6 +10966,31 @@ const chainArray = [
10946
10966
  }
10947
10967
  ]
10948
10968
  },
10969
+ {
10970
+ name: 'Polygon zkEVM Cardona Testnet',
10971
+ title: 'Polygon zkEVM Cardona Testnet',
10972
+ chain: 'Polygon',
10973
+ rpc: [ 'https://rpc.cardona.zkevm-rpc.com' ],
10974
+ faucets: [],
10975
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
10976
+ infoURL: 'https://polygon.technology/polygon-zkevm',
10977
+ shortName: 'zkevm-testnet-cardona',
10978
+ chainId: 2442,
10979
+ networkId: 2442,
10980
+ icon: 'zkevm',
10981
+ explorers: [
10982
+ {
10983
+ name: 'polygonscan',
10984
+ url: 'https://cardona-zkevm.polygonscan.com',
10985
+ standard: 'EIP3091'
10986
+ }
10987
+ ],
10988
+ parent: {
10989
+ type: 'L2',
10990
+ chain: 'eip155-1',
10991
+ bridges: [ { url: 'https://bridge-ui.cardona.zkevm-rpc.com' } ]
10992
+ }
10993
+ },
10949
10994
  {
10950
10995
  name: 'Hybrid Chain Network Testnet',
10951
10996
  chain: 'HYBRID',
@@ -11015,6 +11060,26 @@ const chainArray = [
11015
11060
  }
11016
11061
  ]
11017
11062
  },
11063
+ {
11064
+ name: 'Karak Testnet',
11065
+ chain: 'Karak',
11066
+ icon: 'karak',
11067
+ rpc: [ 'https://goerli.node1.karak.network' ],
11068
+ faucets: [],
11069
+ nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
11070
+ infoURL: 'https://karak.network',
11071
+ shortName: 'karak-testnet',
11072
+ chainId: 2511,
11073
+ networkId: 2511,
11074
+ explorers: [
11075
+ {
11076
+ name: 'Karak Testnet Explorer',
11077
+ url: 'https://goerli.scan.karak.network',
11078
+ standard: 'EIP3091'
11079
+ }
11080
+ ],
11081
+ parent: { type: 'L2', chain: 'eip155-5' }
11082
+ },
11018
11083
  {
11019
11084
  name: 'Fraxtal Testnet',
11020
11085
  chain: 'FRAX',
@@ -15028,6 +15093,30 @@ const chainArray = [
15028
15093
  chainId: 8889,
15029
15094
  networkId: 8889
15030
15095
  },
15096
+ {
15097
+ name: 'Orenium Testnet Protocol',
15098
+ chain: 'ORE',
15099
+ rpc: [
15100
+ 'https://rpc-dev-testnet.orenium.org/',
15101
+ 'https://rpc-testnet.orenium.org/'
15102
+ ],
15103
+ nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
15104
+ infoURL: 'https://orenium.org',
15105
+ shortName: 'tore',
15106
+ chainId: 8890,
15107
+ networkId: 8890,
15108
+ slip44: 1,
15109
+ icon: 'ore',
15110
+ faucets: [ 'https://faucetcoin.orenium.org' ],
15111
+ explorers: [
15112
+ {
15113
+ name: 'ORE Testnet Explorer',
15114
+ icon: 'ore',
15115
+ url: 'https://testnet.oreniumscan.org',
15116
+ standard: 'none'
15117
+ }
15118
+ ]
15119
+ },
15031
15120
  {
15032
15121
  name: 'Mammoth Mainnet',
15033
15122
  title: 'Mammoth Chain',
@@ -17235,6 +17324,25 @@ const chainArray = [
17235
17324
  }
17236
17325
  ]
17237
17326
  },
17327
+ {
17328
+ name: 'C4EI',
17329
+ chain: 'C4EI',
17330
+ rpc: [ 'https://rpc.c4ei.net' ],
17331
+ faucets: [ 'https://play.google.com/store/apps/details?id=net.c4ei.fps2' ],
17332
+ nativeCurrency: { name: 'C4EI', symbol: 'C4EI', decimals: 18 },
17333
+ infoURL: 'https://c4ei.net',
17334
+ shortName: 'c4ei',
17335
+ chainId: 21004,
17336
+ networkId: 21004,
17337
+ explorers: [
17338
+ {
17339
+ name: 'C4EI sirato',
17340
+ url: 'https://exp.c4ei.net',
17341
+ icon: 'c4ei',
17342
+ standard: 'none'
17343
+ }
17344
+ ]
17345
+ },
17238
17346
  {
17239
17347
  name: 'All About Healthy',
17240
17348
  chain: 'AAH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.338",
3
+ "version": "0.0.340",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {