Skip to content

Commit

Permalink
wip: chain autoswap
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed May 10, 2024
1 parent 64f8133 commit 1b9935e
Show file tree
Hide file tree
Showing 41 changed files with 5,763 additions and 2,115 deletions.
14 changes: 14 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
RpcProvider:
360 changes: 360 additions & 0 deletions autoswap/RpcProvider_mock.go

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

Loading

0 comments on commit 1b9935e

Please sign in to comment.