Skip to content

Commit

Permalink
docs: update x format content
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangVD2 committed Mar 15, 2024
1 parent 713763e commit 7d2fac0
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 40 deletions.
8 changes: 4 additions & 4 deletions components/AddressCheckV2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ export default function AddressCheckV2() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/BridgeableTokens.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ export default function BridgeableTokens() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/ChainV2GraphQL.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ export default function ChainV2GraphQL() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/ChainsV2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export default function ChainsV2() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/ChainsV2GraphQL.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ export default function ChainsV2GraphQL() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/DailyVolume.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ export default function DailyVolume() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/RouteV2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ export default function RouteV2() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/TokenV2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ export default function TokenV2() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
8 changes: 4 additions & 4 deletions components/TokensV2.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ export default function TokensV2() {
</div>
<div className="my-4 rounded-lg max-h-[600px] overflow-auto bg-[#F6F6F7] text-[#24292E] dark:bg-[#161618] dark:text-[#E1E4E8]">
<div className="px-5 border-b border-[#e2e2e3] dark:border-black">
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">Response</span>
<span className="inline-block border-b-2 border-[#3451b2] dark:border-[#a8b1ff] text-[14px] leading-[48px]">
Response
</span>
</div>
<pre className="p-5">
{JSON.stringify(response, null, 2)}
</pre>
<pre className="p-5">{JSON.stringify(response, null, 2)}</pre>
</div>
</>
);
Expand Down
7 changes: 3 additions & 4 deletions routing/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ To check the health status of the API just send a GET request to the above URL:
::: code-group

```ts [Request]
URL = "https://routingapi.xdefiservices.com"
URL = "https://routingapi.xdefiservices.com";

response = await fetch(URL)

console.log(response.status)
response = await fetch(URL);

console.log(response.status);
```

```ts [Response]
Expand Down

0 comments on commit 7d2fac0

Please sign in to comment.