Skip to content

Commit

Permalink
Add scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 16, 2024
1 parent 01728c7 commit 4393852
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 @@ -31,6 +31,7 @@ jobs:
"polygon",
"rootstock",
"sei",
"scroll",
"zksync",
]
os: [ubuntu-latest]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This Subgraph sources events from the Beefy contracts in different networks.
- [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)
- [Scroll](https://api.goldsky.com/api/public/project_clu2walwem1qm01w40v3yhw1f/subgraphs/beefy-balances-scroll/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/scroll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"network": "scroll",

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

"clmManagerFactoryAddress": "0x2AfB174c22D9eE334895C4e300ab93154d800aA0",
"clmManagerFactoryStartBlock": 10224895,
"clmStrategyFactoryAddress": "0xA5Cd8A60a05571141370D184e255777e5c2d5968",
"clmStrategyFactoryStartBlock": 10224905,
"rewardPoolFactoryAddress": "0xe103ab2f922aa1a56EC058AbfDA2CeEa1e95bCd7",
"rewardPoolFactoryStartBlock": 10224898,
"beefyClassicVaultFactoryAddress": "0x91BB303E972995EbE5f593BCddBb6F5Ef49Dbcbd",
"beefyClassicVaultFactoryStartBlock": 10224183,
"beefyClassicBoostFactoryAddress": "0x0000000000000000000000000000000000000000",
"beefyClassicBoostFactoryStartBlock": 10224183,

"vaultInitializedEvent": "Initialized(uint8)"
}
4 changes: 4 additions & 0 deletions data/scroll_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 @@ -32,6 +32,7 @@
"prepare:optimism": "./bin/prepare.sh optimism",
"prepare:polygon": "./bin/prepare.sh polygon",
"prepare:rootstock": "./bin/prepare.sh rootstock",
"prepare:scroll": "./bin/prepare.sh scroll",
"prepare:sei": "./bin/prepare.sh sei",
"prepare:zksync": "./bin/prepare.sh zksync"
},
Expand Down

0 comments on commit 4393852

Please sign in to comment.