Skip to content

Commit 395e1c6

Browse files
committed
fix feedback
1 parent f33ca16 commit 395e1c6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/tools/en/0x.mdx

+7-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
name: "0x"
33
category: ["Defi"]
44
excerpt: "Embed swaps in your on-chain app."
5-
logo: { src: "https://cdn.prod.website-files.com/66967cfef0a246cbbb9aee94/66967cfef0a246cbbb9af016_0x-logo-light.svg", alt: "0x Logo" }
5+
logo:
6+
{
7+
src: "https://cdn.prod.website-files.com/66967cfef0a246cbbb9aee94/66967cfef0a246cbbb9af016_0x-logo-light.svg",
8+
alt: "0x Logo",
9+
}
610
website: "https://0x.org/"
711
network: ["Mainnet"]
812
noAdditionalInfo: false
@@ -12,8 +16,6 @@ noAdditionalInfo: false
1216

1317
0x provides the [Swap API](https://0x.org/docs/0x-swap-api/introduction) and [Gasless API](https://0x.org/docs/gasless-api/introduction).
1418

15-
Get started building with [0x Swap API](https://0x.org/docs/0x-swap-api/guides/swap-tokens-with-0x-swap-api) on Scroll.
19+
Get started building with [0x Swap API on Scroll](https://www.levelup.xyz/content/0x-on-scroll). For Scroll, use `534352` as the `chainId`.
1620

17-
For Scroll, use `534352` as the `chainId`.
18-
19-
See the [full list of supported chains](https://0x.org/docs/introduction/0x-cheat-sheet).
21+
See the [0x cheat sheet](https://0x.org/docs/introduction/0x-cheat-sheet) for additional information on how to make a 0x API request.

0 commit comments

Comments
 (0)