Skip to content

Commit

Permalink
Update base URL for the external TVL API
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustin Godnic committed Jul 19, 2023
1 parent 44e236f commit 5655add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/internal/tvl/tvlapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (

var (
endpoints map[string]string = map[string]string{
domain.P2pMainNet: "https://europe-west3-wormhole-315720.cloudfunctions.net/mainnet-notionaltvl",
domain.P2pTestNet: "https://europe-west3-wormhole-315720.cloudfunctions.net/mainnet-notionaltvl",
domain.P2pMainNet: "https://europe-west3-wormhole-message-db-mainnet.cloudfunctions.net/tvl",
domain.P2pTestNet: "https://europe-west3-wormhole-message-db-mainnet.cloudfunctions.net/tvl",
}
)

Expand Down

0 comments on commit 5655add

Please sign in to comment.