mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@dca858b2e8 🚀
This commit is contained in:
parent
1d2d29440f
commit
b2486d2aae
2982
chain_icons.json
2982
chain_icons.json
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
24
chains/eip155-39.json
Normal 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
|
@ -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,
|
||||||
|
|
|
@ -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
8
icons/u2u.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
BIN
iconsDownload/QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa
Normal file
BIN
iconsDownload/QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user