remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/libs/remix-ws-templates/remixDefault/index.js

13 lines
741 B

export default {
'contracts/1_Storage.sol': require('./contracts/1_Storage.sol').default,
'contracts/2_Owner.sol': require('./contracts/2_Owner.sol').default,
'contracts/3_Ballot.sol': require('./contracts/3_Ballot.sol').default,
'scripts/deploy_with_ethers.ts': require('./scripts/deploy_with_ethers.ts').default,
'scripts/deploy_with_web3.ts': require('./scripts/deploy_with_web3.ts').default,
'scripts/ethers.ts': require('./scripts/ethers.ts').default,
'scripts/web3.ts': require('./scripts/web3.ts').default,
'tests/Ballot_test.sol': require('./tests/Ballot_test.sol').default,
'tests/storage.test.js': require('./tests/storage.test.js').default,
'README.txt': require('./README.txt').default,
}