Skip to content

Commit

Permalink
chore: document todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBHarley committed Jun 13, 2024
1 parent 611237d commit 62828ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/cli/src/deploy/warp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ async function getWarpCoreConfig(
}

const collateralAddressOrDenom =
// todo: should this match typescript/cli/src/config/warp.ts line 136?
// todo: merge this with CollateralExtensions when CLI 2.0 is out
// https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/3838/files#diff-a1429ad1c3e9d3fe43d28f08333e95f6c79176b6d36873e42e455e5e806826aaR16
config.type === TokenType.collateral ||
config.type == TokenType.collateralFiat
? config.token
Expand Down

0 comments on commit 62828ba

Please sign in to comment.