loopring_sdk
loopring_sdk copied to clipboard
Would like to see this exposed. Not sure how a boolean gets translated to "0" or "1" in the api so might need some further testing: maxNext mention in API...
Appeared mis-spelt. Trying to finish this PR through the github ui so might have some followup commits. Edit: No instance of the text was found in this or other public...
header: X-API-SIG = 0x05b49f99ac6d8f67d4519dfaf9b545dbc775dcc837441f85ef9aae74c83e5c2d700729cdba1d7a9cc818abb43a598cf1e4eeca547e4e6697ff18c4d2ac111ac21b03 request: { "accountId": 11329, "ecdsaSignature": "0x05b49f99ac6d8f67d4519dfaf9b545dbc775dcc837441f85ef9aae74c83e5c2d700729cdba1d7a9cc818abb43a598cf1e4eeca547e4e6697ff18c4d2ac111ac21b03", "exchange": "0x2e76EBd1c7c0C8e7c2B875b6d505a260C525d25e", "maxFee": { "volume": "24000000000000", "tokenId": 0 }, "nonce": 0, "owner": "0x8656920c85342d646E5286Cb841F90209272ABeb", "publicKey": { "x": "0x20ba7bd404f259c3d49853d6a849425a983c24fc3c01be177f719e84ba776a8c", "y": "0x266d7e40dba375c90816287814f20b8e187227a6d05f17d2d329fefac9b782af" },...
Hi, I've seen an increase in reports in the discord regarding issues with the generateKeyPair with newer releases of the sdk and NodeJS I tried going back thru previous releases:...
can your delete the type: "module" in the package.json. it will no woking and hangs. and delete the sign_tools`s window
node version: v16.20.0 "@loopring-web/loopring-sdk": "^3.8.11", everybody can help me ?
I am trying to develop an expressjs app and inside my project I would like to use the following sdk: https://loopring-1.gitbook.io/loopring-dev-docs/sdk/sdk-guides Following the instructions, I have installed the package via...
Hi, I create a new fresh react project and I wanted to initialize the sdk with: ```sh npx create-react-app test --template typescript npm i @loopring-web/loopring-sdk --save ``` I used node...
Will you be upgrading your web3.js usage to v4 and TypeScript? I'm with the web3.js team at ChainSafe and we're available to answer any questions about migrating to v4
I'm encountering an issue with the /api/wallet/v3/resolveName endpoint when attempting a reverse lookup. Strangely, the endpoint functions as expected for my `wikk.loopring.eth` ENS domain, but fails to work with my...