Skip to content

Commit

Permalink
update fert/bp address
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Sep 23, 2024
1 parent 664d054 commit 29a3d57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/subgraph-bean/manifests/arbitrum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ dataSources:
name: CrossCheck
network: arbitrum-one
source:
address: "0xEfE94bE746681ed73DfD15F932f9a8e8ffDdEE56"
address: "0xC218F5a782b0913931DCF502FA2aA959b36Ac9E7"
abi: BeanstalkPrice
startBlock: 585858585858 # Reseed
mapping:
Expand Down
2 changes: 1 addition & 1 deletion projects/subgraph-beanstalk/manifests/arbitrum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ dataSources:
name: Fertilizer-1155
network: arbitrum-one
source:
address: "0x82a17bdeC3368f549A7BfE6734D6E2Aba82be455"
address: "0xFEFEFECA5375630d6950F40e564A27f6074845B5"
abi: Fertilizer
startBlock: 585858585858 # Reseed
mapping:
Expand Down
4 changes: 2 additions & 2 deletions projects/subgraph-core/constants/raw/BeanstalkArbConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const USDT = Address.fromString("0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCb
// Contracts
export const BEANSTALK = Address.fromString("0xD1A0060ba708BC4BCD3DA6C37EFa8deDF015FB70");
////// TODO: These are subject to change. Fertilizer is "Proxy"
export const FERTILIZER = Address.fromString("0x82a17bdeC3368f549A7BfE6734D6E2Aba82be455");
export const BEANSTALK_PRICE = Address.fromString("0xEfE94bE746681ed73DfD15F932f9a8e8ffDdEE56");
export const FERTILIZER = Address.fromString("0xFEFEFECA5375630d6950F40e564A27f6074845B5");
export const BEANSTALK_PRICE = Address.fromString("0xC218F5a782b0913931DCF502FA2aA959b36Ac9E7");
//////
export const AQUIFER = Address.fromString("0xBA51AAAa8C2f911AE672e783707Ceb2dA6E97521");

Expand Down

0 comments on commit 29a3d57

Please sign in to comment.