@0xtorch/evm 0.0.165 → 0.0.166

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.
@@ -36,8 +36,8 @@ const createMegaEthChainCustom = ({ client, explorer, }) => ({
36
36
  explorer,
37
37
  client,
38
38
  blockTime: 1000,
39
- coingeckoId: undefined,
40
- defillamaId: undefined,
39
+ coingeckoId: 'megaeth',
40
+ defillamaId: 'megaeth',
41
41
  });
42
42
  exports.createMegaEthChainCustom = createMegaEthChainCustom;
43
43
  exports.megaEthHttpRpcs = [
@@ -32,8 +32,8 @@ export const createMegaEthChainCustom = ({ client, explorer, }) => ({
32
32
  explorer,
33
33
  client,
34
34
  blockTime: 1000,
35
- coingeckoId: undefined,
36
- defillamaId: undefined,
35
+ coingeckoId: 'megaeth',
36
+ defillamaId: 'megaeth',
37
37
  });
38
38
  export const megaEthHttpRpcs = [
39
39
  {
@@ -55,8 +55,8 @@ export const createMegaEthChainCustom = ({
55
55
  explorer,
56
56
  client,
57
57
  blockTime: 1000,
58
- coingeckoId: undefined,
59
- defillamaId: undefined,
58
+ coingeckoId: 'megaeth',
59
+ defillamaId: 'megaeth',
60
60
  })
61
61
 
62
62
  export const megaEthHttpRpcs: HttpRpc[] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xtorch/evm",
3
- "version": "0.0.165",
3
+ "version": "0.0.166",
4
4
  "description": "Cryptorch EVM extension",
5
5
  "keywords": [
6
6
  "cryptorch",