Skip to content

Commit

Permalink
ci: use checksum address for default permit2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg authored and PaulRBerg committed Jun 28, 2023
1 parent 595101a commit 2562121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-periphery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
description: "Chain name as defined in the Foundry config."
required: false
permit2:
default: "0x000000000022d473030f116ddee9f6b43ac78ba3"
default: "0x000000000022D473030F116dDEE9F6B43aC78BA3"
description: "The permit2 address."
required: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
description: "Maximum number of segments allowed in a stream."
required: false
permit2:
default: "0x000000000022d473030f116ddee9f6b43ac78ba3"
default: "0x000000000022D473030F116dDEE9F6B43aC78BA3"
description: "The permit2 address."
required: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-proxy-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
description: "Chain name as defined in the Foundry config."
required: false
permit2:
default: "0x000000000022d473030f116ddee9f6b43ac78ba3"
default: "0x000000000022D473030F116dDEE9F6B43aC78BA3"
description: "The permit2 address."
required: false

Expand Down

0 comments on commit 2562121

Please sign in to comment.