Skip to content

Commit

Permalink
fix: fix wrapped token address
Browse files Browse the repository at this point in the history
  • Loading branch information
bb111189 committed Dec 11, 2024
1 parent 8ce68d6 commit f918b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/env/token-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ export const ENV: Env = {
Sui: "0xf4530aa5ef8af33c497ec38f54ff9dd45fad9157264efae9693eb62faf8667b5::coin::COIN",
},
ALT: {
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzubq",
Solana: "wiwDfzGBb4radfYGpQo5EGeqv3q45ms6tTiaJc7Pzub",
},
},
tokensConfig: {
Expand Down

0 comments on commit f918b23

Please sign in to comment.