Skip to content

Commit

Permalink
update arb liquidity markets
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Dec 13, 2023
1 parent 4cefdea commit 2eb3e5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/docs/docs/faqs/_liquid-markets/sol-arb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| Token (origin) | Token (target) | Markets | Contract address |
| ---------------- | -------------- | ------------------------------------------------- | ------------------------------------------ |
| SOL | SOL(Wormhole) | [Camelot](https://app.camelot.exchange/) | 0x2bcc6d6cdbbdc0a4071e48bb3b969b06b3330c07|
9 changes: 9 additions & 0 deletions apps/docs/docs/faqs/liquid-markets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import EthSol from "./_liquid-markets/eth-sol.md";
import BscSol from "./_liquid-markets/bsc-sol.md";
import MaticSol from "./_liquid-markets/matic-sol.md";
import SolEth from "./_liquid-markets/sol-eth.md";
import SolArb from "./_liquid-markets/sol-arb.md";
import NearEth from './_liquid-markets/near-eth.md'
import AvaxMatic from './_liquid-markets/avax-matic.md'
import SolMatic from './_liquid-markets/sol-matic.md'
Expand Down Expand Up @@ -85,6 +86,14 @@ Check out the [Wormhole Token list](https://github.com/certusone/wormhole-token-
</TabItem>
</Tabs>

## Target chain: Arbitrum

<Tabs>
<TabItem value="SOL -> ARB" label="SOL -> ARB">
<SolArb />
</TabItem>
</Tabs>

## Target chain: Ethereum

<Tabs>
Expand Down

0 comments on commit 2eb3e5f

Please sign in to comment.