curl --request POST \
--url https://v1.orchestrator.rhinestone.dev/deposit-processor/register \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"account": {
"address": "0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91",
"accountParams": {
"factory": "0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91",
"factoryData": "0x1234abcd",
"sessionDetails": {
"hashesAndChainIds": [
{
"chainId": 1,
"sessionDigest": "0x1234abcd"
}
],
"signature": "0x1234abcd"
}
},
"target": {
"chain": "eip155:8453",
"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"outputTokenRules": [
{
"match": {
"symbol": "USDC"
},
"outputToken": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
{
"match": {
"chain": "eip155:10",
"symbol": "ETH"
},
"outputToken": "0x0000000000000000000000000000000000000000"
}
],
"rejectUnmapped": true,
"postBridgeActions": [
{
"type": "orderbook-swap",
"contract": "0xb6807116b3b1b321a390594e31ecd6e0076f6278",
"outputToken": "0x0000000000000000000000000000000000000001"
}
]
}
}
}
'