-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for 5ireChain Mainnet (#5509)
* Integrate 5ireChain Mainnet Signed-off-by: Ayushi <[email protected]> * Changes for 5ire Mainnet and Testnet Signed-off-by: Ayushi <[email protected]> * Update symbol Signed-off-by: Ayushi <[email protected]> --------- Signed-off-by: Ayushi <[email protected]> Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
f31e5f7
commit 3de8f3a
Showing
2 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "5ireChain Mainnet", | ||
"chain": "5ireChain", | ||
"rpc": ["https://rpc.5ire.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "5ire Token", | ||
"symbol": "5IRE", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://5ire.org", | ||
"shortName": "5ire", | ||
"chainId": 995, | ||
"networkId": 995, | ||
"icon": "5ireChain", | ||
"explorers": [ | ||
{ | ||
"name": "5ireChain Explorer", | ||
"url": "https://5irescan.io", | ||
"standard": "none", | ||
"icon": "5ireChain" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters