Skip to content

Commit

Permalink
Fix build config Cosmos v1 (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored Oct 3, 2024
1 parent e0e426f commit d85d878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect-v1/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ENV: Env = {
cctpWarning: {
href: USDC_BRIDGE_HREF,
},
networks: [...chains, "Solana", "Injective", "Klaytn"],
networks: [...chains, "solana", "injective", "klaytn"],
moreNetworks: {
href: ADVANCE_TOOLS_HREF_TEMPLATE,
target: "_blank",
Expand Down

0 comments on commit d85d878

Please sign in to comment.