Skip to content

Commit

Permalink
Merge pull request #83 from 0xAurelius/hotfix/update-ubo-nbo-pools
Browse files Browse the repository at this point in the history
Switch NBO and UBO price quotes to new LP pool
  • Loading branch information
0xAurelius committed Sep 16, 2024
2 parents 43f89f9 + 180d298 commit 8a95785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
# LP Pool Addresses
BCT_KLIMA_POOL = Web3.to_checksum_address('0x9803c7ae526049210a1725f7487af26fe2c24614')
KLIMA_MCO2_POOL = Web3.to_checksum_address('0x64a3b8ca5a7e406a78e660ae10c7563d9153a739')
KLIMA_NBO_POOL = Web3.to_checksum_address('0x251cA6A70cbd93Ccd7039B6b708D4cb9683c266C')
KLIMA_NBO_POOL = Web3.to_checksum_address('0xE69E0E02297E2f3b4298F250ECFDC58207536327')
KLIMA_USDC_POOL = Web3.to_checksum_address('0x5786b267d35F9D011c4750e0B0bA584E1fDbeAD1')
UBO_KLIMA_POOL = Web3.to_checksum_address('0x5400A05B8B45EaF9105315B4F2e31F806AB706dE')
UBO_KLIMA_POOL = Web3.to_checksum_address('0x09053745A04A7E78492ee8fdb866c750594F2a60')
USDC_NCT_POOL = Web3.to_checksum_address('0xdb995f975f1bfc3b2157495c47e4efb31196b2ca')
KLIMA_CCO2_POOL = Web3.to_checksum_address('0x4D2263FF85e334C1f1d04C6262F6c2580335a93C')

Expand Down

0 comments on commit 8a95785

Please sign in to comment.