pyth-network / pyth-crosschain

Crosschain Pyth programs and utilities
https://pyth.network
Other
144 stars 195 forks source link

bug: incorrect abi path for fuel contracts #1805

Closed martines3000 closed 2 months ago

martines3000 commented 2 months ago

Hi.

I am getting build errors when using the fuel pyth_sdk.

I think the abi paths for fuel should point to /out/release/ instead of /out/debug/, as the release version is available in the repository.

I am using the pyth_sdk like this in my cargo.toml file:

pyth_sdk = { git = "https://github.com/pyth-network/pyth-crosschain", rev = "8cf56da490aac2bd7ec38b6393ec8d54abbe53fc" }

Thank you for your help.

martines3000 commented 2 months ago

If you accept PRs I prepared one for fixing the above issue: https://github.com/pyth-network/pyth-crosschain/pull/1806