wormhole/terra/contracts/nft-bridge/src
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
..
contract.rs cosmwasm: move chain id and fee denom to storage 2022-07-20 16:09:39 -04:00
lib.rs terra-nft: Remove unused dependencies (#982) 2022-04-12 09:36:45 +02:00
msg.rs terra/nft_bridge: Implement nft-bridge for terra (#698) 2022-01-07 16:47:33 +01:00
state.rs terra: contracts: fix clippy warnings (#983) 2022-03-30 11:01:43 +01:00
token_id.rs terra: contracts: fix clippy warnings (#983) 2022-03-30 11:01:43 +01:00