-
Notifications
You must be signed in to change notification settings - Fork 10
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
[GSW-322] feat: Apply tm2-js-client and integrate with Adena #203
[GSW-322] feat: Apply tm2-js-client and integrate with Adena #203
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
packages/web/.env
Outdated
@@ -0,0 +1 @@ | |||
NEXT_PUBLIC_API_URL="https://mock-api.gnoswap.io/v3/testnet" |
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.
Please add .env to .gitignore
file.
And add .env.example
try { | ||
const provider = new WSProvider(network.wsUrl, 5 * 1000); | ||
provider.waitForOpenConnection().then(() => setRPCProvider(provider)); | ||
} catch { } |
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.
??
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.
👍
No description provided.