Skip to content

Commit

Permalink
fix: updated interface.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjakovic0920 committed Dec 10, 2024
1 parent 1d5253a commit e921a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/math/andromeda-time-gate/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ use andromeda_std::{ado_base::MigrateMsg, contract_interface, deploy::ADOMetadat

pub const CONTRACT_ID: &str = "time-gate";

contract_interface!(TimeGateContract, CONTRACT_ID, "andromeda_matrix.wasm");
contract_interface!(TimeGateContract, CONTRACT_ID, "andromeda_time_gate.wasm");

0 comments on commit e921a61

Please sign in to comment.