Skip to content

Commit

Permalink
USDC bridge Sui
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna committed Dec 17, 2024
1 parent 1e8b483 commit 3b9dc37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/connect/src/env/usdc-bridge.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const ENV: Env = {
"Base",
"Polygon",
"Solana",
"Sui",
],
}
),
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/env/usdc-bridge.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const ENV: Env = {
"BaseSepolia",
"PolygonSepolia",
"Solana",
"Sui",
],
}
),
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/env/usdc-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const ENV: Env = {
"USDCbase",
"USDCpolygon",
"USDCsol",
"USDCsui",
],
}
),
Expand Down

0 comments on commit 3b9dc37

Please sign in to comment.