Depositing
Depositing into Vertex has to be done directly on-chain. The address of the endpoint contract can be found at <vertex-url>/query?type=contracts
The deposit function ABI is:
Which you can submit to the endpoint contract.
Deposits may take a few seconds to process after they have submitted to the chain. You can find the token addresses associated with specific product ids via the All products query. Ensure that you:
Use the correct
product_id
Have given the endpoint contract enough allowance
Last updated