We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897eef8 commit 36a6555Copy full SHA for 36a6555
README.md
@@ -16,7 +16,7 @@ npm install @mytonswap/sdk
16
Here's a basic example of how to use the MyTonSwap SDK:
17
18
```ts
19
-import { MyTonSwapClient } from '@mytonswap/sdk';
+import { MyTonSwapClient, toNano } from '@mytonswap/sdk';
20
21
const client = new MyTonSwapClient();
22
@@ -49,4 +49,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
49
50
## Support
51
52
-If you have any questions or need help, feel free to open an issue on our [GitHub repository](https://github.com/MyTonSwap/sdk/issues).
+If you have any questions or need help, feel free to open an issue on our [GitHub repository](https://github.com/MyTonSwap/sdk/issues).
0 commit comments