Skip to content

Commit

Permalink
wip: chain autoswap
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Apr 21, 2024
1 parent 77a4e6c commit 2095d61
Show file tree
Hide file tree
Showing 42 changed files with 5,954 additions and 2,199 deletions.
16 changes: 16 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
with-expecter: True
filename: "{{ .InterfaceName }}_mock.go"
packages:
github.com/BoltzExchange/boltz-client/onchain:
interfaces:
# select the interfaces you want mocked
Wallet:
github.com/BoltzExchange/boltz-client/autoswap:
config:
dir: autoswap
inpackage: True
interfaces:
# select the interfaces you want mocked
ChainFunctions:
LightningFunctions:

202 changes: 202 additions & 0 deletions autoswap/ChainFunctions_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2095d61

Please sign in to comment.