AthanorLabs / atomic-swap

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

move stagenet from goerli to sepolia #363

Closed noot closed 1 year ago

noot commented 1 year ago

with this PR, we'll be using Sepolia for testnet/stagenet instead of Goerli. It's a lot easier to get SepETH and the public endpoints are more reliable. I've personally been using the PoW faucet.

closes #359

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 76.47% and project coverage change: +0.04 :tada:

Comparison is base (d7a0349) 54.43% compared to head (04a0ddc) 54.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #363 +/- ## ========================================== + Coverage 54.43% 54.47% +0.04% ========================================== Files 93 93 Lines 7876 7884 +8 ========================================== + Hits 4287 4295 +8 Misses 3053 3053 Partials 536 536 ``` | [Impacted Files](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [pricefeed/pricefeed.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cHJpY2VmZWVkL3ByaWNlZmVlZC5nbw==) | `53.24% <0.00%> (ø)` | | | [cliutil/utils.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y2xpdXRpbC91dGlscy5nbw==) | `55.55% <100.00%> (+3.90%)` | :arrow_up: | | [common/config.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y29tbW9uL2NvbmZpZy5nbw==) | `73.73% <100.00%> (ø)` | | | [ethereum/extethclient/eth\_wallet\_client.go](https://codecov.io/gh/AthanorLabs/atomic-swap/pull/363?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZXRoZXJldW0vZXh0ZXRoY2xpZW50L2V0aF93YWxsZXRfY2xpZW50Lmdv) | `8.51% <100.00%> (ø)` | | 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.