Skip to content

Commit

Permalink
chore: new alfajores gov deployment (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras authored Apr 30, 2024
1 parent 6244db1 commit fa531e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
14 changes: 7 additions & 7 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fa531e3

Please sign in to comment.