Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(e2e): transfer erc20 token from starknet to cosmos and back (#176)
* create erc20 token on starknet * topup starknet wallet b with native erc20 * approve ics20 contract to spend on behalf of starknet relayer * ibc transfer packet data for starknet * ibc transfer send message for starknet * submit ibc transfer message on starknet * build starknet packet for cosmos * relay packet to cosmos * query and assert balances * send the ibc token from cosmos to starknet * query and assert balances * refactor * fix packet conversion * consistent PrefixedCoin conversion * use genesis erc20 token * query starknet chain timestamp * rm redundant todo comment
- Loading branch information