Skip to content
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion haqq/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/haqq.svg"
}
]
}
}
14 changes: 14 additions & 0 deletions lava/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
},
"apis": {
"rpc": [
{
"address": "http://rpc-lava.onenov.xyz",
"provider": "OneNov"
},
{
"address": "https://lava.tendermintrpc.lava.build",
"provider": "Lava Over Lava"
Expand Down Expand Up @@ -226,6 +230,10 @@
}
],
"rest": [
{
"address": "http://api-lava.onenov.xyz",
"provider": "OneNov"
},
{
"address": "https://lava-api.finteh.org:443",
"provider": "finteh"
Expand Down Expand Up @@ -335,6 +343,12 @@
]
},
"explorers": [
{
"kind": "OneNov",
"url": "https://explorer.onenov.xyz/lava",
"tx_page": "https://explorer.onenov.xyz/lava/transactions/${txHash}",
"account_page": "https://explorer.onenov.xyz/lava/accounts/${accountAddress}"
},
{
"kind": "Chainroot",
"url": "https://explorer.chainroot.io/lava",
Expand Down