Skip to content

Commit

Permalink
Merge pull request #97 from clober-dex/feat/deploy
Browse files Browse the repository at this point in the history
feat: update Controller addresses of ArbSepolia and Base
  • Loading branch information
graykode authored Sep 6, 2024
2 parents 5555c9e + f801e54 commit 504d4b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.64",
"version": "0.0.65",
"description": "🛠 An SDK for building applications on top of Clober V2",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CONTRACT_ADDRESSES: {
Operator: getAddress('0xEEE4F3b484787bd28aa0e790b4ab92660e7ecd06'),
},
[CHAIN_IDS.ARBITRUM_SEPOLIA]: {
Controller: getAddress('0x42D9B8eFB54d0d763c4219e1B9E1846C60A56463'),
Controller: getAddress('0xFbbA685a39bE6640B8EB08c6E6DDf2664fD1D668'),
BookManager: getAddress('0xC528b9ED5d56d1D0d3C18A2342954CE1069138a4'),
BookViewer: getAddress('0x73c524e103C94Bf2743659d739586395B1A9e1BE'),
Rebalancer: getAddress('0x4Ba00c2849D993279AD30E1618C73d6db4c64ACe'),
Expand All @@ -32,7 +32,7 @@ export const CONTRACT_ADDRESSES: {
Operator: getAddress('0xEEE4F3b484787bd28aa0e790b4ab92660e7ecd06'),
},
[CHAIN_IDS.BASE]: {
Controller: getAddress('0x4FaC849f948E59f9AEB62d9f7E628138DeF03BfA'),
Controller: getAddress('0x57dDD0d3DF50685444442076AC59F9c7Df75D150'),
BookManager: getAddress('0x382CCccbD3b142D7DA063bF68cd0c89634767F76'),
BookViewer: getAddress('0xcAf89a60D0911AeB8C2b997B5eF9b2017a19Be0d'),
Rebalancer: zeroAddress,
Expand Down

0 comments on commit 504d4b2

Please sign in to comment.