We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ff7af + 73c2fbb commit 4441bedCopy full SHA for 4441bed
src/utils/queries.rs
@@ -1,6 +1,6 @@
1
use crate::{
2
types::ibc::{get_prefixed_denom, parse_denom_trace},
3
- AUCTIONS_MANAGER_CONTRACT_NAME, TRANSFER_PORT,
+ TRANSFER_PORT,
4
};
5
6
use super::{
src/utils/setup/astroport.rs
@@ -221,11 +221,6 @@ impl TestContext {
221
.src(NEUTRON_CHAIN_NAME)
222
.contract(TOKEN_REGISTRY_NAME)
223
.get_cw();
224
- let code_id = contract_a
225
- .code_id
226
- .ok_or(Error::MissingContextVariable(String::from(
227
- "astroport_token_registry::code_id",
228
- )))?;
229
230
let contract = contract_a.instantiate(
231
key,
0 commit comments