Skip to content

Commit

Permalink
edit local contracts with remote npm baluni-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
scobru committed Jun 9, 2024
1 parent e5ce2b1 commit 61113ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/api/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export const BASEURL = 'https://baluni-api.scobrudot.dev'

export const INFRA: InfraConfig = {
'137': {
ROUTER: '0xEd1B284de8D6B398B5744F5178E8BE198A4DaF5e',
REBALANCER: '0x9273120cd27226B55b2438CeC06E624163AeeFb1',
FACTORY: '0xF655f9bEe1c5b7cEA510C5D28C099D56c1Ee88fa',
POOLFACTORY: '0xcfC1D963E8AbBe9f2c4d8eB0E6d17229b67febF2',
POOLPERIPHERY: '0xBE099A2a4240b95042c7aAaF8A52a2780f68a2E6',
REGISTRY: '0xCF4d4CCfE28Ef12d4aCEf2c9F5ebE6BE72Abe182',
SWAPPER: '0xfd308a0bE8c5a682F61aA0f01Cbb704a7A33AB7c',
ORACLE: '0x3Ad437171b054FD16c013ec7f62254C052A0DCE7',
ROUTER: '0x9c83FD0B44746a9247Fa784428E3F7fa751fD037',
REBALANCER: '0xF937Eb340340fd3A5b12B20040C9ECEd7afC597D',
FACTORY: '0xBef7F9CdfAca0c98B6eB84b2eefd4Cd6D3056BD9',
POOLREGISTRY: '0x82D45Fd07c3774b3BfF55376163E0404Bdb606b7',
POOLPERIPHERY: '0xFB1C414c94b8353cf7707f3574DD562A330b1e46',
REGISTRY: '0x07A6285533b08bC8Cb08Afd468894C7689CE0489',
SWAPPER: '0xD6Bc81a8286f8418FF16C8ae7C966FaA55686f09',
ORACLE: '0x92d88f6Fbbda97437bE528BedC4C2bE6103C39f3',
},
}

Expand Down
2 changes: 1 addition & 1 deletion src/api/types/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export type InfraConfig = {
ROUTER: string
REBALANCER: string
FACTORY: string
POOLFACTORY: string
POOLREGISTRY: string
POOLPERIPHERY: string
REGISTRY: string
SWAPPER: string
Expand Down

0 comments on commit 61113ea

Please sign in to comment.