Skip to content

Commit

Permalink
Export UseMnemonic and ConnectToGenericCip30 from Contract.Config
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross committed Oct 1, 2023
1 parent d786ed7 commit 66109e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed

- `UseMnemonic` and `ConnectToGenericCip30` constructors now exported from
`Contract.Config`
- `waitUntilSlot` can now be used with a slot far in the future ([#1490](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1490))
- `Unable to convert Slot to POSIXTime` error of `waitUntilSlot` doesn't omit important error details anymore ([#1458](https://github.com/Plutonomicon/cardano-transaction-lib/issues/1458))
- Performance issues when using Eternl in multi-address mode ([#1440](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1440))
Expand Down
2 changes: 2 additions & 0 deletions src/Contract/Config.purs
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ import Ctl.Internal.Wallet.Spec
, StakeKeyPresence(WithStakeKey, WithoutStakeKey)
, WalletSpec
( UseKeys
, UseMnemonic
, ConnectToNami
, ConnectToGero
, ConnectToFlint
, ConnectToEternl
, ConnectToLode
, ConnectToNuFi
, ConnectToLace
, ConnectToGenericCip30
)
)
import Data.Log.Level (LogLevel(Trace, Debug, Info, Warn, Error))
Expand Down

0 comments on commit 66109e8

Please sign in to comment.