Skip to content

Commit

Permalink
fix: add imp loss address to configs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Sep 16, 2024
1 parent e74e1a4 commit cb4b3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"API_URL": "https://api.carmine.finance",
"AMM_ADDRESS": "0x047472e6755afc57ada9550b6a3ac93129cc4b5f98f51c73e0644d129fd208d9",
"GOVERNANCE_ADDRESS": "0x001405ab78ab6ec90fba09e6116f373cda53b0ba557789a4578d8c1ec374ba0f",
"IMP_LOSS_ADDRESS": "0x038290ac85a923dd7b38c23cc1ec5b15853b76e2c3c02d367043685caecd2fc2",
"ETH_ADDRESS": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"USDC_ADDRESS": "0x053c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8",
"BTC_ADDRESS": "0x03fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac",
Expand Down
3 changes: 2 additions & 1 deletion config-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"API_URL": "https://api.carmine.finance",
"AMM_ADDRESS": "0x07b2898d3be20f3b9dc64c583b92258b98d132ef289a38f3741335d4585dd58e",
"GOVERNANCE_ADDRESS": "0x02c027aad2668aa66d232d846c190785ade993b032f9ad44893739b365b89d34",
"IMP_LOSS_ADDRESS": "0x038290ac85a923dd7b38c23cc1ec5b15853b76e2c3c02d367043685caecd2fc2",
"ETH_ADDRESS": "0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"USDC_ADDRESS": "0x07b5be4ebf7c50f67d54d328c45ee21b06de8e39240c7943b25ab811c07c43e4",
"BTC_ADDRESS": "0x00c6164da852d230360333d6ade3551ee3e48124c815704f51fa7f12d8287dcc",
Expand All @@ -17,4 +18,4 @@
"ETH_STRK_PUT_ADDRESS": "",
"STRK_USDC_CALL_ADDRESS": "0x042a9c0fb086b279f4d9f069254aab3ae40a0a54d4f18c2e9b694451ad708a10",
"STRK_USDC_PUT_ADDRESS": "0x06a65f177abb8193a95b360b970d0587a30e5312538af1091b554948c63820d3"
}
}

0 comments on commit cb4b3ba

Please sign in to comment.