Skip to content

Commit

Permalink
fix: csm motion parser
Browse files Browse the repository at this point in the history
  • Loading branch information
katamarinaki committed Sep 10, 2024
1 parent 9e20ef1 commit bf073dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/motions/evmAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const EvmAddressesByChain: EvmAddresses = {
[MotionType.StonksStablesTopUp]:
'0x65A9913467A9793Bb23726d72C99A470bb9294Ad',
[MotionType.CSMSettleElStealingPenalty]:
'0x07696ea8a5b53c3e35d9cce10cc62c6c79c4691d',
'0x07696EA8A5b53C3E35d9cce10cc62c6c79C4691D',

// next motion factories are @deprecated
// we are keeping them here to display history data
Expand Down
1 change: 1 addition & 0 deletions modules/motions/hooks/useEVMScriptDecoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function useEVMScriptDecoder() {
abis.RegistryWithLimitsAbi__factory.abi,
[KEYS.StonksStablesAllowedRecipientsRegistry]:
abis.RegistryWithLimitsAbi__factory.abi,
[KEYS.CSMRegistry]: abis.CSMRegistryAbi__factory.abi,
}),
)
}, `evm-script-decoder-${chainId}`)
Expand Down

0 comments on commit bf073dc

Please sign in to comment.