File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
target_chains/fuel/contracts/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pub const BETA_5_URL: &str = "beta-5.fuel.network";
26
26
pub const BETA_5_PYTH_CONTRACT_ID : & str =
27
27
"0xe69daeb9fcf4c536c0fe402403b4b9e9822cc8b1f296e5d754be12cc384554c5" ;
28
28
29
- pub const PYTH_CONTRACT_BINARY_PATH : & str = "./pyth-contract/out/debug /pyth-contract.bin" ;
29
+ pub const PYTH_CONTRACT_BINARY_PATH : & str = "./pyth-contract/out/release /pyth-contract.bin" ;
30
30
pub const DEFAULT_SINGLE_UPDATE_FEE : u64 = 1 ;
31
31
pub const DEFAULT_VALID_TIME_PERIOD : u64 = 60 ;
32
32
pub const GUARDIAN_SET_UPGRADE_3_VAA : & str =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use wormhole_sdk::Vaa;
23
23
24
24
abigen ! ( Contract (
25
25
name = "PythOracleContract" ,
26
- abi = "pyth-contract/out/debug /pyth-contract-abi.json"
26
+ abi = "pyth-contract/out/release /pyth-contract-abi.json"
27
27
) ) ;
28
28
29
29
pub struct Pyth {
You can’t perform that action at this time.
0 commit comments