Skip to content

Commit

Permalink
Core merkl gc (#236)
Browse files Browse the repository at this point in the history
* first batch of test done

* update final hash of vaultManager implementation

* feat: deploy coreMerkl on gc

---------

Co-authored-by: gs8nrv <[email protected]>
  • Loading branch information
sogipec and GuillaumeNervoXS authored Jan 2, 2024
1 parent 642876e commit 407a0e9
Show file tree
Hide file tree
Showing 6 changed files with 1,631 additions and 294 deletions.
2 changes: 1 addition & 1 deletion deploy/1_coreBorrow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ const func: DeployFunction = async ({ deployments, ethers, network }) => {
};

func.tags = ['coreBorrow'];
func.dependencies = ['proxyAdmin'];
// func.dependencies = ['proxyAdmin'];
export default func;
337 changes: 337 additions & 0 deletions deployments/gnosis/CoreMerkl.json

Large diffs are not rendered by default.

535 changes: 535 additions & 0 deletions deployments/gnosis/solcInputs/c1b0a0ed63155d980ec50a220c46f41c.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ const config: HardhatUserConfig = {
url: nodeUrl('gnosis'),
accounts: accounts('gnosis'),
gas: 'auto',
gasMultiplier: 1.3,
gasMultiplier: 2,
chainId: 100,
initialBaseFeePerGas: 1000000000,
verify: {
etherscan: {
apiKey: etherscanKey('gnosis'),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check-upgradeability": "hardhat run scripts/upgradeability.ts",
"coverage": "hardhat coverage",
"coverage:foundry": "forge coverage --report lcov",
"deploy": "hardhat deploy --network coredao --tags",
"deploy": "hardhat deploy --network gnosis --tags",
"etherscan": "hardhat etherscan-verify --network",
"foundry:deploy": "forge script --broadcast --verify -vvvv --rpc-url",
"generate-types-from-abis": "typechain --target ethers-v5 --out-dir typechain './export/abi/*.json'",
Expand Down Expand Up @@ -97,7 +97,7 @@
"ganache-cli": "6.12.1",
"graphql": "15.5.1",
"graphql-request": "3.4.0",
"hardhat": "2.10.0",
"hardhat": "2.19.0",
"hardhat-abi-exporter": "2.2.1",
"hardhat-contract-sizer": "2.0.3",
"hardhat-deploy": "0.11.11",
Expand Down
Loading

0 comments on commit 407a0e9

Please sign in to comment.