From f99482be22ade157e3517e9cf549a840513bfb3d Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 23 Jan 2024 21:04:51 +0000 Subject: [PATCH] Cleanup --- target_chains/cosmwasm/contracts/pyth/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/cosmwasm/contracts/pyth/Cargo.toml b/target_chains/cosmwasm/contracts/pyth/Cargo.toml index 2b61c11c29..d7cceb4d95 100644 --- a/target_chains/cosmwasm/contracts/pyth/Cargo.toml +++ b/target_chains/cosmwasm/contracts/pyth/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"] # IMPORTANT: if you want to build for injective or osmosis, enable injective default feature for injective # and osmosis default feature for osmosis # default=["injective"] -default=["osmosis"] +# default=["osmosis"] backtraces = ["cosmwasm-std/backtraces"] # use library feature to disable all init/handle/query exports library = []