export const tipSnippet = [ { "inputs": [ { "internalType": "address", "name": "receiver", "type": "address" }, { "internalType": "bytes", "name": "comment", "type": "bytes" } ], "name": "tip", "outputs": [], "stateMutability": "payable", "type": "function" } ] as const