This repository was archived by the owner on Apr 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-171
lines changed Expand file tree Collapse file tree 5 files changed +14
-171
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 "documentation-serve" : " documentation serve --watch src/contract_wrappers --config documentation.yml --theme lib/src/theme_polymath" ,
2020 "lint" : " eslint --fix src test" ,
2121 "migrate-testrpc" : " truffle migrate --network=testrpc" ,
22- "prepublishOnly " : " npm run build" ,
22+ "prepack " : " npm run build" ,
2323 "serve-poly-docs" : " run-s documentation-copy-babel-ignored documentation-serve" ,
2424 "start" : " run-p babel:watchsrc babel:watchtest" ,
2525 "test" : " mocha lib/test/**/*_test.js --timeout 20000 --bail --exit" ,
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ echo "Currently in " $PWD
44cp -r ../polymath-core/contracts . &&
55echo " Copied polymath-core contracts into polymath.js"
66
7- rm -rf build
8- echo " Removed build directory"
7+ rm -rf build/contracts
8+ echo " Removed build/contracts directory"
Original file line number Diff line number Diff line change 241241 }
242242 ],
243243 "networks" : {
244+ "1" : {
245+ "events" : {},
246+ "links" : {},
247+ "address" : " 0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec"
248+ },
249+ "3" : {
250+ "events" : {},
251+ "links" : {},
252+ "address" : " 0x96a62428509002a7ae5f6ad29e4750d852a3f3d7"
253+ },
244254 "50" : {
245255 "events" : {},
246256 "links" : {},
Original file line number Diff line number Diff line change @@ -60,14 +60,13 @@ async function copyArtifact(filePath) {
6060
6161async function copyArtifacts ( /* argv */ ) {
6262 const toCopy = [
63- 'PolyTokenMock' ,
6463 'Customers' ,
6564 'Compliance' ,
65+ 'PolyTokenMock' ,
6666 'SecurityToken' ,
6767 'SecurityTokenRegistrar' ,
6868 'STOContract' ,
6969 'Template' ,
70- 'PolyToken' ,
7170 ] ;
7271
7372 for ( let i = 0 ; i < toCopy . length ; i ++ ) {
You can’t perform that action at this time.
0 commit comments