CosmosOrchestrationAccount
's amountToCoin
returns incorrect denom
when presented a Brand
#10449
Labels
bug
Something isn't working
Describe the bug
CosmosOrchestrationAccount
'samountToCoin
/coerceCoin
/coerceDenom
helpers do not account for issuing/host chain logic.Example:
Most tests use
DenomArg
instead ofAmountArg
, as we are waiting on #9752, #9966, #9967, so this path wasn't well trodden.To Reproduce
/packages/orchestration/test/exos/cosmos-orchestration-account.test.ts
has a test that mentions thisExpected behavior
The helper should return the denom from the perspective of the holding chain. IOW, the host chain for the ICA.
The text was updated successfully, but these errors were encountered: