Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Nov 15, 2024
1 parent d3123dc commit 12c7a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locked-asset/proxy_dex/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ multiversx_sc_wasm_adapter::endpoints! {
isSCAddressWhitelisted => is_sc_address_whitelisted
enableAddLiq => enable_add_liq
disableAddLiq => disable_add_liq
isAddLiqDisabled => add_liq_disabled
isAddLiqEnabled => add_liq_enabled
)
}

Expand Down
2 changes: 1 addition & 1 deletion locked-asset/simple-lock/wasm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ multiversx_sc_wasm_adapter::endpoints! {
getFarmProxyTokenId => farm_proxy_token
enableAddLiq => enable_add_liq
disableAddLiq => disable_add_liq
isAddLiqDisabled => add_liq_disabled
isAddLiqEnabled => add_liq_enabled
)
}

Expand Down

0 comments on commit 12c7a3a

Please sign in to comment.