pull/2297/head
yann300 3 years ago committed by GitHub
parent 3ec7350bad
commit 233b4d0f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      libs/remix-ui/workspace/src/lib/templates/examples.ts

@ -259,7 +259,7 @@ contract BallotTest {
const deployWithWeb3 = `
// This script can be used to deploy the "Storage" contract using Web3 library.
// Please make sure to compile "./contracts/1_Storage.sol" file before running this script.
// And Right click -> "Run" from context menu of the file to run the script. Shortcut: Ctrl+Shift+S
// And use Right click -> "Run" from context menu of the file to run the script. Shortcut: Ctrl+Shift+S
import { deploy } from './web3.ts'
@ -276,7 +276,7 @@ import { deploy } from './web3.ts'
const deployWithEthers = `
// This script can be used to deploy the "Storage" contract using ethers.js library.
// Please make sure to compile "./contracts/1_Storage.sol" file before running this script.
// And Right click -> "Run" from context menu of the file to run the script. Shortcut: Ctrl+Shift+S
// And use Right click -> "Run" from context menu of the file to run the script. Shortcut: Ctrl+Shift+S
import { deploy } from './ethers.ts'

Loading…
Cancel
Save