diff --git a/.changeset/great-avocados-impress.md b/.changeset/great-avocados-impress.md new file mode 100644 index 0000000..12a0d8e --- /dev/null +++ b/.changeset/great-avocados-impress.md @@ -0,0 +1,5 @@ +--- +"@across-protocol/app-sdk": patch +--- + +add TSDoc comments to SpokePool ABI with scope reduction warning diff --git a/packages/sdk/src/abis/SpokePool.ts b/packages/sdk/src/abis/SpokePool.ts index e9c7cbe..29643f1 100644 --- a/packages/sdk/src/abis/SpokePool.ts +++ b/packages/sdk/src/abis/SpokePool.ts @@ -1,4 +1,8 @@ -// TODO: remove what we don't use +/** + * @notice ABI definition for the Across Protocol SpokePool contract + * @dev WARNING: This ABI may be reduced in scope over time as unused functions are removed + * @see {@link https://github.com/across-protocol/contracts/blob/audit-latest/contracts/SpokePool.sol} for the most recent audited contract specification + */ export const spokePoolAbi = [ { inputs: [], name: "DepositsArePaused", type: "error" }, { inputs: [], name: "DisabledRoute", type: "error" },