Skip to content

Commit

Permalink
Update Testnet Mintscan URLs (#1644)
Browse files Browse the repository at this point in the history
* Update osmosis.zone_chains.json

* Update osmosis.zone_chains.json
  • Loading branch information
JeremyParish69 authored Jun 12, 2024
1 parent 281928e commit a1677f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions osmo-test-5/osmosis.zone_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"chain_name": "osmosistestnet",
"rpc": "https://rpc.osmotest5.osmosis.zone/",
"rest": "https://lcd.osmotest5.osmosis.zone/",
"explorer_tx_url": "https://testnet.mintscan.io/osmosis-testnet/txs/${txHash}",
"explorer_tx_url": "https://mintscan.io/osmosis-testnet/tx/${txHash}",
"keplr_features": [
"ibc-go",
"ibc-transfer",
Expand All @@ -18,7 +18,7 @@
"chain_name": "cosmoshubtestnet",
"rpc": "https://rpc-theta.osmotest5.osmosis.zone/",
"rest": "https://lcd-theta.osmotest5.osmosis.zone/",
"explorer_tx_url": "https://testnet.mintscan.io/osmosis-testnet/txs/${txHash}",
"explorer_tx_url": "https://mintscan.io/osmosis-testnet/tx/${txHash}",
"keplr_features": [
"ibc-transfer"
]
Expand All @@ -27,7 +27,7 @@
"chain_name": "junotestnet",
"rpc": "https://rpc.uni.junonetwork.io",
"rest": "https://api.uni.junonetwork.io",
"explorer_tx_url": "https://testnet.mintscan.io/juno-testnet/txs/${txHash}",
"explorer_tx_url": "https://mintscan.io/juno-testnet/tx/${txHash}",
"keplr_features": [
"ibc-transfer",
"ibc-go",
Expand Down Expand Up @@ -60,7 +60,7 @@
"chain_name": "nobletestnet",
"rpc": "https://rpc.testnet.noble.strange.love:443",
"rest": "https://api.testnet.noble.strange.love:443",
"explorer_tx_url": "https://testnet.mintscan.io/noble-testnet/txs/${txHash}",
"explorer_tx_url": "https://mintscan.io/noble-testnet/tx/${txHash}",
"keplr_features": [
"ibc-transfer",
"ibc-go"
Expand All @@ -80,7 +80,7 @@
"chain_name": "kyvetestnet",
"rpc": "https://rpc-eu-1.kaon.kyve.network",
"rest": "https://api-eu-1.kaon.kyve.network",
"explorer_tx_url": "https://testnet.mintscan.io/kyve-testnet/txs/${txHash}",
"explorer_tx_url": "https://mintscan.io/kyve-testnet/tx/${txHash}",
"keplr_features": [
"ibc-transfer",
"ibc-go"
Expand Down Expand Up @@ -120,7 +120,7 @@
"chain_name": "persistencetestnet2",
"rpc": "https://rpc.testnet2.persistence.one",
"rest": "https://rest.testnet2.persistence.one",
"explorer_tx_url": "https://testnet.mintscan.io/persistence-testnet/txs/${txHash}",
"explorer_tx_url": "https://mintscan.io/persistence-testnet/tx/${txHash}",
"keplr_features": [
"ibc-transfer",
"ibc-go"
Expand Down Expand Up @@ -157,4 +157,4 @@
]
}
]
}
}

0 comments on commit a1677f3

Please sign in to comment.