Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Remove ts-bindings from git
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-es committed Aug 11, 2020
1 parent f17810a commit 1378668
Show file tree
Hide file tree
Showing 112 changed files with 6 additions and 21,876 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CNAME
build/
artifacts/
mnemonic.js
ts-bindings/

# sol-coverage
coverage.json
Expand Down
10 changes: 5 additions & 5 deletions packages/ap-contracts/migrations/2_deploy_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@ module.exports = async (deployer, network) => {
CERTFEngine: ${CERTFEngine.address}
CERTFRegistry: ${CERTFRegistry.address}
Custodian: ${Custodian.address}
FDTFactory: ${FDTFactory.address}
DataRegistry: ${DataRegistry.address}
DvPSettlement: ${DvPSettlement.address}
FDTFactory: ${FDTFactory.address}
ICTFactory: ${ICTFactory.address}
PAMActor: ${PAMActor.address}
PAMEngine: ${PAMEngine.address}
PAMRegistry: ${PAMRegistry.address}
ProxySafeSimpleRestrictedFDT: ${ProxySafeSimpleRestrictedFDT.address}
ProxySafeICT: ${ProxySafeICT.address}
ProxySafeVanillaFDT: ${ProxySafeVanillaFDT.address}
DvPSettlement: ${DvPSettlement.address}
`);

// deploy settlement token (necessary for registering templates on testnets)
Expand All @@ -160,12 +160,12 @@ module.exports = async (deployer, network) => {
"CERTFEngine": CERTFEngine.address,
"CERTFRegistry": CERTFRegistry.address,
"Custodian": Custodian.address,
"FDTFactory": FDTFactory.address,
"DataRegistry": DataRegistry.address,
"DvPSettlement": DvPSettlement.address,
"FDTFactory": FDTFactory.address,
"PAMActor": PAMActor.address,
"PAMEngine": PAMEngine.address,
"PAMRegistry": PAMRegistry.address,
"DvPSettlement": DvPSettlement.address
"PAMRegistry": PAMRegistry.address
};
fs.writeFileSync(path.resolve(__dirname, '../', 'deployments.json'), JSON.stringify(deployments, null, 2), 'utf8');
};
38 changes: 0 additions & 38 deletions packages/ap-contracts/ts-bindings/ACTUSConstants.d.ts

This file was deleted.

199 changes: 0 additions & 199 deletions packages/ap-contracts/ts-bindings/ANN2Actor.d.ts

This file was deleted.

Loading

0 comments on commit 1378668

Please sign in to comment.