Skip to content

Commit 53c65a5

Browse files
authored
Create 2_deploy_PiCoinStabilization.js
1 parent 4dcc443 commit 53c65a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const PiCoinStabilization = artifacts.require("PiCoinStabilization");
2+
3+
module.exports = function (deployer) {
4+
// Deploy the PiCoinStabilization contract
5+
deployer.deploy(PiCoinStabilization);
6+
};

0 commit comments

Comments
 (0)