Skip to content

Commit

Permalink
fix(ui): put denom back in offerArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Sep 28, 2024
1 parent 851254b commit f496154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Orchestration/Orchestration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const Orchestration = () => {
addNotification!,
selectedChain,
'makeCreateAndFundInvitation',
{ chainName: selectedChain }, // adjust as needed
{ chainName: selectedChain, denom: 'ubld' }, // adjust as needed
setLoadingCreateAndFund,
handleToggle,
setStatusText,
Expand Down

0 comments on commit f496154

Please sign in to comment.