fix(cli): Add collateralAddressOrDenom for collateralVault (#4133)
### Description - Use the vault's underlying asset metadata for `collateralAddressOrDenom` to fix send issue reported by Cheesechain - This issue arose when the underlying asset (USDC) has a decimal of 6. This is due to `collateralAddressOrDenom` being missing in the warp artifacts for `collateralVault` causing a fee to be assessed in a decimal (18) much greater than the underlying (6). ### Backward compatibility Yes ### Testing Manualpull/4135/head
parent
5e5a568cb9
commit
49986aa929
@ -0,0 +1,6 @@ |
||||
--- |
||||
'@hyperlane-xyz/cli': minor |
||||
'@hyperlane-xyz/sdk': minor |
||||
--- |
||||
|
||||
Add collateralAddressOrDenom for collateralVault |
Loading…
Reference in new issue