Skip to content

Commit

Permalink
added babel plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
janfiedler committed Mar 31, 2022
1 parent ac6a7ef commit cab72a4
Show file tree
Hide file tree
Showing 3 changed files with 2,044 additions and 2,108 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"private": true,
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/runtime": "7.x",
"@civic/solana-gateway-react": "^0.4.12",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@jup-ag/core": "1.0.0-beta.16",
"@jup-ag/core": "^1.0.0-beta.19",
"@mui/material": "^5.4.4",
"@project-serum/anchor": "^0.14.0",
"@solana/buffer-layout": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const Home = (props: HomeProps) => {
console.log(routes);
// Prepare execute exchange
const { transactions } = await jupiter.exchange({
route: routes!.routesInfos[0],
routeInfo: routes!.routesInfos[0],
});
const { setupTransaction, swapTransaction, cleanupTransaction } =
transactions;
Expand Down
Loading

0 comments on commit cab72a4

Please sign in to comment.