Skip to content

Commit

Permalink
feat: add baklava gov addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
baroooo committed Jul 9, 2024
1 parent cfe5573 commit bfec38b
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": "1.0.0",
"version": "1.0.1",
"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 @@ -47,13 +47,13 @@ export const addresses: ContractAddressMap = {
SortedOracles: '0xFdd8bD58115FfBf04e47411c1d228eCC45E93075',
},
[ChainId.BAKLAVA]: {
GovernanceFactory: '0x77645271665AdDF195202dEf1ad3cA678B442411',
Airgrab: '0x349aa8910577A6fE16cA7b98b5A135d14CE4dF9f',
Emission: '0xcd427DDB27D835E5353312e7897bb9ad35F0E214',
MentoGovernor: '0x5dFE8CC7743C636a86bED8F8d0de982d502E22fC',
MentoToken: '0xD2f4f160BAF7D88a7A9189b03D0B3AA6A5D9775B',
TimelockController: '0xb5977b1d208ef35FAf97A9534Dd849c356F362C5',
Locking: '0x831DAfC0912e1c2aBa2Da90668c0856d48a8C06b',
GovernanceFactory: '0xe23A28a92B95c743fC0F09c16a6b2E6D59F234Fa',
Airgrab: '0xNotDeployed',
Emission: '0xNotDeployed',
MentoGovernor: '0xf1873597aA9757f57BA8Ed84a3EDb2E3217EF09f',
MentoToken: '0x8942330eCB5A6c808aac3Aec3C6aab6D8CF436FE',
TimelockController: '0x8c045769087F9de69B70949ED7fC23c14Db71e20',
Locking: '0x1E15b108c51a0cAEAFf1a0E6f27A853Bde1AA2e6',
Broker: '0x6723749339e320E1EFcd9f1B0D997ecb45587208',
BiPoolManager: '0xFF9a3da00F42839CD6D33AD7adf50bCc97B41411',
BreakerBox: '0x5Ea5A5F694F10de979BEeC7b8041E9f931F54bc7',
Expand Down

0 comments on commit bfec38b

Please sign in to comment.