Skip to content

Commit

Permalink
Tidy up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 14, 2024
1 parent a5b97fb commit 3eb8f48
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 3,580 deletions.
3 changes: 1 addition & 2 deletions packages/ethermint-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"build": "yarn build:ts && yarn build:bundle"
},
"dependencies": {
"@subql/common-cosmos": "^5.0.2",
"@subql/types-cosmos": "^3.5.1",
"@subql/types-cosmos": "^3.5.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"ethers": "^5.7.2"
Expand Down
1 change: 0 additions & 1 deletion packages/ethermint-evm/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import {EventFragment, FunctionFragment} from '@ethersproject/abi';
import {isHexString, hexStripZeros, hexDataSlice} from '@ethersproject/bytes';
import {id} from '@ethersproject/hash';
import {CustomModule} from '@subql/types-cosmos';

export function stringNormalizedEq(a?: string, b?: string): boolean {
return a?.toLowerCase() === b?.toLowerCase();
Expand Down
3 changes: 3 additions & 0 deletions packages/moonbeam-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
},
"dependencies": {
"@subql/frontier-evm-processor": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.15.18"
}
}
1 change: 0 additions & 1 deletion packages/moonbeam-evm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: Apache-2.0

import {Result} from '@ethersproject/abi';
import {TransactionV2, EthTransaction, EvmLog} from '@polkadot/types/interfaces';
import {
SecondLayerHandlerProcessor,
SubstrateCustomDatasource,
Expand Down
2 changes: 1 addition & 1 deletion packages/substrate-wasm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export function getSelector(data: Vec<u8>): string {
}
}

const EventProcessor: SecondLayerHandlerProcessor_1_0_0<
const EventProcessor: SecondLayerHandlerProcessor<
SubstrateHandlerKind.Event,
WasmEventFilter,
WasmEvent,
Expand Down
Loading

0 comments on commit 3eb8f48

Please sign in to comment.