-
Notifications
You must be signed in to change notification settings - Fork 16
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
Network selector #454
Network selector #454
Conversation
|
||
NetworkSelector.defaultProps = { | ||
title: '', | ||
options: [ |
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.
are we setting these as environmental variables?
We currently don't have a Telos or Wax instance running
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
"/lacchain/network>sidebar": "LACChain Topologia de rede", | ||
"/lacchain/network>title": "LACChain Topologia de rede - Panel", | ||
"/lacchain/network>heading": "LACChain Topologia de rede", | ||
"/lacchain/network>sidebar": "Topologia de red", |
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.
.env.lacchain
Outdated
REACT_APP_TOKEN_SYMBOL= | ||
REACT_APP_EOS_MAINNET=https://mainnet.eosio.cr | ||
REACT_APP_JUNGLE_TESTNET=http://testnet.eosio.cr |
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.
https://
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.
we should add these variables to the remaining .env
files also
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.
done
Network selector
What does this PR do?
Steps to test
make run lacchain
CheckList