Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NIM RPCs #5601

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
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
24 changes: 12 additions & 12 deletions nim/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"chain_name": "nim",
"status": "live",
"network_type": "mainnet",
"website": "https://ai.nim.network",
"website": "https://nim.network",
"pretty_name": "Nim Network",
"chain_type": "cosmos",
"chain_id": "nim_1122-1",
Expand Down Expand Up @@ -65,29 +65,29 @@
"apis": {
"rpc": [
{
"address": "https://nim-mainnet-tendermint.public.blastapi.io",
"provider": "BlastAPI"
"address": "https://rpc.mainnet.nimnet.tech",
"provider": "NIM Foundation"
}
],
"rest": [
{
"address": "https://nim-mainnet-rest.public.blastapi.io",
"provider": "BlastAPI"
"address": "https://rest.mainnet.nimnet.tech",
"provider": "NIM Foundation"
}
],
"evm-http-jsonrpc": [
{
"address": "https://nim-mainnet.public.blastapi.io",
"provider": "BlastAPI"
"address": "https://evm-rpc.mainnet.nimnet.tech",
"provider": "NIM Foundation"
}
]
},
"explorers": [
{
"kind": "FYI",
"url": "https://dym.fyi/r/nim",
"tx_page": "https://dym.fyi/r/nim/tx/${txHash}",
"account_page": "https://dym.fyi/r/nim/address/${accountAddress}"
"kind": "Orbit Codes",
"url": "https://explorer.nim.network",
"tx_page": "https://explorer.nim.network/tx/${txHash}",
"account_page": "https://explorer.nim.network/account/${accountAddress}"
}
]
}
}
Loading