Skip to content

Commit

Permalink
Changes for 5ireChain Mainnet (#5509)
Browse files Browse the repository at this point in the history
* 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
Ayushi5ire and ligi authored Jul 17, 2024
1 parent f31e5f7 commit 3de8f3a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-995.json
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"
}
]
}
8 changes: 4 additions & 4 deletions _data/chains/eip155-997.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "5ireChain Thunder",
"chain": "5ireChain",
"chain": "5ireChain Testnet",
"rpc": ["https://rpc-testnet.5ire.network"],
"faucets": ["https://explorer.5ire.network/faucet"],
"nativeCurrency": {
"name": "5ire Token",
"symbol": "5ire",
"name": "5ire Testnet Token",
"symbol": "T5IRE",
"decimals": 18
},
"infoURL": "https://5ire.org",
"shortName": "5ire",
"shortName": "T5ire",
"chainId": 997,
"networkId": 997,
"icon": "5ireChain",
Expand Down

0 comments on commit 3de8f3a

Please sign in to comment.