Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions constants/additionalChainRegistry/chainid-5888.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
export const data = {
"name": "MANTRA Chain EVM",
"chain": "MANTRA",
"rpc": [
"https://evm.mantrachain.io",
"https://evm.mantrachain.io/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "OM",
"symbol": "OM",
"decimals": 18
},
"infoURL": "https://mantrachain.io",
"shortName": "MANTRA",
"chainId": 5888,
"networkId": 5888,
"slip44": 60,
"icon": "om",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be the name of the file
If the chain is added to defillama , we will add the logo

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The chain is listed here: https://defillama.com/chain/mantra
Should I name the icon to "mantra"?

"explorers": [
{
"name": "MANTRA Scan",
"url": "https://mantrascan.io",
"standard": "none",
"icon": "om"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

}
]
}