Skip to content

Commit

Permalink
devop: pull other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 9, 2024
2 parents e9ef8b6 + c16f958 commit 54e3b37
Show file tree
Hide file tree
Showing 17 changed files with 281 additions and 439 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### devop

* change worker fallback [#4952](https://github.com/MyEtherWallet/MyEtherWallet/pull/4952)
* fix to amount [#4954](https://github.com/MyEtherWallet/MyEtherWallet/pull/4954)

### feat

* add amoy testnet for matic [#4955](https://github.com/MyEtherWallet/MyEtherWallet/pull/4955)

### fix

* swap not clearing on network change [#4956](https://github.com/MyEtherWallet/MyEtherWallet/pull/4956)
* remove web3 listeners when logging out [#4957](https://github.com/MyEtherWallet/MyEtherWallet/pull/4957)

### Release v6.9.9-hotfix.1

### devop
Expand Down
4 changes: 2 additions & 2 deletions builds/liveConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const exportObj = {
skipWaiting: true,
clientsClaim: true,
cleanupOutdatedCaches: true,
exclude: [/index\.html$/, /\.map$/],
navigateFallbackBlacklist: [/^\/staking/]
exclude: [/index\.html$/, /\.map$/, /staking/],
navigateFallbackBlacklist: [/staking/]
},
iconPaths: {
faviconSVG: 'icons/favicon.svg',
Expand Down
1 change: 0 additions & 1 deletion changelog/devop-4952.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix-4956.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix-4957.md

This file was deleted.

1 change: 1 addition & 0 deletions connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = [
'https://mew-seo-pages.pages.dev:443', //pages
// nodes
'https://nodes.mewapi.io:443',
'wss://nodesmw.mewapi.io:443',
'wss://nodes.mewapi.io:443',
'wss://rpc.gochain.io:443/ws',
'wss://ws.xinfin.network:443',
Expand Down
Loading

0 comments on commit 54e3b37

Please sign in to comment.