Closed geekbrother closed 2 weeks ago
This PR adds the metadata object to the /route chain orchestrator endpoint to reflect the funding information. The following schema was added:
metadata
/route
"metadata": { "fundingFrom": [ { "symbol": "USDC", // Funding token symbol "tokenContract": "0xxxxxxxxxxxx", // Funding token contract address "chainId": "eip155:xxx" // Chain ID of the funding token contract address "amount":"0x00" // Hex representation of the amount sourcing } ] }
Description
This PR adds the
metadata
object to the/route
chain orchestrator endpoint to reflect the funding information. The following schema was added:How Has This Been Tested?
Due Diligence