From 753fdf5df7dbf76f7c2585aac94f339496a23de1 Mon Sep 17 00:00:00 2001 From: donnyquixotic Date: Sat, 6 Jan 2024 14:28:15 -0600 Subject: [PATCH] fix: zero wallet order --- src/boot/ual.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/ual.js b/src/boot/ual.js index 5aaaf983..3f988b30 100644 --- a/src/boot/ual.js +++ b/src/boot/ual.js @@ -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,