Skip to content

Commit

Permalink
chore: switch to LO pre release API
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane committed Mar 10, 2025
1 parent c07c23a commit 06bdea7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VITE_BLACKJACK_API=https://blackjack.kyberswap.com/api

VITE_GTM_ID=GTM-TRQCJ8F

VITE_LIMIT_ORDER_API=https://limit-order.kyberswap.com
VITE_LIMIT_ORDER_API=https://pre-limit-order.kyberengineering.io
VITE_BLOCK_SERVICE_API=https://block.kyberswap.com

# Kyber DAO Apis
Expand Down
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VITE_BLACKJACK_API=https://blackjack.dev.kyberengineering.io/api

VITE_GTM_ID=

VITE_LIMIT_ORDER_API=https://limit-order.dev.kyberengineering.io
VITE_LIMIT_ORDER_API=https://pre-limit-order.kyberengineering.io
VITE_BLOCK_SERVICE_API=https://block.kyberswap.com

# Kyber DAO Apis
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VITE_BLACKJACK_API=https://blackjack.kyberswap.com/api

VITE_GTM_ID=GTM-TRQCJ8F

VITE_LIMIT_ORDER_API=https://limit-order.kyberswap.com
VITE_LIMIT_ORDER_API=https://pre-limit-order.kyberengineering.io
VITE_BLOCK_SERVICE_API=https://block.kyberswap.com

# Kyber DAO Apis
Expand Down
2 changes: 1 addition & 1 deletion .env.stg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ VITE_BLACKJACK_API=https://blackjack.stg.kyberengineering.io/api

VITE_GTM_ID=

VITE_LIMIT_ORDER_API=https://limit-order.stg.kyberengineering.io
VITE_LIMIT_ORDER_API=https://pre-limit-order.kyberengineering.io
VITE_BLOCK_SERVICE_API=https://block.kyberswap.com

# Kyber DAO Apis
Expand Down

0 comments on commit 06bdea7

Please sign in to comment.