Skip to content

Commit 0cd21d7

Browse files
committed
fix: ethersjs references to revive
1 parent 68c433a commit 0cd21d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop/smart-contracts/libraries/ethers-js.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ The `revive` compiler transforms Solidity smart contracts into [PolkaVM](/develo
107107

108108
### Install the Revive Library
109109

110-
The [`@parity/revive`](https://www.npmjs.com/package/@parity/revive){target=\_blank} library will compile your Solidity code for deployment on Polkadot Hub. Run the following command in your terminal to install the library:
110+
The [`@parity/resolc`](https://www.npmjs.com/package/@parity/resolc){target=\_blank} library will compile your Solidity code for deployment on Polkadot Hub. Run the following command in your terminal to install the library:
111111

112112
```bash
113-
npm install --save-dev @parity/revive
113+
npm install --save-dev @parity/resolc
114114
```
115115

116-
This guide uses `@parity/revive` version `{{ dependencies.javascript_packages.revive.version }}`.
116+
This guide uses `@parity/resolc` version `{{ dependencies.javascript_packages.resolc.version }}`.
117117

118118
### Sample Storage Smart Contract
119119

0 commit comments

Comments
 (0)