-
Notifications
You must be signed in to change notification settings - Fork 9
Example: Add plugins for Stellar #6
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ if (!process.env.NEXT_PUBLIC_CROSSMINT_API_KEY) { | |
| } | ||
|
|
||
| const chain = (process.env.NEXT_PUBLIC_CHAIN ?? "solana") as any; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Amount erc-20 |
||
| const plugins = (process.env.NEXT_PUBLIC_PLUGINS?.split(",") ?? []) as any; | ||
|
|
||
| const customAppearance = { | ||
| colors: { | ||
|
|
@@ -45,6 +46,7 @@ export function Providers({ children }: { children: React.ReactNode }) { | |
| signer: { | ||
| type: "email", | ||
| }, | ||
| plugins, | ||
| }} | ||
| > | ||
| {children} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,7 +50,7 @@ export function Dashboard() { | |
| </div> | ||
|
|
||
| {/* Main Dashboard Grid */} | ||
| <div className="grid grid-cols-1 lg:grid-cols-3 gap-6"> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Delete it |
||
| <div className={`grid grid-cols-1 lg:grid-cols-${wallet?.chain !== "stellar" ? 3 : 2} gap-6`}> | ||
| {/* USDXM Balance & Wallet Details Column */} | ||
| <div className="flex flex-col gap-6"> | ||
| {/* USDXM Balance Section */} | ||
|
|
@@ -118,7 +118,7 @@ export function Dashboard() { | |
| </div> | ||
| </div> | ||
| <TransferFunds /> | ||
| <Activity /> | ||
| {wallet?.chain !== "stellar" && <Activity />} | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 0x66C743F33c777bDCCD0294f52583D3618Dfb70970x27efA8852Ee34fF1E616639BB5bB0820602ACE560x745188c8D8F04A66863f67411898268C63CFb6550x0b5C76a75F9675E0c8c94cd8d7A89Bdc9E52ABC0 |
||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDK check when it's been active at least and see if the transactions going out match at all and see if it's down and delete it if you want to