You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: develop/smart-contracts/libraries/ethers-js.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,13 +107,13 @@ The `revive` compiler transforms Solidity smart contracts into [PolkaVM](/develo
107
107
108
108
### Install the Revive Library
109
109
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:
111
111
112
112
```bash
113
-
npm install --save-dev @parity/revive
113
+
npm install --save-dev @parity/resolc
114
114
```
115
115
116
-
This guide uses `@parity/revive` version `{{ dependencies.javascript_packages.revive.version }}`.
116
+
This guide uses `@parity/resolc` version `{{ dependencies.javascript_packages.resolc.version }}`.
0 commit comments