Skip to content

Commit

Permalink
✨ Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 28, 2023
1 parent ea851ae commit 05ec165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion script/utils/parameters/BaseGoerliParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ contract BaseGoerliParameters {

address public constant PYTH = 0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f;

address public constant TRUSTED_FORWARDER = 0xAE788aaf52780741E12BF79Ad684B91Bb0EF4D92;
address public constant TRUSTED_FORWARDER =
0xAE788aaf52780741E12BF79Ad684B91Bb0EF4D92;
}
3 changes: 2 additions & 1 deletion script/utils/parameters/OptimismGoerliParameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ contract OptimismGoerliParameters {
address public constant PYTH = 0xff1a0f4744e8582DF1aE09D5611b887B6a12925C;

/// @custom:todo Optimism Goerli doesn't have a trusted forwarder yet
address public constant TRUSTED_FORWARDER = 0xAE788aaf52780741E12BF79Ad684B91Bb0EF4D92;
address public constant TRUSTED_FORWARDER =
0xAE788aaf52780741E12BF79Ad684B91Bb0EF4D92;
}

0 comments on commit 05ec165

Please sign in to comment.