Skip to content

Commit

Permalink
merge #63
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi authored Oct 19, 2023
1 parent faf1c26 commit 4014240
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/adapters/xdai/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ import { constructTransferParams } from "../../helpers/eventParams";
// 0x88ad09518695c6c3712AC10a214bE5109a655671 is Gnosis Chain: Omni Bridge

const daiDepositParams = constructTransferParams("0x4aa42145Aa6Ebf72e164C9bBC74fbD3788045016", true);
const daiWithdrawalParams = constructTransferParams("0x4aa42145Aa6Ebf72e164C9bBC74fbD3788045016", false);
const daiWithdrawalParams: PartialContractEventParams = constructTransferParams(
"0x4aa42145Aa6Ebf72e164C9bBC74fbD3788045016",
false,
{
excludeTo: ["0x83F20F44975D03b1b09e64809B757c47f942BEeA"], //sDAI
}
);

const omniDepositEventParams: ContractEventParams = {
target: "0x88ad09518695c6c3712AC10a214bE5109a655671",
Expand Down

0 comments on commit 4014240

Please sign in to comment.