Skip to content

Commit 4441bed

Browse files
committed
Merge branch 'dowlandaiello/refactor-querybuilder-micro' into dowlandaiello/enhancement-chainagnosticism
2 parents 64ff7af + 73c2fbb commit 4441bed

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/utils/queries.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::{
22
types::ibc::{get_prefixed_denom, parse_denom_trace},
3-
AUCTIONS_MANAGER_CONTRACT_NAME, TRANSFER_PORT,
3+
TRANSFER_PORT,
44
};
55

66
use super::{

src/utils/setup/astroport.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ impl TestContext {
221221
.src(NEUTRON_CHAIN_NAME)
222222
.contract(TOKEN_REGISTRY_NAME)
223223
.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-
)))?;
229224

230225
let contract = contract_a.instantiate(
231226
key,

0 commit comments

Comments
 (0)