Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 3 #629

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/docs/docs/faqs/_liquid-markets/sol-moonbeam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

| Token (Origin) | Token (Target) | Markets | Contract Address |
| -------------- | ---------------- | -------------------------------------------------------------------------------------- | ------------------------------------------ |
| SOL | SOL(Wormhole) | [Stellaswap](https://stellaswap.com/), | 0x99Fec54a5Ad36D50A4Bba3a41CAB983a5BB86A7d|
4 changes: 4 additions & 0 deletions apps/docs/docs/faqs/liquid-markets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import EthSui from './_liquid-markets/eth-sui.md'
import SolSui from './_liquid-markets/sol-sui.md'
import AptosOsmosis from './_liquid-markets/aptos-osmosis.md'
import SolOsmosis from './_liquid-markets/sol-osmosis.md'
import SolMoonbean from './_liquid-markets/sol-moonbeam.md'
import SuiOsmosis from './_liquid-markets/sui-osmosis.md'

# Overview: Liquid Markets
Expand Down Expand Up @@ -186,6 +187,9 @@ Check out the [Wormhole Token list](https://github.com/certusone/wormhole-token-
<TabItem value="BSC -> MOONBEAM" label="BSC -> MOONBEAM">
<BscMoonbeam />
</TabItem>
<TabItem value="SOL -> MOONBEAM" label="SOL -> MOONBEAM">
<SolMoonbean />
</TabItem>
</Tabs>

## Target chain: Aptos
Expand Down