Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jun 5, 2024
1 parent 075ef0d commit bf77c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/examples/adder/sc-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
path = "src/adder_proxy.rs"

[[proxy]]
path = "../../parametric-tests/adder-pt/src/adder_proxy.rs"
path = "../../parametric-tests/adder-pt/src/adder_proxy.rs"
2 changes: 1 addition & 1 deletion contracts/parametric-tests/adder-pt/kasmer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"contract_paths": [
"../../examples/adder/output/adder.wasm"
]
}
}
2 changes: 1 addition & 1 deletion contracts/parametric-tests/multisig-pt/kasmer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"contract_paths": [
"../../examples/multisig/output/multisig-full.wasm"
]
}
}

0 comments on commit bf77c2b

Please sign in to comment.