-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
add network timex chain #6381
Open
ojhasujeet123
wants to merge
39
commits into
ethereum-lists:master
Choose a base branch
from
ojhasujeet123:patch-3
base: master
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.
+60
−23
Open
add network timex chain #6381
Changes from 37 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
40670a7
Create eip123-3122041.json
ojhasujeet123 f0b2840
Create glc_icon.json
ojhasujeet123 f551871
Merge branch 'master' into master
ligi a02a2e9
Update and rename eip123-3122041.json to eip155-10222.json
ojhasujeet123 66026ac
Update and rename glc_icon.json to glc.json
ojhasujeet123 a0592f0
Merge branch 'master' into master
ligi 2452613
Update eip155-10222.json
ojhasujeet123 42e3a26
Merge branch 'master' into master
ojhasujeet123 92e58cb
Update eip155-10222.json
ojhasujeet123 e71f4ff
Update glc.json
ojhasujeet123 39e98eb
Merge branch 'master' into master
ligi 978f24e
Update glc.json
ojhasujeet123 4ecf92d
Update eip155-10222.json
ojhasujeet123 16fbfa8
Merge branch 'master' into master
ligi 4b40821
Update eip155-10222.json
ojhasujeet123 bb8ec58
Merge branch 'master' into master
ligi a76a878
Update glc.json
ojhasujeet123 8441aab
Merge branch 'master' into master
ligi 49b321f
Update glc.json
ojhasujeet123 82a75eb
Merge branch 'master' into master
ligi 0e37e90
Update glc.json
ojhasujeet123 a189ad8
Merge branch 'master' into master
ligi d6bfd75
Create eip155-10223.json
ojhasujeet123 5ed3aab
Create timex.json
ojhasujeet123 f926361
Update eip155-10223.json
ojhasujeet123 91320e9
Merge branch 'master' into master
ojhasujeet123 6334c4b
chnages made in json files
ojhasujeet123 e066289
Merge branch `ethereum-lists:master` into patch-3
ojhasujeet123 ad70579
latest changes
ojhasujeet123 a0f157d
Update eip155-10222.json
ojhasujeet123 ac23482
Merge branch 'master' into patch-3
ligi c801b4b
latest code changes in icon json file
ojhasujeet123 d9f7297
latest change
ojhasujeet123 ff078cb
Merge branch 'master' into patch-3
ojhasujeet123 9d064a0
Merge branch 'master' into patch-3
ligi 299dffa
Merge branch 'master' into patch-3
ligi 647494e
Merge branch 'master' into patch-3
ligi 3997dd4
Merge branch 'master' into patch-3
ojhasujeet123 8bc3a1b
Merge branch 'master' into patch-3
ligi 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
{ | ||
"name": "GLScan", | ||
"chain": "GLC", | ||
"icon": "glc", | ||
"rpc": ["https://glc-dataseed.glscan.io/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "GLC", | ||
"symbol": "GLC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://glscan.io/", | ||
"shortName": "glc", | ||
"chainId": 10222, | ||
"networkId": 10222, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "GLScan Explorer", | ||
"url": "https://glscan.io", | ||
"standard": "none", | ||
"icon": "glc" | ||
} | ||
] | ||
"name": "Green Ledger Coin", | ||
"chain": "GLC", | ||
"rpc": [ | ||
"https://glc-dataseed.glscan.io/" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Green Ledger Coin", | ||
"symbol": "GLC", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://glscan.io/", | ||
"shortName": "glc", | ||
"chainId": 10222, | ||
"networkId": 10222, | ||
"slip44": 1, | ||
"icon": "glc", | ||
"explorers": [ | ||
{ | ||
"name": "Green ledger", | ||
"url": "https://glscan.io/", | ||
"standard": "none", | ||
"icon": "glc" | ||
} | ||
] | ||
} |
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,27 @@ | ||
{ | ||
"name": "Timex Chain", | ||
"chain": "TIMEX", | ||
"rpc": [ | ||
"https://time-dataseed.timexscan.io/" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Timex Chain", | ||
"symbol": "TOMAX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://timexscan.io/", | ||
"shortName": "tomax", | ||
"chainId": 10223, | ||
"networkId": 10223, | ||
"slip44": 1, | ||
"icon": "tomax", | ||
"explorers": [ | ||
{ | ||
"name": "Timexscan.io", | ||
"url": "https://timexscan.io/", | ||
"standard": "none", | ||
"icon": "tomax" | ||
} | ||
] | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmQ8rcBEZGAs2wRtEbmMsFCq4f9kahKwSrscazGmH4U4sq", | ||
"width": 280, | ||
"height": 300, | ||
"format": "png" | ||
} | ||
] |
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.
Icon is verified and that is the correct icon, and all details which is provode are okay so please merge this
pls explain why it show build error and pr error