Skip to content

Commit

Permalink
dapp example - moved to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Sep 26, 2024
1 parent 0db4e76 commit 185a3e2
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ members = [
"sdk/scenario-format",

"sdk-wbg/core",
"sdk-wbg/core/examples/ping-pong-dapp",

"tools/mxpy-snippet-generator",
"tools/payload-macro-generator",
Expand Down Expand Up @@ -101,6 +100,7 @@ members = [
"contracts/examples/proxy-pause/meta",
"contracts/examples/ping-pong-egld",
"contracts/examples/ping-pong-egld/meta",
"contracts/examples/ping-pong-egld/dapp",
"contracts/examples/rewards-distribution",
"contracts/examples/rewards-distribution/meta",
"contracts/examples/seed-nft-minter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ impl Config {
}

/// Sets the contract address
#[allow(unused)]
pub fn set_address(&mut self, address: Bech32Address) {
self.contract_address = address.to_string()
}
Expand Down

0 comments on commit 185a3e2

Please sign in to comment.