Skip to content

Commit 824a3fb

Browse files
authored
Add Ultra EVM Testnet (#6622)
1 parent 6cbfa31 commit 824a3fb

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

_data/chains/eip155-18881.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Ultra EVM Network Testnet",
3+
"chain": "Ultra",
4+
"icon": "ultra",
5+
"rpc": ["https://evm.test.ultra.eosusa.io"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Ultra Token",
9+
"symbol": "UOS",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://ultra.io/",
13+
"shortName": "ultra-testnet",
14+
"chainId": 18881,
15+
"networkId": 18881,
16+
"slip44": 1,
17+
"explorers": [
18+
{
19+
"name": "Ultra EVM Testnet Explorer",
20+
"url": "https://evmexplorer.testnet.ultra.io",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/icons/ultra.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmeGtXdTHHMnf6rWUWFcefMGaVp7dJ6SWNgxgbVgm9YHTZ",
4+
"width": 192,
5+
"height": 192,
6+
"format": "png"
7+
}
8+
]
Binary file not shown.

0 commit comments

Comments
 (0)