generated from Kwenta/foundry-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:Kwenta/smart-margin-v3
- Loading branch information
Showing
3 changed files
with
50 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
script/utils/parameters/BaseGoerliKwentaForkParameters.sol
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// SPDX-License-Identifier: GPL-3.0-or-later | ||
pragma solidity 0.8.18; | ||
|
||
contract BaseGoerliKwentaForkParameters { | ||
address public constant PERPS_MARKET_PROXY = | ||
0x5D48528E90EDEFA8cff2A23E1e3fda46Acef0E2d; | ||
|
||
address public constant SPOT_MARKET_PROXY = | ||
0xB462f8FC435fD78E16C0287fDBF706BcE87076be; | ||
|
||
address public constant USD_PROXY = | ||
0xD3bcDae94B0c2EF16d1c43d29c23b1735d864fC6; | ||
|
||
address public constant PYTH = 0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f; | ||
} |