Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPC fees #337

Merged
merged 2 commits into from
Feb 18, 2022
Merged

OPC fees #337

merged 2 commits into from
Feb 18, 2022

Conversation

alexcos20
Copy link
Member

@alexcos20 alexcos20 commented Feb 18, 2022

Closes #338

query{
opc(id:"1"){
  swapOceanFee,
  swapNonOceanFee,
  consumeFee,
  providerFee
}
}

-------->

{
  "data": {
    "opc": {
      "consumeFee": "0.01",
      "providerFee": "0",
      "swapNonOceanFee": "0.001",
      "swapOceanFee": "0"
    }
  }
}

@alexcos20 alexcos20 added this to the V4 milestone Feb 18, 2022
@alexcos20 alexcos20 requested a review from mihaisc February 18, 2022 15:26
@alexcos20 alexcos20 self-assigned this Feb 18, 2022
@alexcos20 alexcos20 merged commit cb16470 into v4main Feb 18, 2022
@alexcos20 alexcos20 deleted the feature/opc_fees branch February 18, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OPC fees
2 participants