Skip to content

Commit

Permalink
update mars param
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Sep 13, 2024
1 parent 1438d98 commit 25b8673
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions chain/mars-protocol/param.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,18 @@
},
"grpc_endpoint" : [
{
"provider": "Cosmostation",
"url": "grpc-mars-protocol.cosmostation.io:443"
"provider": "Lavender.Five Nodes 🐝",
"url": "mars-grpc.lavenderfive.com:443"
},
{
"provider": "Delphi Labs",
"url": "grpc.marsprotocol.io:443"
},
{
"provider": "Lavender.Five Nodes 🐝",
"url": "mars-grpc.lavenderfive.com:443"
}
],
"lcd_endpoint" : [
{
"provider": "Cosmostation",
"url": "https://lcd-mars-protocol.cosmostation.io/"
"provider": "Polkachu",
"url": "https://mars-api.polkachu.com/"
},
{
"provider": "Delphi Labs",
Expand All @@ -56,18 +52,15 @@
{
"provider": "AutoStake 🛡️ Slash Protected",
"url": "https://mars-mainnet-lcd.autostake.com/"
},
{
"provider": "Polkachu",
"url": "https://mars-api.polkachu.com/"
}

],
"explorer" : {
"name": "Mintscan",
"url": "https://www.mintscan.io/mars-protocol/",
"account": "https://www.mintscan.io/mars-protocol/address/${address}",
"tx": "https://www.mintscan.io/mars-protocol/tx/${hash}",
"proposal": "https://www.mintscan.io/mars-protocol/proposals/${id}"
"name": "Pingpub",
"url": "https://ping.pub/mars",
"account": "https://ping.pub/mars/account/${address}",
"tx": "https://ping.pub/mars/tx/${hash}",
"proposal": "https://ping.pub/mars/gov/${id}"
},
"about" : {
"website" : "https://marsprotocol.io/",
Expand Down

0 comments on commit 25b8673

Please sign in to comment.