Skip to content

Commit 07645cf

Browse files
committed
stable mainnet deploys
1 parent 0f17870 commit 07645cf

16 files changed

+1215
-17
lines changed

build/contracts/Clovers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18340,4 +18340,4 @@
1834018340
},
1834118341
"schemaVersion": "2.0.1",
1834218342
"updatedAt": "2019-08-24T12:45:28.756Z"
18343-
}
18343+
}

build/contracts/CloversController.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45591,4 +45591,4 @@
4559145591
},
4559245592
"schemaVersion": "2.0.1",
4559345593
"updatedAt": "2019-08-24T12:45:28.891Z"
45594-
}
45594+
}

build/contracts/CloversMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3835,4 +3835,4 @@
38353835
},
38363836
"schemaVersion": "2.0.1",
38373837
"updatedAt": "2019-08-24T12:45:28.640Z"
3838-
}
3838+
}

build/contracts/ClubToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8340,4 +8340,4 @@
83408340
},
83418341
"schemaVersion": "2.0.1",
83428342
"updatedAt": "2019-08-24T12:45:28.653Z"
8343-
}
8343+
}

build/contracts/ClubTokenController.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14166,4 +14166,4 @@
1416614166
},
1416714167
"schemaVersion": "2.0.1",
1416814168
"updatedAt": "2019-08-24T12:45:28.729Z"
14169-
}
14169+
}

build/contracts/Migrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,4 +1396,4 @@
13961396
},
13971397
"schemaVersion": "2.0.1",
13981398
"updatedAt": "2019-08-24T12:45:28.604Z"
1399-
}
1399+
}

build/contracts/Reversi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51227,4 +51227,4 @@
5122751227
},
5122851228
"schemaVersion": "2.0.1",
5122951229
"updatedAt": "2019-08-24T12:45:28.953Z"
51230-
}
51230+
}

build/contracts/SimpleCloversMarket.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11377,4 +11377,4 @@
1137711377
},
1137811378
"schemaVersion": "2.0.1",
1137911379
"updatedAt": "2019-08-24T12:45:28.715Z"
11380-
}
11380+
}

build/contracts/Support.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9709,4 +9709,4 @@
97099709
},
97109710
"schemaVersion": "2.0.1",
97119711
"updatedAt": "2019-08-24T12:45:28.682Z"
9712-
}
9712+
}

conf/network-restore.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const path = require('path')
2+
3+
const BASE_DIR = path.join(__dirname, '..')
4+
const BUILD_DIR = path.join(BASE_DIR, 'build/contracts')
5+
const NETWORKS_FILE_PATH = path.join(BASE_DIR, 'networks.json')
6+
7+
module.exports = {
8+
buildPath: BUILD_DIR,
9+
networkFilePath: NETWORKS_FILE_PATH,
10+
buildDirDependencies: []
11+
}

0 commit comments

Comments
 (0)