Skip to content

Commit 8408f4c

Browse files
committed
Use JPG screenshot for smaller filesize
1 parent fd91e43 commit 8408f4c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Includes:
88
- CRA
99
- Solana wallet adapter
1010

11-
![screenshot](./screenshot.png)
11+
![screenshot](./screenshot.jpg)
1212

1313
## Run
1414

@@ -33,16 +33,15 @@ transaction.add(instruction2);
3333

3434
await wallet.signTransaction(transaction);
3535
const transactionHash = await web3.sendAndConfirmRawTransaction(
36-
connection,
37-
transaction.serialize()
36+
connection,
37+
transaction.serialize()
3838
);
3939
```
4040

4141
## If you use anchor
4242

4343
swap out `useWallet` with `useAnchorWallet` in `MyWallet.tsx`
4444

45-
4645
## License
4746

4847
MIT

screenshot.jpg

268 KB
Loading

screenshot.png

-981 KB
Binary file not shown.

0 commit comments

Comments
 (0)