Skip to content

Commit 180ab1d

Browse files
committed
Fork mainnet, interest calc, payout (WIP)
1 parent 19a502c commit 180ab1d

File tree

3 files changed

+341
-319
lines changed

3 files changed

+341
-319
lines changed

migrations/2_deploy_contracts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const Paytr = artifacts.require("Paytr.sol");
22

33
module.exports = function (deployer) {
4-
deployer.deploy(Paytr, "0x83C766237dD04EB47F62784218839F892A691E84","0x3EE77595A8459e93C2888b13aDB354017B198188",6,"0x131eb294E3803F23dc2882AB795631A12D1d8929");
4+
deployer.deploy(Paytr, "0x83C766237dD04EB47F62784218839F892A691E84","0xc3d688B66703497DAA19211EEdff47f25384cdc3",6,"0x131eb294E3803F23dc2882AB795631A12D1d8929");
55
};

0 commit comments

Comments
 (0)