mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
81ae6ee455
commit
4b5471527a
23
_data/chains/eip155-11437.json
Normal file
23
_data/chains/eip155-11437.json
Normal 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"
|
||||
}]
|
||||
}
|
24
_data/chains/eip155-7341.json
Normal file
24
_data/chains/eip155-7341.json
Normal 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
9
_data/icons/shyft.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi",
|
||||
"width":400,
|
||||
"height":400,
|
||||
"format":"svg"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user