ss
ss
Can you squash the two commits as one?
I'm working to update states after "create accounts" is called, should make a PR tomorrow. It would be better if wrap/unwrap could is implemented through a separate PR, as we...
Please approve https://github.com/project-serum/swap-ui/pull/77
How to proceed on the Sollet and Wormhole update? I'm thinking as follows: - swap-ui code has [wormhole USDT and USDC market addresses](https://github.com/project-serum/swap-ui/blob/3f213aa5ae3a62f1816e4833bc6b502c60a07f81/src/utils/pubkeys.ts#L36) with sufficient liquidity. Swap against them. -...
Sollet unwrap for wUSDC and wUSDT is supported now. Wormhole token swaps shouldn't need code changes. We just list the wormhole markets on [Solana's token list](https://github.com/solana-labs/token-list/blob/main/src/tokens/solana.tokenlist.json) so that swaps are...
`yarn lint` is behind failed check. Change formatting so `yarn lint` shows no errors. https://app.travis-ci.com/github/project-serum/swap-ui/builds/238231690#L239
Merged with cyclos-prod
We noticed that `https://api.mainnet-beta.solana.com` RPC gives much lower latency.
The swap UI makes a lot of RPC calls, which is probably causing this issue. We tried Figment's private RPC, which immediately timed us out. The price refresh rate needs...
It would be great if you could review and merge #64 and #77 in master. We've already deployed this branch in production. Wrap/unwrap for Sollet is now supported.