Skip to content

Commit

Permalink
Create 1_initial_migration.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent 5f24305 commit c4db3d7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const ContractSphere = artifacts.require("ContractSphere");

module.exports = async function(deployer) {
await deployer.deploy(ContractSphere);
};

0 comments on commit c4db3d7

Please sign in to comment.