Skip to content
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
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 Apr 27, 2024
f0b2840
Create glc_icon.json
ojhasujeet123 Apr 27, 2024
f551871
Merge branch 'master' into master
ligi Apr 28, 2024
a02a2e9
Update and rename eip123-3122041.json to eip155-10222.json
ojhasujeet123 Apr 28, 2024
66026ac
Update and rename glc_icon.json to glc.json
ojhasujeet123 Apr 28, 2024
a0592f0
Merge branch 'master' into master
ligi Apr 28, 2024
2452613
Update eip155-10222.json
ojhasujeet123 Apr 29, 2024
42e3a26
Merge branch 'master' into master
ojhasujeet123 Apr 29, 2024
92e58cb
Update eip155-10222.json
ojhasujeet123 May 1, 2024
e71f4ff
Update glc.json
ojhasujeet123 May 1, 2024
39e98eb
Merge branch 'master' into master
ligi May 1, 2024
978f24e
Update glc.json
ojhasujeet123 May 2, 2024
4ecf92d
Update eip155-10222.json
ojhasujeet123 May 2, 2024
16fbfa8
Merge branch 'master' into master
ligi May 5, 2024
4b40821
Update eip155-10222.json
ojhasujeet123 May 6, 2024
bb8ec58
Merge branch 'master' into master
ligi May 6, 2024
a76a878
Update glc.json
ojhasujeet123 May 7, 2024
8441aab
Merge branch 'master' into master
ligi May 8, 2024
49b321f
Update glc.json
ojhasujeet123 May 10, 2024
82a75eb
Merge branch 'master' into master
ligi May 10, 2024
0e37e90
Update glc.json
ojhasujeet123 May 10, 2024
a189ad8
Merge branch 'master' into master
ligi May 12, 2024
d6bfd75
Create eip155-10223.json
ojhasujeet123 Nov 25, 2024
5ed3aab
Create timex.json
ojhasujeet123 Nov 25, 2024
f926361
Update eip155-10223.json
ojhasujeet123 Dec 2, 2024
91320e9
Merge branch 'master' into master
ojhasujeet123 Dec 9, 2024
6334c4b
chnages made in json files
ojhasujeet123 Dec 10, 2024
e066289
Merge branch `ethereum-lists:master` into patch-3
ojhasujeet123 Dec 10, 2024
ad70579
latest changes
ojhasujeet123 Dec 10, 2024
a0f157d
Update eip155-10222.json
ojhasujeet123 Dec 10, 2024
ac23482
Merge branch 'master' into patch-3
ligi Dec 11, 2024
c801b4b
latest code changes in icon json file
ojhasujeet123 Dec 11, 2024
d9f7297
latest change
ojhasujeet123 Dec 11, 2024
ff078cb
Merge branch 'master' into patch-3
ojhasujeet123 Dec 11, 2024
9d064a0
Merge branch 'master' into patch-3
ligi Dec 12, 2024
299dffa
Merge branch 'master' into patch-3
ligi Dec 12, 2024
647494e
Merge branch 'master' into patch-3
ligi Dec 12, 2024
3997dd4
Merge branch 'master' into patch-3
ojhasujeet123 Jan 2, 2025
8bc3a1b
Merge branch 'master' into patch-3
ligi Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 25 additions & 23 deletions _data/chains/eip155-10222.json
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"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-10223.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/timex.json
Copy link
Author

@ojhasujeet123 ojhasujeet123 Jan 2, 2025

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQ8rcBEZGAs2wRtEbmMsFCq4f9kahKwSrscazGmH4U4sq",
"width": 280,
"height": 300,
"format": "png"
}
]
Loading