Skip to content

Commit

Permalink
Merge pull request #406 from skip-mev/bump-widget-3.0.6-and-allow-go-…
Browse files Browse the repository at this point in the history
…fast
  • Loading branch information
codingki authored Nov 9, 2024
2 parents 605965b + 8d9286a commit 345ab35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"viem": "^2.16.4",
"wagmi": "^2.5.7",
"widgetv1": "npm:@skip-go/widget@^2.5.2",
"widgetv2": "npm:@skip-go/[email protected].4",
"widgetv2": "npm:@skip-go/[email protected].6",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
Expand Down
3 changes: 3 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export default function Home() {
endpointOptions={endpointOptions}
apiUrl={apiURL}
defaultRoute={defaultRoute}
routeConfig={{
goFast: true,
}}
/>
</div>
) : (
Expand Down

0 comments on commit 345ab35

Please sign in to comment.