Skip to content

Commit

Permalink
feat(widget): LS-1231 fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lusd committed Aug 31, 2023
1 parent 99e7913 commit 23c7d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
/dist
/docs
/src

/dist/src
.env
# local env files
.env.local
Expand Down
2 changes: 1 addition & 1 deletion src/store/useSwapStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const useSwapStore = defineStore('swapStore', () => {
const mainStore = useStore();
const { sdk } = mainStore;

const curve = ref<string>();
const curve = ref<string>('stable');

const stableSwapType = ref<'high' | 'normal'>('normal');
const poolExistence = usePoolExistence();
Expand Down

0 comments on commit 23c7d1d

Please sign in to comment.