Skip to content

Commit

Permalink
Merge pull request #572 from balancer/lst-pricing-assets
Browse files Browse the repository at this point in the history
add rETH and weETH to pricing assets
  • Loading branch information
mendesfabio authored Mar 8, 2024
2 parents c4df6ce + 37f9c49 commit 326f239
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions assets/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
{
"address": "0x865377367054516e17014CcdED1e7d814EDC9ce4",
"symbol": "DOLA"
},
{
"address": "0xae78736Cd615f374D3085123A210448E74Fc6393",
"symbol": "rETH"
},
{
"address": "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
"symbol": "weETH"
}
],
"fxAssetAggregators": [
Expand Down
6 changes: 3 additions & 3 deletions networks.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mainnet:
network: mainnet
graft:
# CSP V6 startBlock
block: 19314764
# rETH/weETH pool creation to fix USD metrics
block: 18774976
# always make sure the base subgraph has not been pruned
# it should be possible to run time travel queries on it going back to the vault's startBlock
base: QmPHyJwnezdwnvvc8tsBshrsVi61JqacX6RMc8JBDZTmc9
base: QmYacPMeFA5359vDGknEc8aPAieiXHUa8ksfJ6H7FnzRrB
EventEmitter:
address: "0x1ACfEEA57d2ac674d7E65964f155AB9348A6C290"
startBlock: 16419620
Expand Down

0 comments on commit 326f239

Please sign in to comment.