You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, OCEX transactions are being handled inside OB itself, core logic is present in OB, which makes code complex and provides higher chances of bugs. We have already created OCEX module in polkadex-ts, so we will be replacing all the direct OCEX calls with polkadex-ts OCEX module.
In future, If anything changes in OCEX pallet, we will just need to update inside polkadex-ts only.
📝 Feedback Description
Currently, OCEX transactions are being handled inside OB itself, core logic is present in OB, which makes code complex and provides higher chances of bugs. We have already created OCEX module in
polkadex-ts
, so we will be replacing all the direct OCEX calls withpolkadex-ts
OCEX module.In future, If anything changes in OCEX pallet, we will just need to update inside
polkadex-ts
only.Tasks -
readStrategy/getTradingAddresses
function)useAssetTransfer
hook)useCall
hook - code duplication is thereThe text was updated successfully, but these errors were encountered: