Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0' into polygon-bridge-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Jul 28, 2022
2 parents fac0d98 + cf49305 commit 3d6cccf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
10 changes: 6 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 26 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "governance-bridge",
"name": "governance-crosschain-bridges",
"version": "1.0.0",
"description": "governance bridge repo",
"main": "index.js",
"description": "Contracts of Aave Governance Crosschain Bridges",
"files": [
"contracts",
"artifacts",
"types"
],
"scripts": {
"run-env": "npm i && tail -f /dev/null",
"hardhat": "hardhat",
Expand All @@ -18,10 +22,9 @@
"console:fork": "MAINNET_FORK=true hardhat console",
"coverage": "hardhat coverage",
"format": "prettier --write .",
"lint": "eslint ."
"lint": "eslint .",
"prepublish": "npm run compile"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@ethersproject/abi": "^5.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
Expand Down Expand Up @@ -59,5 +62,21 @@
"hooks": {
"pre-commit": "pretty-quick --staged --pattern 'contracts/**/*.sol' --pattern 'helpers/**/*.ts' --pattern 'test/**/*.ts' --pattern 'tasks/**/*.ts'"
}
}
},
"author": "Aave",
"contributors": [
"Steven Valeri <[email protected]>",
"Lasse Herskind <[email protected]>",
"Miguel Martinez <[email protected]>",
"Peter Michael <[email protected]>"
],
"license": "BSD-3-Clause",
"keywords": [
"aave",
"governance",
"crosschain",
"bridges",
"ethereum",
"solidity"
]
}

0 comments on commit 3d6cccf

Please sign in to comment.