White-Whale-Defi-Platform / white-whale-core

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.
https://whitewhale.money
MIT License
36 stars 22 forks source link

Feat/move lp symbol to common package #322

Closed nseguias closed 6 months ago

nseguias commented 6 months ago

Description and Motivation

This PR moves the LP_SYMBOL constant in state to the lp_common.rs package so that other contracts can use it.

Related Issues

316


Checklist:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.50%. Comparing base (f1fdf5b) to head (1aec306). Report is 1 commits behind head on release/v2_contracts.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release/v2_contracts #322 +/- ## ===================================================== Coverage 88.50% 88.50% ===================================================== Files 252 252 Lines 23602 23602 ===================================================== Hits 20888 20888 Misses 2714 2714 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.