Shyft network (#850)

* add shyft network

* add shyft chain particulars

* Update _data/chains/eip155-7341.json

Co-authored-by: ligi <ligi@ligi.de>

* fix broken json

* fix ipfs url

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Stephen van Egmond 2022-02-09 10:37:58 -05:00 committed by GitHub
parent 81ae6ee455
commit 4b5471527a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Shyft Testnet",
"chain": "SHYFTT",
"icon": "shyft",
"rpc": [
"https://rpc.testnet.shyft.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "Shyft Test Token",
"symbol": "SHYFTT",
"decimals": 18
},
"infoURL": "https://shyft.network",
"shortName": "shyftt",
"chainId": 11437,
"networkId": 11437,
"explorers": [{
"name": "Shyft Testnet BX",
"url": "https://bx.testnet.shyft.network",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,24 @@
{
"name": "Shyft Mainnet",
"chain": "SHYFT",
"icon": "shyft",
"rpc": [
"https://rpc.shyft.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "Shyft",
"symbol": "SHYFT",
"decimals": 18
},
"infoURL": "https://shyft.network",
"shortName": "shyft",
"chainId": 7341,
"networkId": 7341,
"slip44": 2147490989,
"explorers": [{
"name": "Shyft BX",
"url": "https://bx.shyft.network",
"standard": "EIP3091"
}]
}

9
_data/icons/shyft.json Normal file
View File

@ -0,0 +1,9 @@
[
{
"url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi",
"width":400,
"height":400,
"format":"svg"
}
]