diff --git a/modules/motions/evmAddresses.ts b/modules/motions/evmAddresses.ts index ccc8068e..faf59f63 100644 --- a/modules/motions/evmAddresses.ts +++ b/modules/motions/evmAddresses.ts @@ -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 diff --git a/modules/motions/hooks/useEVMScriptDecoder.ts b/modules/motions/hooks/useEVMScriptDecoder.ts index c92739c9..e43f2fca 100644 --- a/modules/motions/hooks/useEVMScriptDecoder.ts +++ b/modules/motions/hooks/useEVMScriptDecoder.ts @@ -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}`)