Skip to content

Commit

Permalink
Add rootstock
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Sep 30, 2024
1 parent 7d3f268 commit f4ee477
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
"moonbeam",
"optimism",
"polygon",
"rootstock",
"sei",
"zksync",
]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This Subgraph sources events from the Beefy contracts in different networks.
- [Moonbeam](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-moonbeam/latest/gn)
- [Optimism](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-optimism/latest/gn)
- [Polygon](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-polygon/latest/gn)
- [Rootstock](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-rootstock/latest/gn)
- [Sei](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-sei/latest/gn)
- [Zksync](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-zksync/latest/gn)

Expand Down
19 changes: 19 additions & 0 deletions config/rootstock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"network": "rootstock",

"shareTokenMintAddress": "0x0000000000000000000000000000000000000000",
"burnAddress": "0x000000000000000000000000000000000000dead",

"clmManagerFactoryAddress": "0xC2cEE7cf27D2Eda09fEc1743f3953dA77Bf1DA61",
"clmManagerFactoryStartBlock": 6741365,
"clmStrategyFactoryAddress": "0x0465375274301FFCDf3274e59544d535e03B3688",
"clmStrategyFactoryStartBlock": 6741374,
"rewardPoolFactoryAddress": "0x7cac900B2f504047b40F5554F633248f78bD960A",
"rewardPoolFactoryStartBlock": 6741369,
"beefyClassicVaultFactoryAddress": "0xe103ab2f922aa1a56EC058AbfDA2CeEa1e95bCd7",
"beefyClassicVaultFactoryStartBlock": 6729703,
"beefyClassicBoostFactoryAddress": "0x0000000000000000000000000000000000000000",
"beefyClassicBoostFactoryStartBlock": 6729703,

"vaultInitializedEvent": "Initialized(uint8)"
}
4 changes: 4 additions & 0 deletions data/rootstock_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"old_vaults": [],
"old_boosts": []
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"prepare:moonbeam": "./bin/prepare.sh moonbeam",
"prepare:optimism": "./bin/prepare.sh optimism",
"prepare:polygon": "./bin/prepare.sh polygon",
"prepare:rootstock": "./bin/prepare.sh rootstock",
"prepare:sei": "./bin/prepare.sh sei",
"prepare:zksync": "./bin/prepare.sh zksync"
},
Expand Down

0 comments on commit f4ee477

Please sign in to comment.