Skip to content

Commit

Permalink
fixed rebase build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Apr 18, 2024
1 parent 7af81a2 commit a1cb7cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import {
convertDenomToMicroDenomStringWithDecimals,
convertMicroDenomToDenomWithDecimals,
decodePolytoneExecuteMsg,
encodeMessageAsBase64,
encodeJsonToBase64,
getAccount,
getChainAddressForActionOptions,
makeWasmMessage,
Expand Down Expand Up @@ -527,7 +527,7 @@ export const makeConfigureRebalancerAction: ActionMaker<
? 'update_service'
: 'register_to_service']: {
service_name: 'rebalancer',
data: encodeMessageAsBase64({
data: encodeJsonToBase64({
// Common options.
...({
base_denom: baseDenom,
Expand Down

0 comments on commit a1cb7cd

Please sign in to comment.