Skip to content

Commit

Permalink
Add sentio strategy factory
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Dec 27, 2024
1 parent 956c2f5 commit 80e9fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/sonic-sentio.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"rewardPoolFactoryStartBlock": 491452,
"beefyClassicVaultFactoryAddress": "0x8e0B63846ebEFf857EE35eF3BD3A2df9EF7D6456",
"beefyClassicVaultFactoryStartBlock": 490985,
"beefyClassicStrategyFactoryAddress": "0x2ec5d5e9aaf3c3f56ebef2fc46a5af9e42810b41",
"beefyClassicStrategyFactoryStartBlock": 517549,
"beefyClassicBoostFactoryAddress": "0x0000000000000000000000000000000000000000",
"beefyClassicBoostFactoryStartBlock": 490985,
"clockTickBlocks": 800,
Expand Down
2 changes: 1 addition & 1 deletion subgraph.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dataSources:

- kind: ethereum/contract
name: ClassicStrategyFactory
network: {{network}}
network: "{{{network}}}"
source:
address: "{{beefyClassicStrategyFactoryAddress}}"
abi: ClassicStrategyFactory
Expand Down

0 comments on commit 80e9fc7

Please sign in to comment.