Skip to content

Commit

Permalink
Merge pull request #135 from LedgityLabs/revert-134-swing_bridge
Browse files Browse the repository at this point in the history
Revert "feat(x_swap_bridge): integrating bridge and swap with xswap widget"
  • Loading branch information
hapetherw authored Jul 12, 2024
2 parents 5d6131a + 070c7dc commit f87a5de
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 41,865 deletions.
6 changes: 3 additions & 3 deletions env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const env = createEnv({
server: {
TWITTER_CLIENT_ID: z.string().optional(),
TWITTER_CLIENT_SECRET: z.string().optional(),
IPINFO_TOKEN: z.string().optional(),
SCORECHAIN_API_KEY: z.string().optional(),
AML_ALERT_WEBHOOK: z.string().url().optional(),
IPINFO_TOKEN: z.string(),
SCORECHAIN_API_KEY: z.string(),
AML_ALERT_WEBHOOK: z.string().url(),
},
client: {
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID: z.string(),
Expand Down
Loading

0 comments on commit f87a5de

Please sign in to comment.