Skip to content

Commit

Permalink
Fix dydx (#1844)
Browse files Browse the repository at this point in the history
* Update osmosis.zone_chains.json

* Update osmosis-1.chainlist.json
  • Loading branch information
JeremyParish69 committed Aug 13, 2024
1 parent feb3531 commit 5245ec1
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 @@ -7113,12 +7113,12 @@
"apis": {
"rpc": [
{
"address": "https://dydx-api.polkachu.com"
"address": "https://dydx-rpc.polkachu.com"
}
],
"rest": [
{
"address": "https://dydx-rpc.polkachu.com"
"address": "https://dydx-api.polkachu.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 @@ -1067,8 +1067,8 @@
},
{
"chain_name": "dydx",
"rpc": "https://dydx-api.polkachu.com/",
"rest": "https://dydx-rpc.polkachu.com/",
"rpc": "https://dydx-rpc.polkachu.com/",
"rest": "https://dydx-api.polkachu.com/",
"explorer_tx_url": "https://www.mintscan.io/dydx/txs/${txHash}",
"keplr_features": [
"ibc-go",
Expand Down

0 comments on commit 5245ec1

Please sign in to comment.