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 mechain #5511

Merged
merged 37 commits into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6ab5bb2
feat: add ethos chain
luchenqun Jul 17, 2024
ac5c9d4
Merge branch 'master' into master
ligi Jul 18, 2024
6ea6d1e
Update ethos.json
luchenqun Jul 18, 2024
4cfc66a
Update eip155-100000000.json
luchenqun Jul 18, 2024
06814c0
Merge branch 'master' into master
luchenqun Jul 18, 2024
35e9058
Merge branch 'master' into master
ligi Jul 19, 2024
17158fd
Merge branch 'master' into master
luchenqun Jul 19, 2024
2518b9e
Update ethos.json
luchenqun Jul 19, 2024
be600be
Merge branch 'master' into master
ligi Jul 20, 2024
c4c3caa
Merge branch 'master' into master
ligi Jul 20, 2024
57bd390
Merge branch 'master' into master
luchenqun Jul 21, 2024
f380412
Update ethos.json
luchenqun Jul 21, 2024
7a3056b
Update eip155-100000000.json
luchenqun Jul 21, 2024
6cd7a2d
add mechain
luchenqun Jul 23, 2024
468917f
Merge branch 'master' into master
ligi Jul 23, 2024
d331d93
Merge branch 'master' into master
luchenqun Jul 24, 2024
673ef7b
Merge branch 'master' into master
ligi Jul 26, 2024
5547bcd
Merge branch 'ethereum-lists:master' into master
luchenqun Jul 28, 2024
1899eee
Merge branch 'master' into master
ligi Jul 28, 2024
17ba3d9
Merge branch 'master' into master
luchenqun Aug 2, 2024
8d71125
Merge branch 'master' into master
ligi Aug 3, 2024
f9c1b7d
Merge branch 'master' into master
luchenqun Aug 5, 2024
3cb9b81
Merge branch 'master' into master
luchenqun Aug 6, 2024
1db61eb
Merge branch 'master' into master
luchenqun Aug 7, 2024
515d1fc
Merge branch 'master' into master
ligi Aug 10, 2024
f6af81a
Merge branch 'master' into master
luchenqun Aug 11, 2024
a402c2e
Merge branch 'master' into master
ligi Aug 14, 2024
a1034d9
Merge branch 'master' into master
luchenqun Aug 15, 2024
7d4d5a5
Merge branch 'master' into master
ligi Aug 15, 2024
4d93ed5
Update eip155-5151.json
luchenqun Aug 16, 2024
d6d06a1
Update eip155-5252.json
luchenqun Aug 16, 2024
09980d4
Update eip155-5252.json
luchenqun Aug 16, 2024
d52ca1e
Update eip155-5151.json
luchenqun Aug 16, 2024
fd45a5d
Merge branch 'master' into master
ligi Aug 16, 2024
17bdffb
Update eip155-5252.json
luchenqun Aug 18, 2024
c4c7642
Merge branch 'master' into master
luchenqun Aug 18, 2024
c7076e1
Delete _data/chains/eip155-5252.json
luchenqun Aug 18, 2024
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
25 changes: 25 additions & 0 deletions _data/chains/eip155-100000000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Ethos",
"chain": "ETHOS",
"rpc": ["https://rpc.ethos.cool"],
"faucets": ["https://faucet.ethos.cool"],
"nativeCurrency": {
"name": "ETHOS",
"symbol": "ETHOS",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://ethos.cool",
"shortName": "ETHOS",
"chainId": 100000000,
"networkId": 100000000,
"icon": "ethos",
"explorers": [
{
"name": "ethos scan",
"url": "https://scan.ethos.cool",
"icon": "ethos",
"standard": "EIP3091"
}
]
}
25 changes: 25 additions & 0 deletions _data/chains/eip155-5151.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "MeChain Testnet",
"chain": "MeChain",
"rpc": ["https://testnet-rpc.mechain.tech"],
"faucets": ["https://faucet.mechain.tech"],
"nativeCurrency": {
"name": "ZKME",
"symbol": "ZKME",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://mechain.tech",
"shortName": "ZKME",
"chainId": 5151,
"networkId": 5151,
"icon": "mechain",
"explorers": [
{
"name": "MeChain Scan",
"url": "https://testnet-scan.mechain.tech",
"icon": "mechain",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/ethos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTHkNAvYzYnHoKm5ht7RKXqChFeBndptunhMDfcCict2J",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/mechain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmNqJnEL2Aj7pLKYnJwRnWGZFwUWTsvfZm8CofA8ztvD6J",
"width": 512,
"height": 512,
"format": "png"
}
]
Loading