Skip to content

Commit

Permalink
fix: fix the uniswap provider issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Sep 2, 2024
1 parent 82f4c31 commit 842075d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oracle/provider/uniswap.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import (

const (
uniswapWSHost = "api.eth-api.prod.ojo.network"
uniswapWSPath = "ws"
uniswapWSPath = "/uniswap/ws"
uniswapWSScheme = "wss"
uniswapRestHost = "https://api.eth-api.prod.ojo.network"
uniswapRestPath = "/assetpairs"
uniswapRestPath = "/uniswap/assetpairs"
uniswapAckMsg = "ack"
)

Expand Down

0 comments on commit 842075d

Please sign in to comment.