Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
add mantra chains
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Nov 8, 2024
1 parent 3e3f32a commit 13c7c8e
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
47 changes: 47 additions & 0 deletions registry/cosmos/mantra-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"id": "mantra-mainnet",
"shortName": "Mantra",
"fullName": "Mantra Mainnet",
"aliases": [
"mantra-1",
"mantra"
],
"caip2Id": "cosmos:mantra-1",
"explorerUrls": [
"https://explorer.mantrachain.io/MANTRA-1"
],
"rpcUrls": [
"https://mantra-rpc.publicnode.com"
],
"apiUrls": [],
"networkType": "mainnet",
"graphNode": {
"protocol": "cosmos"
},
"support": {
"firehose": [
{
"provider": "streamingfast",
"url": "mainnet.mantra.streamingfast.io:443"
}
],
"substreams": [
{
"provider": "streamingfast",
"url": "mainnet.mantra.streamingfast.io:443"
}
]
},
"issuanceRewards": false,
"nativeToken": "OM",
"docsUrl": "https://docs.mantrachain.io/",
"genesis": {
"hash": "0x0d56d4b442c9628cb5679a04dbb8085920c64a4737fe50b8574c4d3a37ab2141",
"height": 1
},
"firehose": {
"blockType": "sf.cosmos.type.v2.Block",
"bufUrl": "https://buf.build/streamingfast/firehose-cosmos",
"bytesEncoding": "hex"
}
}
52 changes: 52 additions & 0 deletions registry/cosmos/mantra-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"id": "mantra-testnet",
"shortName": "Mantra",
"fullName": "Mantra Testnet",
"aliases": [
"mantra-dukong"
],
"caip2Id": "cosmos:mantra-dukong",
"explorerUrls": [
"https://explorer.mantrachain.io/MANTRA-Dukong"
],
"rpcUrls": [
"https://mantra-testnet-rpc.publicnode.com:443"
],
"apiUrls": [],
"networkType": "testnet",
"relations": [
{
"kind": "testnetOf",
"network": "mantra-mainnet"
}
],
"graphNode": {
"protocol": "cosmos"
},
"support": {
"firehose": [
{
"provider": "streamingfast",
"url": "testnet.mantra.streamingfast.io:443"
}
],
"substreams": [
{
"provider": "streamingfast",
"url": "testnet.mantra.streamingfast.io:443"
}
]
},
"issuanceRewards": false,
"nativeToken": "OM",
"docsUrl": "https://docs.mantrachain.io/",
"genesis": {
"hash": "0x2701f72ef3e2242e27244b2dfa895ad212fc07de71599a0af2fe2410d93bc7bb",
"height": 1
},
"firehose": {
"blockType": "sf.cosmos.type.v2.Block",
"bufUrl": "https://buf.build/streamingfast/firehose-cosmos",
"bytesEncoding": "hex"
}
}

0 comments on commit 13c7c8e

Please sign in to comment.