reown-com / blockchain-api

WalletConnect's Blockchain API
MIT License
68 stars 53 forks source link

feat(CA): adding `metadata` into the route endpoint response #831

Closed geekbrother closed 2 weeks ago

geekbrother commented 2 weeks ago

Description

This PR adds the metadata object to the /route chain orchestrator endpoint to reflect the funding information. The following schema was added:

"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
      }
    ]
}

How Has This Been Tested?

Due Diligence