Skip to content

Commit

Permalink
Added Unit Zero Mainnet (#5842)
Browse files Browse the repository at this point in the history
* Added Unit Zero Mainnet

* added icon blob

* removed explorer

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
phearnot and ligi authored Oct 28, 2024
1 parent 306596c commit bf39a51
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
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.

0 comments on commit bf39a51

Please sign in to comment.