-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
292 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import React from "react"; | ||
import { | ||
ArrowPathIcon, | ||
GlobeAltIcon, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import "../styles.css"; | ||
import { Oxanium } from "@next/font/google"; | ||
|
||
const oxanium = Oxanium({ | ||
subsets: ["latin"], | ||
variable: "--font-oxanium", | ||
}); | ||
|
||
export default function MyApp({ Component, pageProps }) { | ||
return ( | ||
<main className={`${oxanium.variable}`}> | ||
<Component {...pageProps} /> | ||
</main> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 0 additions & 26 deletions
26
packages/website/pages/docs/alpha-testnet-guide/_meta.json
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
packages/website/pages/docs/alpha-testnet-guide/configure-wallet.mdx
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
packages/website/pages/docs/alpha-testnet-guide/deploy-a-contract.mdx
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
packages/website/pages/docs/alpha-testnet-guide/explore-the-network.mdx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/website/pages/docs/alpha-testnet-guide/get-started.mdx
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
packages/website/pages/docs/alpha-testnet-guide/request-from-faucet.mdx
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/website/pages/docs/alpha-testnet-guide/run-a-node.mdx
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
packages/website/pages/docs/alpha-testnet-guide/use-the-bridge.mdx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.