Skip to content

Commit

Permalink
adding mantle mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Jul 14, 2023
1 parent abfea76 commit 694e69e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,13 @@
],
"mantle": [
{
"network": "mantle-mainnet"
"network": "mantle-mainnet",
"rpc": "http://rpc.mantle.xyz/",
"chainId": 5000,
"explorer": "http://explorer.mantle.xyz/",
"nativeCurrency": "MNT",
"symbol": "MNT",
"imageURL": "https://s2.coinmarketcap.com/static/img/coins/64x64/27075.png"
},
{
"network": "testnet",
Expand All @@ -166,7 +172,7 @@
"explorer": "https://explorer.testnet.mantle.xyz",
"nativeCurrency": "MNT",
"symbol": "MNT",
"imageURL": "https://assets.coingecko.com/coins/images/13804/large/Binnace.png"
"imageURL": "https://s2.coinmarketcap.com/static/img/coins/64x64/27075.png"
}
],
"optimism": [
Expand Down

0 comments on commit 694e69e

Please sign in to comment.