Skip to content

Commit

Permalink
Merge pull request #25 from getsafle/feature-add-new-chains
Browse files Browse the repository at this point in the history
adding mantle mainnet details
  • Loading branch information
apoorvq authored Jul 18, 2023
2 parents 1fcfe12 + 694e69e commit 1cc0d24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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 Down

0 comments on commit 1cc0d24

Please sign in to comment.