Skip to content

Commit

Permalink
chore: remove unused keys from examples under sway repo reference (Fu…
Browse files Browse the repository at this point in the history
…elLabs#4854)

## Description

This PR removes unused keys in sway reference so that warnings do not
appear while searching for std after creating a new project with `forc
init`.

Closes FuelLabs#4709 
Co-authored-by: Kaya Gökalp <[email protected]>
  • Loading branch information
gr00vytvniks authored Jul 26, 2023
1 parent 660abd9 commit 2bb0724
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ entry = "main.sw"
license = "Apache-2.0"
name = "wallet"

[constants]
OWNER_ADDRESS = { type = "b256", value = "0x8900c5bec4ca97d4febf9ceb4754a60d782abbf3cd815836c1872116f203f861" }

[dependencies]
interface = { path = "../interface" }
std = { path = "../../../../../../../../sway-lib-std" }
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ entry = "main.sw"
implicit-std = false
license = "Apache-2.0"
name = "conditional_compilation_bad_target"
target = "evm"

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ entry = "main.sw"
implicit-std = false
license = "Apache-2.0"
name = "conditional_compilation_no_target"
target = "fuel"

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ entry = "main.sw"
implicit-std = false
license = "Apache-2.0"
name = "conditional_compilation_compile"
target = "evm"

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ entry = "main.sw"
implicit-std = false
license = "Apache-2.0"
name = "conditional_compilation_run"
target = "fuel"

Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ entry = "main.sw"
implicit-std = false
license = "Apache-2.0"
name = "evm_basic"
target = "evm"

Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ license = "Apache-2.0"
name = "midenvm-trivial"
entry = "main.sw"
implicit-std = false
target = "midenvm"


0 comments on commit 2bb0724

Please sign in to comment.