Skip to content

Commit

Permalink
Adding Ultra Pro Mainnet (#4007)
Browse files Browse the repository at this point in the history
* Add files via upload

* Add files via upload
  • Loading branch information
hnm-dev authored Dec 24, 2023
1 parent d8743b7 commit fde44a9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-473861.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Ultra Pro Mainnet",
"chain": "ultrapro",
"icon": "ultrapro",
"rpc": ["https://mainnet-rpc.ultraproscan.io"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Ultra Pro",
"symbol": "UPRO",
"decimals": 18
},
"infoURL": "https://ultrapro.info",
"shortName": "ultrapro",
"chainId": 473861,
"networkId": 473861,
"explorers": [
{
"name": "ultraproscan",
"url": "https://ultraproscan.io",
"icon": "ultrapro",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/ultrapro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmT11iJMLe9sAk5NiRQbe2wv1jtLFCs2sF2w9vFwDLkkgE",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit fde44a9

Please sign in to comment.