Skip to content

Commit

Permalink
fix: zero wallet order
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Jan 6, 2024
1 parent d909dfc commit 4b67206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/ual.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export default boot(async ({ app, store }) => {
}

const authenticators = [
new Wombat([chain], { appName: process.env.APP_NAME }),
new Anchor([chain], { appName: process.env.APP_NAME }),
new Wombat([chain], { appName: process.env.APP_NAME }),
new CleosAuthenticator([chain], {
appName: process.env.APP_NAME,
loginHandler,
Expand Down

0 comments on commit 4b67206

Please sign in to comment.