pull/2297/head
lianahus 3 years ago committed by yann300
parent 3ee2c56d51
commit 2d99533285
  1. 4
      libs/remix-ui/workspace/src/lib/templates/examples.ts

@ -259,7 +259,7 @@ contract BallotTest {
const deployWithWeb3 = `
// This script example is to deploy the "Storage" contract using Web3 library.
// Please make sure to compile "./contracts/1_Storage.sol" file before running this script.
// Use Right click -> "Run" from content menu of the file to run the script.
// Use Right click -> "Run" from context menu of the file to run the script.
import { deploy } from './web3.ts'
@ -276,7 +276,7 @@ import { deploy } from './web3.ts'
const deployWithEthers = `
// This script example is to deploy the "Storage" contract using ethers.js library.
// Please make sure to compile "./contracts/1_Storage.sol" file before running this script.
// Use Right click -> "Run" from content menu of the file to run the script.
// Use Right click -> "Run" from context menu of the file to run the script.
import { deploy } from './ethers.ts'

Loading…
Cancel
Save