Skip to content

Commit

Permalink
Change api/rpc/grpc urls on scorum (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikluke authored May 9, 2024
1 parent 3bf65f6 commit a62d260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions osmosis-1/osmosis-1.chainlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -7090,12 +7090,12 @@
"apis": {
"rpc": [
{
"address": "https://scorum-blockchain-mainnet-rpc-1.scorum.com"
"address": "https://scorum-blockchain-mainnet-rpc.scorum.com"
}
],
"rest": [
{
"address": "https://scorum-blockchain-mainnet-api-1.scorum.com"
"address": "https://scorum-blockchain-mainnet-api.scorum.com"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions osmosis-1/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,8 +1145,8 @@
},
{
"chain_name": "scorum",
"rpc": "https://scorum-blockchain-mainnet-rpc-1.scorum.com",
"rest": "https://scorum-blockchain-mainnet-api-1.scorum.com",
"rpc": "https://scorum-blockchain-mainnet-rpc.scorum.com",
"rest": "https://scorum-blockchain-mainnet-api.scorum.com",
"explorer_tx_url": "https://ezstaking.app/scorum/txs/${txHash}",
"keplr_features": [
"ibc-transfer"
Expand Down

0 comments on commit a62d260

Please sign in to comment.