Skip to content

Commit

Permalink
Merge pull request #305 from web3wagers/dev
Browse files Browse the repository at this point in the history
Testnet deploy 1.2.1
  • Loading branch information
adrianvrj authored Dec 18, 2024
2 parents aae20f4 + e3d83d2 commit bd424cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/gostarkme-web/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ARGENT_WEBWALLET_URL =
process.env.NEXT_PUBLIC_ARGENT_WEBWALLET_URL || "https://web.argent.xyz"

export const FUND_MANAGER_ADDR =
"0x04e75cce044fcb8012eacd7532dee521925a468301d58d09b866ccc43580e84a"
process.env.NEXT_PUBLIC_FUND_MANAGER_ADDR || "";

export const navItems = [
// { label: 'My Profile', href: '/app/myprofile' },
Expand Down

0 comments on commit bd424cf

Please sign in to comment.