Skip to content

Conversation

@MaxVch
Copy link
Contributor

@MaxVch MaxVch commented May 31, 2024

WIP: need find how to store Node path...

WIP: need find how to store Node path...
@MaxVch MaxVch requested review from Warchant and uchu May 31, 2024 08:43
@MaxVch MaxVch linked an issue May 31, 2024 that may be closed by this pull request
@cloudflare-workers-and-pages
Copy link

Deploying rfq-ui-brooklyn with  Cloudflare Pages  Cloudflare Pages

Latest commit: 910f2f3
Status: ✅  Deploy successful!
Preview URL: https://2485a4c9.rfq-ui.pages.dev
Branch Preview URL: https://57-update-mechanism-to-conne.rfq-ui.pages.dev

View logs

import GGXWallet, { type Account } from "@/services/ggx";
import { type ChangeEvent, useContext, useEffect, useState } from "react";
type Radion = "" | "Node" | "Mainnet" | "Testnet";
const NODE_PROVIDERS: Radion[] = ["Node", "Mainnet", "Testnet"];
Copy link
Contributor

@Warchant Warchant May 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

options must be:

  1. ${env.NEXT_PUBLIC_PARACHAIN_URL}
  2. manual input

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its only prototype but thanks for review will update it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update mechanism to connect to the node

4 participants