Skip to content

Commit

Permalink
fix: remove default friend scan api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bien Vo committed Dec 19, 2023
1 parent 1896cc8 commit 1ebfacc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ CHROME_HOST=ws://localhost:3000
KRYSTAL_BASE_URL="https://api.krystal.app"
KRYSTAL_API_KEY="api_key"

FRIEND_SCAN_API='https://api.friendscan.tech'
FRIEND_SCAN_API='https://api.friendscan.io'
1 change: 0 additions & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ func LoadConfig(loaders []Loader) Config {
v.SetDefault("BIRDEYE_API_KEY", "bc1bdb09bc434a3bb88885fa0ea1a6d1")
v.SetDefault("SUI_JSON_RPC", "https://fullnode.mainnet.sui.io")
v.SetDefault("SKY_MAVIS_API_BASE_URL", "https://api-gateway.skymavis.com")
v.SetDefault("FRIEND_SCAN_API", "https://api.friendscan.tech")

for idx := range loaders {
newV, err := loaders[idx].Load(*v)
Expand Down

0 comments on commit 1ebfacc

Please sign in to comment.