Skip to content

Commit

Permalink
fix: paraswap abi (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger authored Sep 25, 2023
1 parent ab52d36 commit 8227a82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const pathEncoding = {
type: "uint256",
},
{
name: "adapter",
name: "adapters",
type: "tuple[]",
...adapterEncoding,
},
Expand Down Expand Up @@ -172,7 +172,7 @@ export type Adapter = {
export type Path = {
to: Address;
totalNetworkFee: bigint;
adapter: ReadonlyArray<Adapter>;
adapters: ReadonlyArray<Adapter>;
};

export type MegaSwapData = ReadonlyArray<{
Expand Down

0 comments on commit 8227a82

Please sign in to comment.