Skip to content

Commit

Permalink
tokenSTaking50 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
zorixid committed May 27, 2021
1 parent febc959 commit 0487b51
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 7,308 deletions.
7 changes: 0 additions & 7 deletions migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const TestToken = artifacts.require('TestToken');
const TokenStaking = artifacts.require('TokenStaking');
const TokenStaking50 = artifacts.require('TokenStaking50');

module.exports = async function(deployer, network, accounts) {
//deploying TesToken
Expand All @@ -12,12 +11,6 @@ module.exports = async function(deployer, network, accounts) {
await deployer.deploy(TokenStaking, testToken.address);
const tokenStaking = await TokenStaking.deployed();

//deploying staking contract for different APY, passing token address
await deployer.deploy(TokenStaking50, testToken.address);




//transfer 500k TestToken to smart contract for rewards
await testToken.transfer(tokenStaking.address, '500000000000000000000000');

Expand Down
6 changes: 3 additions & 3 deletions src/abis/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1387,8 +1387,8 @@
"4": {
"events": {},
"links": {},
"address": "0x629dA26594673e64C4aaf5E37dF05aEF2De66299",
"transactionHash": "0xa25261c282464d58801b75e247cabf6e0ca1087723a005719145f6bf03195142"
"address": "0x268eB824A623AAe2a1A0cf55aEf5381a4f965F3d",
"transactionHash": "0x6246d9d700fc6d0e5cbd3225b8252f60c832002c31ca78ec9eebcbdb3b024763"
},
"5777": {
"events": {},
Expand All @@ -1398,7 +1398,7 @@
}
},
"schemaVersion": "3.4.1",
"updatedAt": "2021-05-26T13:43:54.946Z",
"updatedAt": "2021-05-27T09:53:42.946Z",
"networkType": "ethereum",
"devdoc": {
"methods": {}
Expand Down
6 changes: 3 additions & 3 deletions src/abis/TestToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -5019,8 +5019,8 @@
}
},
"links": {},
"address": "0xEc8E737d460B5DbD62E9B3062b6e7E472FCe2B06",
"transactionHash": "0x2e41dffc70c12e4614614993f689e9dbbe077e048539a5960c2b0551cde86386"
"address": "0x00BaE190Cf151ACc11EE207e03f368A058dE737F",
"transactionHash": "0x8bb529cdeb7adaf8b8bd151a8af239b6fca07647bdfcb51e92800a4ba3438331"
},
"5777": {
"events": {
Expand Down Expand Up @@ -5081,7 +5081,7 @@
}
},
"schemaVersion": "3.4.1",
"updatedAt": "2021-05-26T13:43:54.914Z",
"updatedAt": "2021-05-27T09:53:42.925Z",
"networkType": "ethereum",
"devdoc": {
"methods": {}
Expand Down
620 changes: 310 additions & 310 deletions src/abis/TokenStaking.json

Large diffs are not rendered by default.

6,886 changes: 0 additions & 6,886 deletions src/abis/TokenStaking50.json

This file was deleted.

99 changes: 0 additions & 99 deletions src/contracts/TokenStaking50.sol

This file was deleted.

0 comments on commit 0487b51

Please sign in to comment.