Przeglądaj źródła

Lock to @solana/web3.js 1.x for compatibility (#246)

Steven Luscher 1 rok temu
rodzic
commit
06fa80eec1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/pages/umi/getting-started/index.md

+ 1 - 1
src/pages/umi/getting-started/index.md

@@ -25,7 +25,7 @@ npm i @metaplex-foundation/umi-bundle-defaults
 ```
 
 ```
-npm i @solana/web3.js
+npm i @solana/web3.js@1
 ```
 
 ### For library authors