-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat/shu frontend #131
Open
yogesh0509
wants to merge
5
commits into
main
Choose a base branch
from
feat/shu-frontend
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feat/shu frontend #131
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5171edf
shu frontend integration init
yogesh0509 5f73eee
lint fixes
yogesh0509 dc153ce
fixed bugs and created ci/cd pipelines
yogesh0509 6e2f4fd
fix: ci pipelines
yogesh0509 0a7df56
fix: removed c1 naming convention from network
yogesh0509 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
############### | ||
# APPLICATION # | ||
############### | ||
REACT_APP_BLOCKCHAIN_URI=https://rpc.mordor.etccooperative.org | ||
REACT_APP_CHAIN_ID=63 | ||
REACT_APP_DJED_ADDRESS=0x1F09D7d259073414a81E5663C74a76182B05852D | ||
REACT_APP_DJED_SHU_ADDRESS=0x1F09D7d259073414a81E5663C74a76182B05852D | ||
REACT_APP_FEE_UI=0 | ||
REACT_APP_UI=0x0232556C83791b8291E9b23BfEa7d67405Bd9839 | ||
REACT_APP_EXPLORER=https://etc-mordor.blockscout.com/ | ||
REACT_APP_BC=Ethereum Classic's Mordor | ||
REACT_APP_PROTOCOL_CHAIN_DESCRIPTION=Ethereum Classic is the original Ethereum blockchain, maintaining its history untampered and immutable, and upholding the principle that "code is law". Ethereum Classic's native currency is ETC | ||
REACT_APP_CHAIN_COIN=ETC | ||
REACT_APP_SC_NAME=Ethereum Classic Stable Dollar | ||
REACT_APP_SC_SYMBOL=ECSD | ||
REACT_APP_RC_NAME=Ethereum Classic Reserve Surplus Share | ||
REACT_APP_RC_SYMBOL=ECRS | ||
REACT_APP_LIMIT_PER_TXN=10000 | ||
REACT_APP_EVM_RESERVECOIN_ADDRESS=0x851D24a058fED2b0458c875BFb512BAc04dDeE09 | ||
REACT_APP_EVM_STABLECOIN_ADDRESS=0x6b7ff59Ddb17610146c2666Dd6eB402b3BC5C59D | ||
|
||
# Color Theme | ||
REACT_APP_GRADIENT_THEME='gradient-theme-7' | ||
REACT_APP_COLOR_THEME='green-dark' | ||
|
||
REACT_APP_TERMS_OF_USE=terms-of-use-default | ||
REACT_APP_LOGO_PATH=ECSD.svg | ||
|
||
REACT_APP_SHU_VERSION=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,12 @@ | |
"scripts": { | ||
"start": "craco start", | ||
"build": "craco build", | ||
"build:milkomeda-testnet": "npx -y env-cmd -f ./env/milkomeda-testnet.env npm run build", | ||
"build:milkomeda-c1-testnet": "npx -y env-cmd -f ./env/milkomeda-testnet.env npm run build", | ||
"build:sepolia": "npx -y env-cmd -f ./env/sepolia.env npm run build", | ||
"build:milkomeda": "npx -y env-cmd -f ./env/milkomeda.env npm run build", | ||
"build:milkomeda-c1": "npx -y env-cmd -f ./env/milkomeda.env npm run build", | ||
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. ... and here. 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. Here too. |
||
"build:mordor": "npx -y env-cmd -f ./env/mordor.env npm run build", | ||
"build:ethereum-classic": "npx -y env-cmd -f ./env/ethereum-classic.env npm run build", | ||
"build:shu-mordor": "npx -y env-cmd -f ./env/shu-mordor.env npm run build", | ||
"test": "craco test", | ||
"lint": "prettier --check '**/*.{js,jsx}'", | ||
"format": "prettier --write '**/*.{js,jsx}'", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Let's get rid of the "c1" here.
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.
Why did you mark this as resolved, but the "c1" is still there?
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.
My bad, instead of changing the package.json, I changed the names of ci pipeline to fix build issues. I wasn't aware of the fleek naming convention. I will change it in the next commit.