-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update staking contract addresses #579
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,12 @@ import { StakingProgramMap } from '.'; | |
|
||
export const BASE_STAKING_PROGRAMS_CONTRACT_ADDRESSES: Record<string, Address> = | ||
{ | ||
[StakingProgramId.MemeBaseAlpha]: | ||
'0x06702a05312091013fdb50c8b60b98ca30762931', | ||
[StakingProgramId.MemeBaseAlpha2]: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
'0xc653622FD75026a020995a1d8c8651316cBBc4dA', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
}; | ||
|
||
export const BASE_STAKING_PROGRAMS: StakingProgramMap = { | ||
[StakingProgramId.MemeBaseAlpha]: { | ||
[StakingProgramId.MemeBaseAlpha2]: { | ||
chainId: EvmChainId.Base, | ||
name: 'MemeBase Alpha', | ||
agentsSupported: [AgentType.Memeooorr], | ||
|
@@ -29,7 +29,7 @@ export const BASE_STAKING_PROGRAMS: StakingProgramMap = { | |
ActivityCheckerType.MemeActivityChecker | ||
], | ||
contract: new MulticallContract( | ||
BASE_STAKING_PROGRAMS_CONTRACT_ADDRESSES[StakingProgramId.MemeBaseAlpha], | ||
BASE_STAKING_PROGRAMS_CONTRACT_ADDRESSES[StakingProgramId.MemeBaseAlpha2], | ||
STAKING_TOKEN_PROXY_ABI, | ||
), | ||
}, | ||
|
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -91,9 +91,9 @@ | |||
"optimus_alpha": "0x88996bbdE7f982D93214881756840cE2c77C4992", | ||||
}, | ||||
Chain.ETHEREUM: {}, | ||||
Chain.BASE: {"meme_base_alpha": "0x06702A05312091013FdB50C8b60B98ca30762931"}, | ||||
Chain.BASE: {"meme_base_alpha_2": "0xc653622FD75026a020995a1d8c8651316cBBc4dA"}, | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jmoreira-valory not sure if the name is shared between FE and BE only or it should be updated in the service/agent/something else as well? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Tanya-atatakai it is shared between both,
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Tanya-atatakai The staking contract ID (e.g., meme_base_alpha_2) is passed to the backend only in the service template when creating/updating a service. Based on that value, the backend will fill a number of env variables ("COMPUTED") that deppend on the particular staking contract. Please see comment above from @truemiller regarding the frontend. |
||||
Chain.CELO: { | ||||
"meme_celo_alpha": "0xf39cd0eE4C502Df7D26F28cFAdd579724A3CFCe8", | ||||
"meme_celo_alpha_2": "0x95D12D193d466237Bc1E92a1a7756e4264f574AB", | ||||
}, | ||||
Chain.MODE: { | ||||
"optimus_alpha": "0x5fc25f50E96857373C64dC0eDb1AbCBEd4587e91", | ||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://basescan.org/address/0xc653622FD75026a020995a1d8c8651316cBBc4dA#readProxyContract#F2