Skip to content

Commit 5104263

Browse files
committed
binance token swap contract migration script
1 parent 4cfd7a7 commit 5104263

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const ApeTokenSwap = require('../build/contracts/ApeTokenSwap.json');
2+
const BakeryTokenSwap = require('../build/contracts/BakeryTokenSwap.json');
3+
const PancakeTokenSwap = require('../build/contracts/PancakeTokenSwap.json');
4+
5+
module.exports = function (deployer) {
6+
//deployer.deploy(ApeTokenSwap);
7+
//deployer.deploy(BakeryTokenSwap);
8+
//deployer.deploy(PancakeTokenSwap);
9+
};

0 commit comments

Comments
 (0)