-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Chris Steege <[email protected]> Co-authored-by: Chris Steege <[email protected]>
- Loading branch information
1 parent
8abbdf9
commit 93ca744
Showing
5 changed files
with
78 additions
and
23 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
25 changes: 25 additions & 0 deletions
25
subgraphs/qidao/protocols/qidao/config/deployments/qidao-base/configurations.json
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,25 @@ | ||
{ | ||
"chain": "base", | ||
"erc20Vaults": [ | ||
{ | ||
"name": "CBSTEMVT", | ||
"address": "0x7333fd58d8d73a8e5fc1a16c8037ada4f580fa2b", | ||
"startBlock": 2572101 | ||
}, | ||
{ | ||
"name": "ETBMVT", | ||
"address": "0x8D6CeBD76f18E1558D4DB88138e2DeFB3909fAD6", | ||
"startBlock": 2571852 | ||
}, | ||
{ | ||
"name": "WLSSTEMVT", | ||
"address": "0x654a31Ba7D714cfCab19b17D0066171c1A292349", | ||
"startBlock": 6541087 | ||
}, | ||
{ | ||
"name": "ABMVT", | ||
"address": "0x20658fDaBD4C79F1B3666E5bcCAeF78b5059B109", | ||
"startBlock": 13050803 | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -24,6 +24,7 @@ enum Network { | |
OSMOSIS | ||
MATIC # aka Polygon | ||
GNOSIS | ||
BASE | ||
} | ||
|
||
enum ProtocolType { | ||
|
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