Update web3.js import sample (#17022)
(cherry picked from commit 9ff17a1c18
)
Co-authored-by: Colin Gray <colin@cgray.dev>
This commit is contained in:
@ -66,7 +66,7 @@ console.log(solanaWeb3);
|
||||
|
||||
### ES6
|
||||
```js
|
||||
import solanaWeb3 from '@solana/web3.js';
|
||||
import * as solanaWeb3 from '@solana/web3.js';
|
||||
console.log(solanaWeb3);
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user