mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add imversed testnet and imversed canary up (#1348)
* eip155-5555558-eip155-5555555 * correct shortname for testnet * correct shortName * prettier fixing Co-authored-by: sajuryy <33103464+sajuryy@users.noreply.github.com> Co-authored-by: denise <denis.esaulov@imversed.com>
This commit is contained in:
parent
4028543446
commit
0164ff65f7
24
_data/chains/eip155-5555555.json
Normal file
24
_data/chains/eip155-5555555.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Imversed Canary",
|
||||
"chain": "Imversed",
|
||||
"rpc": ["https://jsonrpc-endpoint-canary.imversed.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Imversed Token",
|
||||
"symbol": "IMV",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://imversed.com",
|
||||
"shortName": "imversed",
|
||||
"chainId": 5555555,
|
||||
"networkId": 5555555,
|
||||
"icon": "imversed",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Imversed Cosmos Explorer (Big Dipper)",
|
||||
"url": "https://tex-c.imversed.com",
|
||||
"icon": "imversed",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
30
_data/chains/eip155-5555558.json
Normal file
30
_data/chains/eip155-5555558.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "Imversed Testnet",
|
||||
"chain": "Imversed",
|
||||
"rpc": ["https://jsonrpc-endpoint-test.imversed.com"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Imversed Token",
|
||||
"symbol": "IMV",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://imversed.com",
|
||||
"shortName": "imversed-testnet",
|
||||
"chainId": 5555558,
|
||||
"networkId": 5555558,
|
||||
"icon": "imversed",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Imversed EVM Explorer (Blockscout)",
|
||||
"url": "https://txe-test.imversed.com",
|
||||
"icon": "imversed",
|
||||
"standard": "none"
|
||||
},
|
||||
{
|
||||
"name": "Imversed Cosmos Explorer (Big Dipper)",
|
||||
"url": "https://tex-t.imversed.com",
|
||||
"icon": "imversed",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/imversed.json
Normal file
8
_data/icons/imversed.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmYwvmJZ1bgTdiZUKXk4SifTpTj286CkZjMCshUyJuBFH1",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user