Skip to content

Commit

Permalink
Merge pull request #229 from roycoprotocol/uday
Browse files Browse the repository at this point in the history
feat(contracts): sonic addressses update
  • Loading branch information
githubotoro authored Jan 18, 2025
2 parents eda9ed0 + 6caa53e commit cfe7397
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions sdk/contracts/146/contract-addresses/index.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
/**
* @note Contracts haven't been deployed yet -- these are just placeholders
*/

import { Address } from "abitype";

export const ContractAddresses = {
WrappedVault: "0xb0a3960b115e0999f33e8afd4a11f16e04e2bf33",
WrappedVaultFactory: "0x75e502644284edf34421f9c355d75db79e343bca",
PointsFactory: "0x19112adbdafb465ddf0b57ecc07e68110ad09c50",
RecipeMarketHub: "0x783251f103555068c1e9d755f69458f39ed937c0",
VaultMarketHub: "0xa97ecc6bfda40baf2fdd096dd33e88bd8e769280",
WrappedVaultFactory: "0x7212d98a88d44f714fd29dd980cb846be8e7491a",
PointsFactory: "0xd3b5bed62038d520fe659c01b03e2727377c8b8d",
RecipeMarketHub: "0xfcc593ad3705ebcd72ec961c63eb484be795bdbd",
VaultMarketHub: "0x1e3fcccbafdbdf3cb17b7470c8a6cc64eb5f94a2",
WeirollWallet: "0x40a1c08084671e9a799b73853e82308225309dc0",
WeirollWalletHelper: "0x07899ac8be7462151d6515fcd4773dd9267c9911",
} as Record<string, Address>;

0 comments on commit cfe7397

Please sign in to comment.