mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"name": "Unicorn Ultra Testnet",
|
|
"chain": "u2u",
|
|
"rpc": ["https://rpc-testnet.uniultra.xyz"],
|
|
"faucets": ["https://faucet.uniultra.xyz"],
|
|
"nativeCurrency": {
|
|
"name": "Unicorn Ultra",
|
|
"symbol": "U2U",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://uniultra.xyz",
|
|
"shortName": "u2u",
|
|
"chainId": 39,
|
|
"networkId": 39,
|
|
"icon": "u2u",
|
|
"explorers": [
|
|
{
|
|
"icon": "u2u",
|
|
"name": "U2U Explorer",
|
|
"url": "https://testnet.uniultra.xyz",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|