eth-chainlist 0.0.338 → 0.0.339

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.339 (2024-02-14)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.338 ([a76e36d](https://github.com/poowf/eth-chainlist/commit/a76e36d4ed9f47b89f6b7c14312e11309a847638))
9
+ * update chain data ([f77aaa6](https://github.com/poowf/eth-chainlist/commit/f77aaa6c57ea8ac95c5e3fcc92ab1bbbe2e25345))
10
+
3
11
  ### 0.0.338 (2024-02-13)
4
12
 
5
13
 
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',
@@ -11015,6 +11035,26 @@ const chainArray = [
11015
11035
  }
11016
11036
  ]
11017
11037
  },
11038
+ {
11039
+ name: 'Karak Testnet',
11040
+ chain: 'Karak',
11041
+ icon: 'karak',
11042
+ rpc: [ 'https://goerli.node1.karak.network' ],
11043
+ faucets: [],
11044
+ nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
11045
+ infoURL: 'https://karak.network',
11046
+ shortName: 'karak-testnet',
11047
+ chainId: 2511,
11048
+ networkId: 2511,
11049
+ explorers: [
11050
+ {
11051
+ name: 'Karak Testnet Explorer',
11052
+ url: 'https://goerli.scan.karak.network',
11053
+ standard: 'EIP3091'
11054
+ }
11055
+ ],
11056
+ parent: { type: 'L2', chain: 'eip155-5' }
11057
+ },
11018
11058
  {
11019
11059
  name: 'Fraxtal Testnet',
11020
11060
  chain: 'FRAX',
@@ -15028,6 +15068,30 @@ const chainArray = [
15028
15068
  chainId: 8889,
15029
15069
  networkId: 8889
15030
15070
  },
15071
+ {
15072
+ name: 'Orenium Testnet Protocol',
15073
+ chain: 'ORE',
15074
+ rpc: [
15075
+ 'https://rpc-dev-testnet.orenium.org/',
15076
+ 'https://rpc-testnet.orenium.org/'
15077
+ ],
15078
+ nativeCurrency: { name: 'ORENIUM', symbol: 'tORE', decimals: 18 },
15079
+ infoURL: 'https://orenium.org',
15080
+ shortName: 'tore',
15081
+ chainId: 8890,
15082
+ networkId: 8890,
15083
+ slip44: 1,
15084
+ icon: 'ore',
15085
+ faucets: [ 'https://faucetcoin.orenium.org' ],
15086
+ explorers: [
15087
+ {
15088
+ name: 'ORE Testnet Explorer',
15089
+ icon: 'ore',
15090
+ url: 'https://testnet.oreniumscan.org',
15091
+ standard: 'none'
15092
+ }
15093
+ ]
15094
+ },
15031
15095
  {
15032
15096
  name: 'Mammoth Mainnet',
15033
15097
  title: 'Mammoth Chain',
@@ -17235,6 +17299,25 @@ const chainArray = [
17235
17299
  }
17236
17300
  ]
17237
17301
  },
17302
+ {
17303
+ name: 'C4EI',
17304
+ chain: 'C4EI',
17305
+ rpc: [ 'https://rpc.c4ei.net' ],
17306
+ faucets: [ 'https://play.google.com/store/apps/details?id=net.c4ei.fps2' ],
17307
+ nativeCurrency: { name: 'C4EI', symbol: 'C4EI', decimals: 18 },
17308
+ infoURL: 'https://c4ei.net',
17309
+ shortName: 'c4ei',
17310
+ chainId: 21004,
17311
+ networkId: 21004,
17312
+ explorers: [
17313
+ {
17314
+ name: 'C4EI sirato',
17315
+ url: 'https://exp.c4ei.net',
17316
+ icon: 'c4ei',
17317
+ standard: 'none'
17318
+ }
17319
+ ]
17320
+ },
17238
17321
  {
17239
17322
  name: 'All About Healthy',
17240
17323
  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.339",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {