Skip to content

Commit

Permalink
fix subtree batch fillers and weth addr in goerli deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Sep 13, 2023
1 parent 69f0966 commit f1617a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deploy/configs/goerli.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"proxyAdminOwner": "0x9dD6B628336ECA9a57e534Fb25F1960fA11038f4",
"screeners": ["0x44cD09776A1c3b803A5Fe30660528a61d36653B4"],
"subtreeBatchFillers": ["0xD20E7a8ADdCB5D983C064f8A184B7aa65ef23f10"],
"wethAddress": "0x7b79995e5f793a07bc00c21412e50ecae098e7f9",
"subtreeBatchFillers": ["0x6556186E3E940930c40068C76BC875De95811E42"],
"wethAddress": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
"erc20s": [
[
"TEST-TOKEN",
Expand Down

0 comments on commit f1617a5

Please sign in to comment.