Skip to content

Commit

Permalink
feat: update fert
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Dec 13, 2024
1 parent 16a6650 commit af5ba77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/sdk/src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const addresses = {
}),
BEANSTALK_FERTILIZER: Address.make({
[ChainId.ETH_MAINNET]: "0x402c84De2Ce49aF88f5e2eF3710ff89bFED36cB6",
[ChainId.ARBITRUM_MAINNET]: "0x82a17bdeC3368f549A7BfE6734D6E2Aba82be455" // FIX ME
[ChainId.ARBITRUM_MAINNET]: "0xFEFEFECA5375630d6950F40e564A27f6074845B5"
}),
BARNRAISE_CUSTODIAN: Address.make({
[ChainId.ETH_MAINNET]: "0xa9bA2C40b263843C04d344727b954A545c81D043"
Expand Down
2 changes: 1 addition & 1 deletion projects/ui/src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const BEANSTALK_FERTILIZER_ADDRESSES = {
[SupportedChainId.ETH_MAINNET]:
'0x402c84De2Ce49aF88f5e2eF3710ff89bFED36cB6'.toLowerCase(),
[SupportedChainId.ARBITRUM_MAINNET]:
'0x82a17bdeC3368f549A7BfE6734D6E2Aba82be455'.toLowerCase(),
'0xFEFEFECA5375630d6950F40e564A27f6074845B5'.toLowerCase(),
};

// ----------------------------------------
Expand Down

0 comments on commit af5ba77

Please sign in to comment.