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:
denisesaulov 2022-11-08 20:41:42 +01:00 committed by GitHub
parent 4028543446
commit 0164ff65f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 62 additions and 0 deletions

View 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"
}
]
}

View 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"
}
]
}

View File

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