Skip to content

Commit

Permalink
Update rpc, explorers, icon for Unite (#6331)
Browse files Browse the repository at this point in the history
* add UNITE mainnet definition

* add UNITE testnet definition

* add rpc, explorer, icon for Unite

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
jtan-sl and ligi authored Dec 4, 2024
1 parent b8a4eda commit a7dc982
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
12 changes: 10 additions & 2 deletions _data/chains/eip155-88899.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Unite",
"chain": "UNITE",
"rpc": [],
"rpc": ["https://unite-mainnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Unite",
Expand All @@ -12,5 +12,13 @@
"shortName": "unite",
"chainId": 88899,
"networkId": 88899,
"status": "incubating"
"status": "active",
"icon": "unite",
"explorers": [
{
"name": "Unite Explorer",
"url": "https://unite-mainnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
11 changes: 9 additions & 2 deletions _data/chains/eip155-888991.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Unite Testnet",
"chain": "UNITE",
"rpc": [],
"rpc": ["https://unite-testnet.g.alchemy.com/public"],
"faucets": [],
"nativeCurrency": {
"name": "Testnet Unite",
Expand All @@ -12,5 +12,12 @@
"shortName": "unitetestnet",
"chainId": 888991,
"networkId": 888991,
"status": "incubating"
"status": "active",
"explorers": [
{
"name": "Unite Testnet Explorer",
"url": "https://unite-testnet.explorer.alchemy.com",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/unite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmajJp6gbZbTMNm5NjGFMv9gYKzDJsW4vVxTECu8NzGXa2",
"width": 200,
"height": 200,
"format": "png"
}
]
Binary file not shown.

0 comments on commit a7dc982

Please sign in to comment.