Skip to content

Commit

Permalink
update coinflow/angular package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasha Lee authored and Tasha Lee committed Apr 22, 2024
1 parent 8b40711 commit 85446fc
Show file tree
Hide file tree
Showing 20 changed files with 2,527 additions and 198 deletions.
2 changes: 1 addition & 1 deletion docusaurus/src/content/angular/base/install-eth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Install Libraries

```
npm install @ethers@5.7.2
npm install @ethers@5.7.2 @solana/web3.js bs58
```
2 changes: 1 addition & 1 deletion docusaurus/src/content/angular/eth/install-eth.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install Libraries

```
npm install @ethers@5.7.2
npm install @ethers@5.7.2 @solana/web3.js bs58
```
2 changes: 1 addition & 1 deletion docusaurus/src/content/angular/polygon/install-eth.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install Ethereum Libraries

```
npm install ethers@5.7.2
npm install @ethers@5.7.2 @solana/web3.js bs58
```
2 changes: 1 addition & 1 deletion docusaurus/src/content/angular/solana/install-solana.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install Solana Libraries

```
npm install @solana/web3.js
npm install @solana/web3.js bs58
```
Loading

0 comments on commit 85446fc

Please sign in to comment.