From 48cf7d0ca0ad79d383422ce505f11d40428b4116 Mon Sep 17 00:00:00 2001 From: hooks <15624958088@163.com> Date: Fri, 16 Aug 2024 01:25:52 +0800 Subject: [PATCH] Update README.md (#127) update the Helius SDK version in the StackBlitz project. The currently used version is outdated and needs to be upgraded to the latest version to ensure compatibility and functionality. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64acfe5..72f92d7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ const getAssetsByOwner = async () => { getAssetsByOwner(); ``` -[![Try it out](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/helius-node-js-sdk?file=index.js&view=editor) +[![Try it out](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/helius-node-js-sdk-xbw7t6?file=index.js) ## Handling errors @@ -824,4 +824,4 @@ getBlockHeight(); ## FAQ Q: I get an error stating `Cannot use import statement outside a module` -A: In the `package.json` file add `"type": "module"`. Adding this enables ES6 modules. \ No newline at end of file +A: In the `package.json` file add `"type": "module"`. Adding this enables ES6 modules.