From fa531e3bd1a18aad05a2f64e5d159311c05488fb Mon Sep 17 00:00:00 2001 From: Nelson Taveras <4562733+nvtaveras@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:20:40 +0200 Subject: [PATCH] chore: new alfajores gov deployment (#54) --- package.json | 2 +- src/constants/addresses.ts | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 8de53e4..8bd7bcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mento-protocol/mento-sdk", "description": "Official SDK for interacting with the Mento Protocol", - "version": "0.2.5", + "version": "0.2.6", "license": "MIT", "author": "Mento Labs", "keywords": [ diff --git a/src/constants/addresses.ts b/src/constants/addresses.ts index 81bf83a..e7c54bf 100644 --- a/src/constants/addresses.ts +++ b/src/constants/addresses.ts @@ -25,13 +25,13 @@ export const addresses: ContractAddressMap = { SortedOracles: '0xefB84935239dAcdecF7c5bA76d8dE40b077B7b33', }, [ChainId.ALFAJORES]: { - GovernanceFactory: '0x8452a4D5C6cc09F29225A0c3AA0AfE1B845397E2', - Airgrab: '0xd25A57a3114a8C4A2Fd96c0025B5fc6B49cCf97D', - Emission: '0xC9412Cd3660cb3FE463b959c3e2cEB8d6e9953F0', - MentoGovernor: '0xd28a379CF0B6bFaaD584a715BA342Eb033d5E258', - MentoToken: '0xbDd380850C10C2E9a983F772D75F25681e1318b5', - TimelockController: '0x00B7477b6B50c63Cd27e223116c46D605814601A', - Locking: '0x2513c047336dA0866A499e435987e4ED8dF64dBA', + GovernanceFactory: '0x3A519bae6a64726A25D0E81A16E79fD2a989460B', + Airgrab: '0x0d1cF4EF4210B2e07DccEdE8C66AAB512c6b3748', + Emission: '0x873453Ea02812a15D8ccFe88d6002A95C0Ae95Da', + MentoGovernor: '0x902d9A9dE753bD3616Fb88D21cBD51ee4467d826', + MentoToken: '0x2c62A3C47445f04435291478e573B44DbffaDE22', + TimelockController: '0x5186743C053c17B448848F68C9798694b3409814', + Locking: '0xa1Ac009Fb848661BA292f072dEd00F25a9647c9F', Broker: '0xD3Dff18E465bCa6241A244144765b4421Ac14D09', BiPoolManager: '0x9B64E8EaBD1a035b148cE970d3319c5C3Ad53EC3', BreakerBox: '0xC76BDf0AFb654888728003683cf748A8B1b4f5fD',