Skip to content

Commit

Permalink
chore: fix test case build xrpl txs
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Aug 26, 2024
1 parent fdd80db commit cef3b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/src/actions/orai-to-xrpl.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { CwXrplInterface } from "@oraichain/xrpl-bridge-contracts-sdk";
import { Operation } from "@oraichain/xrpl-bridge-contracts-sdk/build/CwXrpl.types";
import { decode } from "ripple-binary-codec";
import { XRPL_ERROR_CODE, XRPLTxResult } from "src/constants";
import { Signer, SubmittableTransaction } from "xrpl";
import { XRPL_ERROR_CODE, XRPLTxResult } from "../constants";
import { BridgeSigners, RelayerAction, XrplClient } from "../type";
import XRPLRpcClient from "../xrpl/xrpl_rpc";
import {
Expand Down
2 changes: 2 additions & 0 deletions packages/relayer/tests/orai-to-xrpl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ describe("Orai to xrpl", () => {
TicketSequence: 10,
SigningPubKey: "",
Fee: "330",
Sequence: 0,
},
],
[
Expand Down Expand Up @@ -389,6 +390,7 @@ describe("Orai to xrpl", () => {
TicketSequence: 10,
SigningPubKey: "",
Fee: "330",
Sequence: 0,
},
],
[
Expand Down

0 comments on commit cef3b1f

Please sign in to comment.