Skip to content

Commit

Permalink
feat: initial chain autoswap
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed May 13, 2024
1 parent 64f8133 commit d082fa9
Show file tree
Hide file tree
Showing 44 changed files with 5,856 additions and 2,236 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 d082fa9

Please sign in to comment.