Skip to content

Commit

Permalink
fix: Change pairtype to xyk in instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo-sturdy committed Oct 25, 2023
1 parent a01e308 commit 7f4339d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pair_xyk_sale_tax/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn instantiate(
contract_addr: env.contract.address.clone(),
liquidity_token: Addr::unchecked(""),
asset_infos: msg.asset_infos.clone(),
pair_type: PairType::Custom(CONTRACT_NAME.to_string()),
pair_type: PairType::Xyk {},
},
factory_addr: deps.api.addr_validate(msg.factory_addr.as_str())?,
block_time_last: 0,
Expand Down

0 comments on commit 7f4339d

Please sign in to comment.