ss

Results 32 issues of ss

Currently scrolling or searching for popular tokens in the selection box is suboptimal. Like Uniswap, popular token bases can be displayed at the top. # Swap UI currently ![image](https://user-images.githubusercontent.com/49580849/122664099-ddca1f80-d1bc-11eb-9f61-ad1b7af37647.png) #...

Unable to swap USDC for KIN. Users reported issues with some other pairs as well. I created a KIN SPL account beforehand, but it still fails. 1. From browser console:...

The IDE complained about imports. Fixed by updated imports from `remix` to `@remix-run/react`. - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).

examples

### What version of Remix are you using? 1.7.1 ### Steps to Reproduce ```sh npx create-remix remix-lambda # Select architect (AWS Lambda) and typescript cd remix-lambda npm run dev ```...

bug:unverified

I get this error when I try to create a new token. It happens on http://nft-minter.herokuapp.com/ as well as on my local deployment. # How to reproduce - Open minter...

An extensive change bumping dependencies across all packages. All tests pass. # Points to note 1. `serum-ts` updated due to breaking changes in `superstruct` package https://github.com/project-serum/serum-ts/compare/master...cyclos-io:bump-deps?expand=1#diff-3a5e861b90ca6fbf3da801eeb7f4e9dcb0566de40b4df186e88616fa2e5d8c0c 2. `// @ts-ignore` added...

Making a new PR because I missed adding to `token-mints.json` last time. We're self-hosting Serum's DEX UI; our token name will be displayed as 'UNKNOWN' without this update. On a...

[`coin_mint`](https://github.com/project-serum/serum-dex/blob/576e5d2ef2a1669fbd889f13b97b4f552554e334/dex/src/state.rs#L79) from smart contract becomes [`baseMint`](https://github.com/project-serum/serum-ts/blob/0f22b3de8f065eec8ff1d5e073d9a8a0ff255d26/packages/serum/src/market.ts#L84) in the typescript SDK, [`pc_mint`](https://github.com/project-serum/serum-dex/blob/576e5d2ef2a1669fbd889f13b97b4f552554e334/dex/src/state.rs#L81) becomes [`quoteMint`](https://github.com/project-serum/serum-ts/blob/0f22b3de8f065eec8ff1d5e073d9a8a0ff255d26/packages/serum/src/market.ts#L85) and so on. This can confuse those who are unfamiliar with market maker terminology. How about using...

As per my understanding, unsettled funds remain idle until they are reclaimed by users. They could be invested in a lending protocol to earn interest. Take a small cut and...