Skip to content

Commit

Permalink
address last points
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Mar 27, 2023
1 parent f27c50d commit dd09a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal_transfers/actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const triggerInternalTransfersPipeline: ActionFn = async (
context: Context,
event: Event
) => {
// TODO - https://github.com/cowprotocol/solver-rewards/issues/219
const transactionEvent = event as TransactionEvent;
const txHash = transactionEvent.hash;
console.log(`Received Settlement Event with txHash ${txHash}`);
Expand Down
2 changes: 2 additions & 0 deletions internal_transfers/actions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"compileOnSave": true,
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node16",
"resolveJsonModule": true,
"noImplicitReturns": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"outDir": "out",
"sourceMap": true,
Expand Down

0 comments on commit dd09a49

Please sign in to comment.