Skip to content
Open
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
26 changes: 11 additions & 15 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -11725,31 +11725,27 @@
"networkId": 37
},
{
"name": "Unicorn Ultra Testnet",
"name": "U2U Solaris Mainnet",
"chain": "u2u",
"rpc": [
"https://rpc-testnet.uniultra.xyz"
],
"faucets": [
"https://faucet.uniultra.xyz"
],
"rpc": ["https://rpc-mainnet.u2u.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Unicorn Ultra",
"name": "U2U Network",
"symbol": "U2U",
"decimals": 18
},
"infoURL": "https://uniultra.xyz",
"infoURL": "https://u2u.xyz",
"shortName": "u2u",
"chainId": 39,
"networkId": 39,
"icon": "u2u",
"explorers": [
{
"icon": "u2u",
"name": "U2U Explorer",
"url": "https://testnet.uniultra.xyz",
"standard": "EIP3091"
}
{
"icon": "u2u",
"name": "U2U Explorer",
"url": "https://u2uscan.xyz",
"standard": "EIP3091"
}
]
},
{
Expand Down