diff --git a/src/features/abi-methods/components/decoded-abi-method-arguments.tsx b/src/features/abi-methods/components/decoded-abi-method-arguments.tsx index f566061c0..670cce3ca 100644 --- a/src/features/abi-methods/components/decoded-abi-method-arguments.tsx +++ b/src/features/abi-methods/components/decoded-abi-method-arguments.tsx @@ -19,6 +19,12 @@ export function DecodedAbiMethodArguments({ arguments: argumentsProp, multiline {argument.value} ) + } else if (argument.type === DecodedAbiType.Address) { + return ( + + {argument.value} + + ) } else if (argument.type === DecodedAbiType.Account) { return (