Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 89 additions & 10 deletions target_chains/fuel/contracts/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 14 additions & 24 deletions target_chains/fuel/contracts/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,34 @@
[[package]]
name = "core"
source = "path+from-root-8357A6DDC5F39D14"
name = "ownership"
version = "0.26.0"
source = "registry+ownership?0.26.0#QmbVoNUrvCTyQTdE8ZP83XxTQQVzhrevfMqk1rAJAkMFVo!"
dependencies = [
"src5",
"std",
]

[[package]]
name = "pyth-contract"
source = "member"
dependencies = [
"ownership",
"pyth_interface",
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
"src5",
"std",
"sway_libs",
]

[[package]]
name = "pyth_interface"
source = "path+from-root-555D3D27A908977B"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae",
"std",
]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2"
dependencies = ["std"]

[[package]]
name = "standards"
source = "git+https://github.com/FuelLabs/sway-standards?tag=v0.4.4#a001d3c248595112aae67e5633a06ef9bc0536ae"
name = "src5"
version = "0.8.0"
source = "registry+src5?0.8.0#QmNRPZrPHFBiEAyWPU8gesdPsD2zb3cMKwEgxJwV1ZEjyD!"
dependencies = ["std"]

[[package]]
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.65.2#66bb430395daf5b8f7205f7b9d8d008e2e812d54"
dependencies = ["core"]

[[package]]
name = "sway_libs"
source = "git+https://github.com/FuelLabs/sway-libs?tag=v0.21.0#6a227ed34c86fe1ebd334dbdfeccf66c43e3915b"
dependencies = [
"standards git+https://github.com/FuelLabs/sway-standards?tag=v0.4.3#6f63eb7dff2458a7d976184e565b5cbf26f61da2",
"std",
]
version = "0.68.9"
source = "registry+std?0.68.9#QmUaBxMs2JvY1bXgRCdeCsG3o6TN82ftRgv4Tq7ytqUGUT!"
6 changes: 3 additions & 3 deletions target_chains/fuel/contracts/fuel-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
channel = "latest-aarch64-apple-darwin"
channel = "mainnet"

[components]
forc = "0.65.2"
fuel-core = "0.37.1"
forc = "0.68.9"
fuel-core = "0.43.2"
4 changes: 2 additions & 2 deletions target_chains/fuel/contracts/pyth-contract/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ license = "Apache-2.0"
name = "pyth-contract"

[dependencies]
sway_libs = { git = "https://github.com/FuelLabs/sway-libs", tag = "v0.21.0" }
pyth_interface = { path = "../pyth-interface" }
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.4.4" }
ownership = "0.26.0"
src5 = "0.8.0"
Loading
Loading