Skip to content

Commit

Permalink
* Delete .gitkeep
Browse files Browse the repository at this point in the history
* Add license
* Remove exports.deployIBC

Signed-off-by: Dongri Jin <[email protected]>
  • Loading branch information
dongrie committed Mar 6, 2024
1 parent 5832e92 commit b7011d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Empty file.
6 changes: 1 addition & 5 deletions tests/chains/ethereum/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"name": "contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "TBD",
"license": "Apache-2.0",
"devDependencies": {
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.26",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
Expand Down
2 changes: 0 additions & 2 deletions tests/chains/ethereum/contracts/scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,3 @@ if (require.main === module) {
process.exit(1);
});
}

exports.deployIBC = deployIBC;

0 comments on commit b7011d8

Please sign in to comment.