{
"version": "2.0",
"ui": {
"root": "root",
"elements": {
"title": {
"type": "text",
"props": {
"content": "No skippin on the tippin",
"weight": "bold"
}
},
"sep1": {
"type": "separator",
"props": {}
},
"desc": {
"type": "text",
"props": {
"content": "Show some love with USDC on Base"
}
},
"tip-btn-0": {
"type": "button",
"props": {
"label": "Tip $1",
"variant": "primary"
},
"on": {
"press": {
"action": "send_token",
"params": {
"token": "eip155:8453/erc20:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipientFid": 4905,
"amount": "1000000"
}
}
}
},
"tip-btn-1": {
"type": "button",
"props": {
"label": "Tip $5",
"variant": "secondary"
},
"on": {
"press": {
"action": "send_token",
"params": {
"token": "eip155:8453/erc20:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipientFid": 4905,
"amount": "5000000"
}
}
}
},
"tip-btn-2": {
"type": "button",
"props": {
"label": "Tip $10",
"variant": "secondary"
},
"on": {
"press": {
"action": "send_token",
"params": {
"token": "eip155:8453/erc20:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipientFid": 4905,
"amount": "10000000"
}
}
}
},
"root": {
"type": "stack",
"props": {
"gap": "md"
},
"children": [
"title",
"sep1",
"desc",
"tip-btn-0",
"tip-btn-1",
"tip-btn-2"
]
}
}
},
"theme": {
"accent": "green"
}
}