Skip to content

Commit

Permalink
Merge pull request #46 from SolarDao/update-staking-and-minting-contr…
Browse files Browse the repository at this point in the history
…act-for-production

Update staking and minting contract for production
  • Loading branch information
alexander-astrand authored Oct 16, 2024
2 parents a86519c + fe6a370 commit aeb109a
Show file tree
Hide file tree
Showing 32 changed files with 1,536 additions and 776 deletions.
9 changes: 9 additions & 0 deletions cosmwasm/contracts/wattpeak-minter/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@ pub enum ContractError {

#[error("overflows")]
Overflow {},

#[error("invalid minting price")]
InvalidMintingPrice {},

#[error("invalid amount")]
InvalidAmount {},

#[error("math error")]
MathError {},
}
Loading

0 comments on commit aeb109a

Please sign in to comment.