-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support local network #380
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Ignored Deployments
|
@@ -128,7 +125,7 @@ | |||
</AppLink> | |||
) : ( | |||
<a | |||
href={isInternal ? `/${network}${hrefLink}` : hrefLink} | |||
href={isInternal ? `/${currentChainId}${hrefLink}` : hrefLink} |
Check warning
Code scanning / CodeQL
Client-side cross-site scripting
: `/mainnet${componentHref}` | ||
} | ||
> | ||
<Link {...linkProps} href={`/${network}${componentHref}`}> |
Check warning
Code scanning / CodeQL
Client-side URL redirect
@@ -128,7 +125,7 @@ | |||
</AppLink> | |||
) : ( | |||
<a | |||
href={isInternal ? `/${network}${hrefLink}` : hrefLink} | |||
href={isInternal ? `/${currentChainId}${hrefLink}` : hrefLink} |
Check warning
Code scanning / CodeQL
Client-side URL redirect
chainName | ||
)}/${chainId}/${walletAddr}` | ||
); | ||
const { data } = await axios.get<Balance[]>(`${baseApiRoute}/${walletAddr}`); |
Check failure
Code scanning / CodeQL
Server-side request forgery
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.
LGTM Overall
feat: upgrade cosmos kit version and replace hooks
d ���:wq :wq
refactor: use internal navigate instead of app link for block navigation
1. Add nvm instruction 2. Change `Yarn` url
Update local support readme
feat: add view in json for assets in account details page
Fix/fallback explorer link and gov params token symbol
Describe your changes
chainId
.NEXT_PUBLIC_SUPPORTED_CHAIN_IDS
as followsisMainnet
,isTestnet
concept.How to add your network
config/index.ts
like thisNEXT_PUBLIC_SUPPORTED_CHAIN_IDS