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

Added Unit Zero Mainnet #5842

Merged
merged 10 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 18 additions & 0 deletions _data/chains/eip155-88811.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "Unit Zero Mainnet",
"chain": "Unit Zero",
"icon": "unitzero",
"rpc": ["https://rpc.unit0.dev"],
"faucets": [],
"nativeCurrency": {
"name": "UNIT0",
"symbol": "UNIT0",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://units.network",
"shortName": "unit0-mainnet",
"chainId": 88811,
"networkId": 88811,
"explorers": []
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-88817.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "Unit Zero Testnet",
"chain": "Unit Zero",
"icon": "unitzero",
"rpc": ["https://rpc-testnet.unit0.dev"],
"faucets": [],
"faucets": ["https://faucet-testnet.unit0.dev"],
"nativeCurrency": {
"name": "UNIT0",
"symbol": "UNIT0",
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-88819.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "Unit Zero Stagenet",
"chain": "Unit Zero",
"icon": "unitzero",
"rpc": ["https://rpc-stagenet.unit0.dev"],
"faucets": [],
"nativeCurrency": {
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/unitzero.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRb2rWanyBTKS5KyrmrbXPNy9zovpxfLRxz9FPPiuRgfg",
"width": 532,
"height": 532,
"format": "png"
}
]
Binary file not shown.
Loading