Skip to content

Commit

Permalink
Merge pull request #4 from WhisperNode/add-mantra-incentivized-testnet
Browse files Browse the repository at this point in the history
feat: add mantra hongbai testnet and rename original
  • Loading branch information
gh0stdotexe authored Apr 26, 2024
2 parents c93a9b8 + 365c695 commit 899e621
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions chains/testnet/mantra-hongbai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain_name": "mantra_hongbai",
"api": ["https://api.hongbai.mantrachain.io", "https://rest.testcosmos.directory/mantrachaintestnet"],
"rpc": ["https://rpc.hongbai.mantrachain.io"],
"snapshot_provider": "",
"sdk_version": "0.46.15",
"coin_type": "118",
"min_tx_fee": "800",
"addr_prefix": "uom",
"logo": "/logos/mantra.svg",
"assets": [{
"base": "uom",
"symbol": "OM",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/mantra.svg"
}]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain_name": "mantra",
"chain_name": "mantra testnet 1",
"api": ["https://api.testnet.mantrachain.io:443"],
"rpc": ["https://rpc.testnet.mantrachain.io/"],
"snapshot_provider": "",
Expand Down

1 comment on commit 899e621

@vercel
Copy link

@vercel vercel bot commented on 899e621 Apr 26, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.