wormhole/terra/contracts/nft-bridge
Csongor Kiss f50586ad86 cosmwasm: move chain id and fee denom to storage
Prior to this change, these values were hardcode in the contract, as
the only supported chain was terra 2. This change allows the contract to
be deployed to other cosmwasm chains without having to recompile the
contract for each one.

The migration code ensures that terra2 is upgraded appropriately.
2022-07-20 16:09:39 -04:00
..
.cargo terra/nft_bridge: Implement nft-bridge for terra (#698) 2022-01-07 16:47:33 +01:00
src cosmwasm: move chain id and fee denom to storage 2022-07-20 16:09:39 -04:00
Cargo.toml sdk, terra: Fix tests and add them to CI 2022-04-20 09:46:51 +09:00