Skip to content

Commit

Permalink
add goerli config deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Sep 14, 2023
1 parent 7fa47ab commit a56fd40
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
72 changes: 72 additions & 0 deletions packages/deploy/configs/goerli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"proxyAdminOwner": "0x9dD6B628336ECA9a57e534Fb25F1960fA11038f4",
"screeners": ["0x44cD09776A1c3b803A5Fe30660528a61d36653B4"],
"subtreeBatchFillers": ["0xD20E7a8ADdCB5D983C064f8A184B7aa65ef23f10"],
"wethAddress": "0x7b79995e5f793a07bc00c21412e50ecae098e7f9",
"erc20s": [
[
"TEST-TOKEN",
{
"address": "0x0000000000000000000000000000000000000000",
"globalCapWholeTokens": "1000000n",
"maxDepositSizeWholeTokens": "1000n",
"resetWindowHours": "4n",
"precision": "18n",
"isGasAsset": true
}
],
[
"weth",
{
"address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"globalCapWholeTokens": "1000n",
"maxDepositSizeWholeTokens": "100n",
"resetWindowHours": "4n",
"precision": "18n",
"isGasAsset": true
}
],
[
"wsteth",
{
"address": "0x6320cd32aa674d2898a68ec82e869385fc5f7e2f",
"globalCapWholeTokens": "1000n",
"maxDepositSizeWholeTokens": "100n",
"resetWindowHours": "4n",
"precision": "18n",
"isGasAsset": true
}
],
[
"dai",
{
"address": "0x11fE4B6AE13d2a6055C8D9cF65c55bac32B5d844",
"globalCapWholeTokens": "1000000n",
"maxDepositSizeWholeTokens": "100000n",
"resetWindowHours": "4n",
"precision": "18n"
}
]
],
"protocolAllowlist": [
[
"uniswapV3",
{
"address": "0xE592427A0AEce92De3Edee1F18E0157C05861564",
"functionSignatures": [
"exactInputSingle((address,address,uint24,address,uint256,uint256,uint256,uint160))",
"exactInput((bytes,address,uint256,uint256,uint256))"
]
}
]
],
"leftoverTokenHolder": "0x0000000000000000000000000000000000000000",
"opts": {
"useMockSubtreeUpdateVerifier": false,
"wstethAdapterDeployConfig": {
"wethAddress": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"wstethAddress": "0x6320cd32aa674d2898a68ec82e869385fc5f7e2f"
},
"confirmations": 1
}
}
1 change: 1 addition & 0 deletions packages/deploy/configs/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"address": "0x3e622317f8c93f7328350cf0b56d9ed4c620c5d6",
"globalCapWholeTokens": "1000000n",
"maxDepositSizeWholeTokens": "100000n",
"resetWindowHours": "4n",
"precision": "18n"
}
]
Expand Down

0 comments on commit a56fd40

Please sign in to comment.