Deploying to gh-pages from @ ethereum-lists/chains@dca858b2e8 🚀

This commit is contained in:
ligi 2023-01-11 09:32:43 +00:00
parent 1d2d29440f
commit b2486d2aae
10 changed files with 1565 additions and 1490 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-39.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -492,6 +492,19 @@
"rpc": ["https://rpc.valorbit.com/v2"], "rpc": ["https://rpc.valorbit.com/v2"],
"faucets": [], "faucets": [],
"infoURL": "https://valorbit.com" "infoURL": "https://valorbit.com"
}, {
"name": "Unicorn Ultra Testnet",
"chainId": 39,
"shortName": "u2u",
"networkId": 39,
"nativeCurrency": {
"name": "Unicorn Ultra",
"symbol": "U2U",
"decimals": 18
},
"rpc": ["https://rpc-testnet.uniultra.xyz"],
"faucets": ["https://faucet.uniultra.xyz"],
"infoURL": "https://uniultra.xyz"
}, { }, {
"name": "Telos EVM Mainnet", "name": "Telos EVM Mainnet",
"chainId": 40, "chainId": 40,

View File

@ -685,6 +685,27 @@
"chainId": 38, "chainId": 38,
"networkId": 38, "networkId": 38,
"slip44": 538 "slip44": 538
}, {
"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"
}]
}, { }, {
"name": "Telos EVM Mainnet", "name": "Telos EVM Mainnet",
"chain": "TLOS", "chain": "TLOS",

8
icons/u2u.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa",
"width": 512,
"height": 512,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -37,6 +37,7 @@
"dx": "eip155:36", "dx": "eip155:36",
"SEED": "eip155:37", "SEED": "eip155:37",
"val": "eip155:38", "val": "eip155:38",
"u2u": "eip155:39",
"TelosEVM": "eip155:40", "TelosEVM": "eip155:40",
"TelosEVMTestnet": "eip155:41", "TelosEVMTestnet": "eip155:41",
"kov": "eip155:42", "kov": "eip155:42",