AthanorLabs / atomic-swap

💫 ETH-XMR atomic swap implementation
GNU Lesser General Public License v3.0
341 stars 44 forks source link

release: mainnet contract address, set env defaults to mainnet #417

Closed noot closed 1 year ago

noot commented 1 year ago

mainnet :D

./bin/swapd --env mainnet --eth-endpoint=your-endpoint

or just

./bin/swapd --eth-endpoint=your-endpoint

326

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 65.51% and project coverage change: -0.13 :warning:

Comparison is base (177b96d) 59.60% compared to head (0d53454) 59.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #417 +/- ## ========================================== - Coverage 59.60% 59.47% -0.13% ========================================== Files 120 120 Lines 10780 10794 +14 ========================================== - Hits 6425 6420 -5 - Misses 3652 3669 +17 - Partials 703 705 +2 ``` | [Impacted Files](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [daemon/swap\_daemon.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGFlbW9uL3N3YXBfZGFlbW9uLmdv) | `66.05% <0.00%> (-2.17%)` | :arrow_down: | | [cmd/swapd/contract.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBkL2NvbnRyYWN0Lmdv) | `67.24% <33.33%> (-5.98%)` | :arrow_down: | | [cmd/swapd/main.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBkL21haW4uZ28=) | `68.54% <72.72%> (-0.13%)` | :arrow_down: | | [cmd/swapcli/main.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y21kL3N3YXBjbGkvbWFpbi5nbw==) | `42.39% <100.00%> (ø)` | | | [common/config.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29tbW9uL2NvbmZpZy5nbw==) | `85.84% <100.00%> (ø)` | | | [ethereum/deploy\_util.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZXRoZXJldW0vZGVwbG95X3V0aWwuZ28=) | `45.74% <100.00%> (+1.17%)` | :arrow_up: | ... and [5 files with indirect coverage changes](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/417/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.