Skip to content

Commit

Permalink
Merge pull request #141 from suiet/feat/upgrade-sdk
Browse files Browse the repository at this point in the history
Feat/upgrade sdk
  • Loading branch information
bruceeewong authored Apr 11, 2023
2 parents ca888da + fc46c34 commit 55d94db
Show file tree
Hide file tree
Showing 25 changed files with 820 additions and 1,067 deletions.
3 changes: 1 addition & 2 deletions examples/with-next/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
useWallet,
SuiChainId, ErrorCode
} from '@suiet/wallet-kit';
import suietLogo from './assets/suiet-logo.svg';
import * as tweetnacl from 'tweetnacl';
import {fromB64, TransactionBlock} from "@mysten/sui.js";

Expand Down Expand Up @@ -83,7 +82,7 @@ function App() {
<img src="/vite.svg" className="logo" alt="Vite logo"/>
</a>
<a href="https://github.com/suiet/wallet-kit" target="_blank" rel={'noreferrer'}>
<img src={suietLogo} className="logo" alt="Suiet logo"/>
<img src={'/suiet-logo.svg'} className="logo" alt="Suiet logo"/>
</a>
</div>
<h1>Vite + Suiet Kit</h1>
Expand Down
201 changes: 194 additions & 7 deletions examples/with-next/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 examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@mysten/sui.js": "^0.31.0",
"@mysten/sui.js": "^0.32.1",
"@suiet/wallet-kit": "^0.2.5",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
Expand Down
12 changes: 12 additions & 0 deletions examples/with-next/public/suiet-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/with-next/public/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 55d94db

@vercel
Copy link

@vercel vercel bot commented on 55d94db Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.