We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is a pre-requisite for the sim. The manager should do this with our arb tokens. Main should:
createPair = Bytes(Opcode | Address | Address) -> pairID createPool = Bytes( 0x | CREATE_POOL (1 byte) | pairId (3 bytes) | controller (20 bytes) | priorityFee (2 bytes) | fee (2 bytes) | vol (2 bytes) | dur (2 bytes) | jit (2 bytes) | pointerPrice (1 byte) | powerMaxPrice (1 byte) | baseMaxPrice (? bytes) | powerPrice (1 byte) | basePrice (? bytes)` Allocate: put tokens in contract swapQuote swapAsset getVirtualPrice (can do with the abi)
Ex: eth <> usdc pair -> gets pair ID
After this we can close this issue. Then next we can:
The text was updated successfully, but these errors were encountered:
0xJepsen
Successfully merging a pull request may close this issue.
This is a pre-requisite for the sim. The manager should do this with our arb tokens.
Main should:
Then:
createPair = Bytes(Opcode | Address | Address) -> pairID
createPool = Bytes( 0x | CREATE_POOL (1 byte) | pairId (3 bytes) | controller (20 bytes) | priorityFee (2 bytes) | fee (2 bytes) | vol (2 bytes) | dur (2 bytes) | jit (2 bytes) | pointerPrice (1 byte) | powerMaxPrice (1 byte) | baseMaxPrice (? bytes) | powerPrice (1 byte) | basePrice (? bytes)`
Allocate: put tokens in contract
swapQuote
swapAsset
getVirtualPrice (can do with the abi)
Ex: eth <> usdc pair -> gets pair ID
After this we can close this issue. Then next we can:
The text was updated successfully, but these errors were encountered: