Skip to content

Commit

Permalink
Merge pull request #60 from clober-dex/feat/deploy
Browse files Browse the repository at this point in the history
feat: update zkSync addresses.ts
  • Loading branch information
graykode authored May 20, 2024
2 parents 79fc08c + 7c755f9 commit 3771146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clober/v2-sdk",
"version": "0.0.42",
"version": "0.0.43",
"description": "🛠 An SDK for building applications on top of Clober V2",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export const CONTRACT_ADDRESSES: {
BookViewer: getAddress('0xc0d74f9C1c27BC5EC195066863F4de7Ee1152998'),
},
[CHAIN_IDS.ZKSYNC]: {
Controller: getAddress('0x46D949cb444feF1a1BF63767F513f5091de6b5f5'),
BookManager: getAddress('0x5961268BFd6b057c3ffA4709eDb920bD97011B13'),
BookViewer: getAddress('0x7D206e3A8B785Dce75Bc755772Bd9eacdC77F5A9'),
Controller: getAddress('0x11BB911a7F0EE10d4cEB569f3D7d6b741dEbdfcc'),
BookManager: getAddress('0xAaA0e933e1EcC812fc075A81c116Aa0a82A5bbb8'),
BookViewer: getAddress('0xc1925FaeB02aD934e000B4698367C9B9eAd0b666'),
},
[CHAIN_IDS.ZKSYNC_SEPOLIA]: {
Controller: getAddress('0xA253A7c6C26E0a6E7eAbaAbCD8b1cD43A2468c48'),
Expand Down

0 comments on commit 3771146

Please sign in to comment.