Commit 2144f3a3 authored by aniket-engg's avatar aniket-engg Committed by Aniket

script name update

parent 5d8fcd99
...@@ -221,7 +221,7 @@ contract Ballot { ...@@ -221,7 +221,7 @@ contract Ballot {
} }
` `
var ballotTest = `// SPDX-License-Identifier: GPL-3.0 ballotTest = `// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.8.0; pragma solidity >=0.7.0 <0.8.0;
import "remix_tests.sol"; // this import is automatically injected by Remix. import "remix_tests.sol"; // this import is automatically injected by Remix.
...@@ -332,8 +332,8 @@ module.exports = { ...@@ -332,8 +332,8 @@ module.exports = {
storage: { name: 'contracts/1_Storage.sol', content: storage }, storage: { name: 'contracts/1_Storage.sol', content: storage },
owner: { name: 'contracts/2_Owner.sol', content: owner }, owner: { name: 'contracts/2_Owner.sol', content: owner },
ballot: { name: 'contracts/3_Ballot.sol', content: ballot }, ballot: { name: 'contracts/3_Ballot.sol', content: ballot },
deployWithWeb3: { name: 'scripts/deployWithWeb3.js', content: deployWithWeb3 }, deployWithWeb3: { name: 'scripts/deploy_web3.js', content: deployWithWeb3 },
deployWithEthers: { name: 'scripts/deployWithEthers.js', content: deployWithEthers }, deployWithEthers: { name: 'scripts/deploy_ethers.js', content: deployWithEthers },
ballot_test: { name: 'tests/4_Ballot_test.sol', content: ballotTest }, ballot_test: { name: 'tests/4_Ballot_test.sol', content: ballotTest },
readme: { name: 'README.txt', content: readme } readme: { name: 'README.txt', content: readme }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment