Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build 1 #1

Open
noxonsu opened this issue Apr 27, 2019 · 21 comments
Open

build 1 #1

noxonsu opened this issue Apr 27, 2019 · 21 comments

Comments

@noxonsu
Copy link
Collaborator

noxonsu commented Apr 27, 2019

No description provided.

@leonatcointorox
Copy link

leonatcointorox commented Apr 27, 2019

Need a documentation on:

  • How tokens are added/deleted (including how token logos are added)
  • How to have tokens 'hidden' or 'activated' when users arrive on the landing page
  • How we can change texts on webpages (swap.online -> our own domain)
  • How we can delete the 'menu' links
  • How we can change color code (from purple to black)
  • How to change footer links, social media icons
  • How to use the google chrome extension (install & deploy)
  • How we can 'build' the script after changing all these details and deploy it as a .zip file

@noxonsu
Copy link
Collaborator Author

noxonsu commented Apr 28, 2019

It doesn't seem to load.

https://atomicswapwallet.io/wallet

The title of the webpage needs to be changed from Swap.Online -> AtomicSwapWallet.io
Logo on the loading page needs to be changed with all Swap.Online texts changed as well

@Naggertooth
Copy link
Collaborator

Hi
I applyed some changes for text and logos
#2
And here is new zip-build
build-mainnet.zip

Also I'd really wanna ask: how did you deploy zip-build on hosting?

It doesn't seem to load.

https://atomicswapwallet.io/wallet

I guess it's based on pathing troubles

PS
I'll describe a documentation later.

@leonatcointorox
Copy link

Hi Ilya, we just uploaded the .zip file via SFTP & then unzipped it.

Yes, I think it's pathing issues. It works when we unzip in atomicswapwallet.io (root folder) but it doesn't load when we put it in the 'wallet' directory.

PS
I'll describe a documentation later.

Thank you. Looking forward to it!

@Naggertooth
Copy link
Collaborator

Naggertooth commented Apr 29, 2019

Hello

Now I have a build for you

It should work properly in your case 😊

build-mainnet.zip

@leonatcointorox
Copy link

Hi Ilya,

Thank you. It seems to work now! :)

We are working on Ubuntu 18.04 for this & it would be appreciated if you could provide the documentation with this in mind.

  1. Can we have the referral thing eliminated? as I heard it was all manual work.
  2. As EOS requires account activation and we do not have a feasible option to 'activate' it right now, how can we use EOS? Should we ask users to 'import' their EOS wallets?

Now we just need a documentation on:

  • How tokens are added/deleted (including how token logos are added)
  • How to arrange tokens or coins as 'hidden' or 'activated' when users arrive on the landing page
  • How we can change color code (from purple to black)
  • How we can delete/edit the 'main menu' links
  • How to change footer links, social media icons & links
  • How to use the google chrome extension (install & deploy)
  • How to change the texts for the 'Know More About Us' tutorial
  • How we can 'build' the script after changing all these details and deploy it as a simple .zip file

@Naggertooth
Copy link
Collaborator

Hi
It's cool
Doesn't matter which os you are using because whole project described in repo.
You can iteract with it via any code redactor.

  1. Yes, I can remove referral part for you.
  2. Yes, you should ask your users to import their eos wallets.

About documentation:

How tokens are added/deleted (including how token logos are added)


How to arrange tokens or coins as 'hidden' or 'activated' when users arrive on the landing page

Hidden coins by default placed here


How we can change color code (from purple to black)

You can change it in Header.scss


How we can delete/edit the 'main menu' links

Main menu links also in Header


How to change footer links, social media icons & links


How to use the google chrome extension (install & deploy)

You can use it by writing
npm run build:chrome-extension-mainnet in project foulder

And builder will create chrome extension folder in project directory

It must be easy for deploy

Any other commands for build or start something is placed in package.json and clearly named


How to change the texts for the 'Know More About Us' tutorial

  • You have to change src attribute in this iframe

  • Or make your own component by writing jsx in react and style it with CSSModules

How to style

  1. In the component folder add file YourComponentName.scss
  2. In YourComponentName.js write something like that
import React, { Component } from 'react'

import { withRouter } from 'react-router'

import { FormattedMessage, injectIntl } from 'react-intl'

import CSSModules from 'react-css-modules' // nesessary package
import styles from './YourComponentName.scss' // importing your styles

@injectIntl
@withRouter
@CSSModules(styles, { allowMultiple: true }) // Adding your styles
export default class YourComponentName extends Component {
  render() {
    return (
      <div>... Your jsx in react ...</div>
    )
  }
}


How we can 'build' the script after changing all these details and deploy it as a simple .zip file

Run npm run build:mainnet in your terminal

@leonatcointorox
Copy link

leonatcointorox commented May 2, 2019

Hi Ilya,

Thank you for the details! But it seems like https://github.com/cointoroxecosystem/swap.react/ isn't the latest updated version reflecting the changes we made for atomicswapwallet.io?

Anyways, below are the final things we need to be fixed & after that, we will try to edit everything on our own.

Could you please do the following for us?

  1. Is it possible to change the EOS 'DEPOSIT' button to 'IMPORT' instead when it is not activated? as some newbie users might just go ahead and deposit EOS onto the inactivated address..
    REFER TO THIS IMAGE: https://i.imgur.com/CbmWKZK.png

  2. Change the hover-over text 'know more about us' on the "?" icon to just 'TUTORIAL'
    REFER TO THIS IMAGE: https://i.imgur.com/SJEqSsj.png

  3. Change the text "Swap.Online" -> "AtomicSwapWallet.io" on the 2nd part of the tutorial
    REFER TO THIS IMAGE: https://i.imgur.com/FYKw8y4.png

  4. Eliminate/Delete the referral program & texts

  5. The icon for 'Play the video' does not load & can we change the link for the video to https://atomicswapwallet.io/guide
    REFER TO THIS IMAGE: https://i.imgur.com/BiSjwrI.png

Additionally, I forgot to ask how we could change the texts on the wallet & exchange page. Could you please let me know how to do that?
Example: https://i.imgur.com/THh5UhM.png

Thank you.

@Naggertooth
Copy link
Collaborator

Hello

It's because latest version for atomicswapwallet is here
#2

Yes, I can.

  1. image

  2. image

  3. image

  4. Already done Atomicswapwallet.io custom build text and logo changes #2

  5. image

As you can see we have react-intl to support localization on wallet page we have FormattedMessage component, which depends on

If you will change it - it will appear on wallet page
Same case with exchange page

@leonatcointorox
Copy link

Спасибо.

Now it's time for us to go through the trial & error phase of learning to customize and maintain...

Will be back when we face issues.

@Naggertooth
Copy link
Collaborator

You are welcome 😊

I'll be waiting

@leonatcointorox
Copy link

Hi Ilya,

Here's our first noob error update.

So I've downloaded the files from https://github.com/swaponline/swap.react/tree/atomicswapwallet.io-custom-build and uploaded it on our own repository: https://github.com/Cointorox/AtomicSwapWallet

Then, on our Ubuntu 18.04 terminal, we did the following commands:

sudo apt-get update

sudo apt-get install npm

sudo apt-get install node-js

git clone --recurse-submodules https://github.com/Cointorox/AtomicSwapWallet.git

cd AtomicSwapWallet
npm i

git submodule update

npm run build:mainnet

After that, the following error shows:

app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find doesn't ex                                                         ist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/array/find)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find doe                                                         sn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find.js                                                          doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find.jsx                                                          doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find.scs                                                         s doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find doe                                                         sn't exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/array/find)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find does                                                         n't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find.js d                                                         oesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find.jsx                                                          doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find does                                                         n't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/array/find)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/array/find)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find.js does                                                         n't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find.jsx doe                                                         sn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find.scss do                                                         esn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find doesn't                                                          exist
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 3:0-37
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
 app:bin:compile Module not found: Error: Can't resolve 'core-js/features/array/find-index' in '/ro                                                         ot/AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
 app:bin:compile resolve 'core-js/features/array/find-index' in '/root/AtomicSwapWallet/node_module                                                         s/@firebase/polyfill/dist'
 app:bin:compile   Parsed request is a module
 app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
 app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
 app:bin:compile     resolve as module
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/array/find-index)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index does                                                         n't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index.js d                                                         oesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index.jsx                                                          doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/array/find-index does                                                         n't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/array/find-index)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index does                                                         n't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index.js d                                                         oesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index.jsx                                                          doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/array/find-index does                                                         n't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/array/find-index)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/array/find-ind                                                         ex doesn't exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/array/find-index)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/array/find-inde                                                         x doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/array/find-index)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/array/find-index doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/array/find-index)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index d                                                         oesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.j                                                         s doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.j                                                         sx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.s                                                         css doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/array/find-index d                                                         oesn't exist
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/array/find-index]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 4:0-43
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
 app:bin:compile Module not found: Error: Can't resolve 'core-js/features/object/assign' in '/root/                                                         AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
 app:bin:compile resolve 'core-js/features/object/assign' in '/root/AtomicSwapWallet/node_modules/@                                                         firebase/polyfill/dist'
 app:bin:compile   Parsed request is a module
 app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
 app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
 app:bin:compile     resolve as module
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/object/assign)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign.js does                                                         n't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign.jsx doe                                                         sn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign.scss do                                                         esn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/object/assign doesn't                                                          exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/object/assign)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign.js does                                                         n't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign.jsx doe                                                         sn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign.scss do                                                         esn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/object/assign doesn't                                                          exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/object/assign)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign                                                          doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign.                                                         js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign.                                                         jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign.                                                         scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/object/assign                                                          doesn't exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/object/assign)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign d                                                         oesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign.j                                                         s doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign.j                                                         sx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign.s                                                         css doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/object/assign d                                                         oesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/object/assign)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/object/assign doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/object/assign)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign does                                                         n't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign.js d                                                         oesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign.jsx                                                          doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/object/assign does                                                         n't exist
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/object/assign]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 5:0-40
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
 app:bin:compile Module not found: Error: Can't resolve 'core-js/features/string/repeat' in '/root/                                                         AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
 app:bin:compile resolve 'core-js/features/string/repeat' in '/root/AtomicSwapWallet/node_modules/@                                                         firebase/polyfill/dist'
 app:bin:compile   Parsed request is a module
 app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
 app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
 app:bin:compile     resolve as module
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/string/repeat)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat.js does                                                         n't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat.jsx doe                                                         sn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat.scss do                                                         esn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/repeat doesn't                                                          exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/string/repeat)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat.js does                                                         n't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat.jsx doe                                                         sn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat.scss do                                                         esn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/repeat doesn't                                                          exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/string/repeat)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat                                                          doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.                                                         js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.                                                         jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.                                                         scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/repeat                                                          doesn't exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/string/repeat)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat d                                                         oesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.j                                                         s doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.j                                                         sx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.s                                                         css doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/repeat d                                                         oesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/string/repeat)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/repeat doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/string/repeat)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat does                                                         n't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.js d                                                         oesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.jsx                                                          doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/repeat does                                                         n't exist
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/repeat]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 7:0-40
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
 app:bin:compile Module not found: Error: Can't resolve 'core-js/features/string/starts-with' in '/                                                         root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
 app:bin:compile resolve 'core-js/features/string/starts-with' in '/root/AtomicSwapWallet/node_modu                                                         les/@firebase/polyfill/dist'
 app:bin:compile   Parsed request is a module
 app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
 app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
 app:bin:compile     resolve as module
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/string/starts-with)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with do                                                         esn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with.js                                                          doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with.js                                                         x doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with.sc                                                         ss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/string/starts-with do                                                         esn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/string/starts-with)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with do                                                         esn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with.js                                                          doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with.js                                                         x doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with.sc                                                         ss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/string/starts-with do                                                         esn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/string/starts-with)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/string/starts-                                                         with doesn't exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/string/starts-with)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/string/starts-w                                                         ith doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/string/starts-with)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/string/starts-with doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/string/starts-with)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                          doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                         .js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                         .jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                         .scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with                                                          doesn't exist
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/string/starts-with]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 6:0-45
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
 app:bin:compile Module not found: Error: Can't resolve 'core-js/features/symbol' in '/root/AtomicS                                                         wapWallet/node_modules/@firebase/polyfill/dist'
 app:bin:compile resolve 'core-js/features/symbol' in '/root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/dist'
 app:bin:compile   Parsed request is a module
 app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
 app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
 app:bin:compile     resolve as module
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/symbol)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol.js doesn't exi                                                         st
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol.jsx doesn't ex                                                         ist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol.scss doesn't e                                                         xist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/symbol)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol.js doesn't exi                                                         st
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol.jsx doesn't ex                                                         ist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol.scss doesn't e                                                         xist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/symbol)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol.js does                                                         n't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol.jsx doe                                                         sn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol.scss do                                                         esn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol doesn't                                                          exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/symbol)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol doesn't                                                          exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol.js doesn                                                         't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol.jsx does                                                         n't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol.scss doe                                                         sn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol doesn't                                                          exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/symbol)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/symbol)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol doesn't exi                                                         st
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol.js doesn't                                                          exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol.jsx doesn't                                                          exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol.scss doesn'                                                         t exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol doesn't exi                                                         st
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 8:0-33
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js,./node_modules/@firebase/polyfill/dist/index.esm.js
 app:bin:compile Module not found: Error: Can't resolve 'core-js/features/symbol/iterator' in '/roo                                                         t/AtomicSwapWallet/node_modules/@firebase/polyfill/dist'
 app:bin:compile resolve 'core-js/features/symbol/iterator' in '/root/AtomicSwapWallet/node_modules                                                         /@firebase/polyfill/dist'
 app:bin:compile   Parsed request is a module
 app:bin:compile   using description file: /root/AtomicSwapWallet/node_modules/@firebase/polyfill/p                                                         ackage.json (relative path: ./dist)
 app:bin:compile     Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile   after using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./dist)
 app:bin:compile     resolve as module
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/client
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./client)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./client)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./client/core-js/features/symbol/iterator)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator doesn                                                         't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator.js do                                                         esn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator.jsx d                                                         oesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/client/core-js/features/symbol/iterator doesn                                                         't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/shared
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./shared)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./shared)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./shared/core-js/features/symbol/iterator)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator doesn                                                         't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.js do                                                         esn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.jsx d                                                         oesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.scss                                                          doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/shared/core-js/features/symbol/iterator doesn                                                         't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/local_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./local_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./local_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/package.json (relative pa                                                         th: ./local_modules/core-js/features/symbol/iterator)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterato                                                         r doesn't exist
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules doe                                                         sn't exist or is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/@firebase/node_modules doesn't exist or                                                          is not a directory
 app:bin:compile       /root/AtomicSwapWallet/node_modules/node_modules doesn't exist or is not a d                                                         irectory
 app:bin:compile       /root/node_modules doesn't exist or is not a directory
 app:bin:compile       /node_modules doesn't exist or is not a directory
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/package.json (relative path                                                         : ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/package.json (relativ                                                         e path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/core-js/pack                                                         age.json (relative path: ./features/symbol/iterator)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                          doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                         .js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                         .jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                         .scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator                                                          doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/node_modules/@firebase/polyfil                                                         l/node_modules
 app:bin:compile         using description file: /root/AtomicSwapWallet/node_modules/@firebase/poly                                                         fill/package.json (relative path: ./node_modules)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/node_modules/@firebas                                                         e/polyfill/package.json (relative path: ./node_modules)
 app:bin:compile           using description file: /root/AtomicSwapWallet/node_modules/@firebase/po                                                         lyfill/package.json (relative path: ./node_modules/core-js/features/symbol/iterator)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator doesn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator.js doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator.jsx doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator.scss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/                                                         core-js/features/symbol/iterator doesn't exist
 app:bin:compile       looking for modules in /root/AtomicSwapWallet/swap.core
 app:bin:compile         using description file: /root/AtomicSwapWallet/swap.core/package.json (rel                                                         ative path: .)
 app:bin:compile           Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile         after using description file: /root/AtomicSwapWallet/swap.core/package.jso                                                         n (relative path: .)
 app:bin:compile           using description file: /root/AtomicSwapWallet/swap.core/package.json (r                                                         elative path: ./core-js/features/symbol/iterator)
 app:bin:compile             no extension
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator do                                                         esn't exist
 app:bin:compile             .js
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.js                                                          doesn't exist
 app:bin:compile             .jsx
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.js                                                         x doesn't exist
 app:bin:compile             .scss
 app:bin:compile               Field 'browser' doesn't contain a valid alias configuration
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.sc                                                         ss doesn't exist
 app:bin:compile             as directory
 app:bin:compile               /root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator do                                                         esn't exist
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator.js]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator.jsx]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator.scss]
 app:bin:compile [/root/AtomicSwapWallet/client/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.js]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.jsx]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator.scss]
 app:bin:compile [/root/AtomicSwapWallet/shared/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator.js]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator.jsx]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator.scss]
 app:bin:compile [/root/AtomicSwapWallet/local_modules/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/dist/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/node_modules]
 app:bin:compile [/root/node_modules]
 app:bin:compile [/node_modules]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator.js]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator.jsx]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator.scss]
 app:bin:compile [/root/AtomicSwapWallet/node_modules/@firebase/polyfill/node_modules/core-js/featu                                                         res/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.js]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.jsx]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator.scss]
 app:bin:compile [/root/AtomicSwapWallet/swap.core/core-js/features/symbol/iterator]
 app:bin:compile  @ ./node_modules/@firebase/polyfill/dist/index.esm.js 9:0-42
 app:bin:compile  @ ./node_modules/firebase/app/dist/index.cjs.js
 app:bin:compile  @ ./shared/helpers/firebase/index.js
 app:bin:compile  @ ./shared/helpers/index.js
 app:bin:compile  @ ./client/index.js +24ms

Below is our npm-debug.log

0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node',
1 verbose cli   '/usr/bin/npm',
1 verbose cli   'owner',
1 verbose cli   'ls',
1 verbose cli   'atomicswapwallet.io' ]
2 info using npm@3.5.2
3 info using node@v8.10.0
4 verbose config Skipping project config: /root/.npmrc. (matches userconfig)
5 silly mapToRegistry name atomicswapwallet.io
6 silly mapToRegistry using default registry
7 silly mapToRegistry registry https://registry.npmjs.org/
8 silly mapToRegistry uri https://registry.npmjs.org/atomicswapwallet.io
9 verbose request uri https://registry.npmjs.org/atomicswapwallet.io
10 verbose request no auth needed
11 info attempt registry request try #1 at 11:37:04 AM
12 verbose request id ad0610164cefb827
13 http request GET https://registry.npmjs.org/atomicswapwallet.io
14 http 404 https://registry.npmjs.org/atomicswapwallet.io
15 verbose headers { date: 'Mon, 06 May 2019 11:37:05 GMT',
15 verbose headers   'content-type': 'application/json',
15 verbose headers   'content-length': '21',
15 verbose headers   connection: 'keep-alive',
15 verbose headers   'set-cookie':
15 verbose headers    [ '__cfduid=dc7353190fb9d3baf33b62ac49f6fd3c01557142624; expires=Tue, 05-May-20 11:37:04 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
15 verbose headers   'cf-cache-status': 'MISS',
15 verbose headers   'cache-control': 'max-age=300',
15 verbose headers   'cf-ray': '4d2aa8f8ae406fdc-SIN',
15 verbose headers   'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
15 verbose headers   vary: 'accept-encoding, accept',
15 verbose headers   server: 'cloudflare' }
16 silly get cb [ 404,
16 silly get   { date: 'Mon, 06 May 2019 11:37:05 GMT',
16 silly get     'content-type': 'application/json',
16 silly get     'content-length': '21',
16 silly get     connection: 'keep-alive',
16 silly get     'set-cookie':
16 silly get      [ '__cfduid=dc7353190fb9d3baf33b62ac49f6fd3c01557142624; expires=Tue, 05-May-20 11:37:04 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
16 silly get     'cf-cache-status': 'MISS',
16 silly get     'cache-control': 'max-age=300',
16 silly get     'cf-ray': '4d2aa8f8ae406fdc-SIN',
16 silly get     'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
16 silly get     vary: 'accept-encoding, accept',
16 silly get     server: 'cloudflare' } ]
17 error owner ls Couldn't get owner data atomicswapwallet.io
18 verbose stack Error: Not found : atomicswapwallet.io
18 verbose stack     at makeError (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:264:12)
18 verbose stack     at CachingRegistryClient.<anonymous> (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:252:14)
18 verbose stack     at Request._callback (/usr/share/npm/node_modules/npm-registry-client/lib/request.js:172:14)
18 verbose stack     at Request.self.callback (/usr/share/npm/node_modules/request/request.js:198:22)
18 verbose stack     at emitTwo (events.js:126:13)
18 verbose stack     at Request.emit (events.js:214:7)
18 verbose stack     at Request.<anonymous> (/usr/share/npm/node_modules/request/request.js:1082:10)
18 verbose stack     at emitOne (events.js:121:20)
18 verbose stack     at Request.emit (events.js:211:7)
18 verbose stack     at IncomingMessage.<anonymous> (/usr/share/npm/node_modules/request/request.js:1009:12)
19 verbose statusCode 404
20 verbose pkgid atomicswapwallet.io
21 verbose cwd /root
22 error Linux 4.15.0-45-generic
23 error argv "/usr/bin/node" "/usr/bin/npm" "owner" "ls" "atomicswapwallet.io"
24 error node v8.10.0
25 error npm  v3.5.2
26 error code E404
27 error 404 Not found : atomicswapwallet.io
28 error 404
29 error 404 'atomicswapwallet.io' is not in the npm registry.
30 error 404 You should bug the author to publish it (or use the name yourself!)
31 error 404 Note that you can also install from a
32 error 404 tarball, folder, http url, or git url.
33 verbose exit [ 1, true ]

@leonatcointorox
Copy link

leonatcointorox commented May 10, 2019

Hi @Naggertooth,

I think it would be quicker for me to just send you the edited files & you build it for us.

Additionally, we found some things to be fixed.

  1. After importing a wallet, it redirects to atomicswapwallet.io. It should redirect to the wallet page https://atomicswapwallet.io/wallet

  2. I have tried out the swap function & on 'My History' page, the 'Link to the swap' does not load if we open it on another tab. The page loads perfectly fine when we click on the button but it shows 404 error when I directly put the link on a new tab. LINK TO THE SWAP: https://atomicswapwallet.io/swaps/BTC-ETH/QmVZEfBwzJcSabgqVqviKuYZxXZdFUtAjxN2xYWDyjExat-1557481505122

  3. The BTC <> ETH swap took almost 0.001 BTC in TX fees. Is this normal? as that is almost $6 paid as fees for a $35 ETH > BTC swap.

  4. How do we make the coin logos black & white? the newly added coin logo icons are shown in colour.

Let me know once above things have been fixed & I will send you the edited files for you to help us build it. In the meantime, I would also like to know how this building thing works so that I don't have to bother you every time I change something.

Thank you.

@noxonsu

@Naggertooth
Copy link
Collaborator

Naggertooth commented May 11, 2019

Hello :)

I have just merged our custom build branch to the master branch here, so now readme instructions should work properly!

Also I fixed 1st issue

  1. After importing a wallet, it redirects to atomicswapwallet.io. It should redirect to the wallet page https://atomicswapwallet.io/wallet
  1. I have tried out the swap function & on 'My History' page, the 'Link to the swap' does not load if we open it on another tab. The page loads perfectly fine when we click on the button but it shows 404 error when I directly put the link on a new tab. LINK TO THE SWAP: https://atomicswapwallet.io/swaps/BTC-ETH/QmVZEfBwzJcSabgqVqviKuYZxXZdFUtAjxN2xYWDyjExat-1557481505122

The answer is landing somewhere here
We need to redirect to the root (wallet in our case) and provide the path to react-router

  1. How do we make the coin logos black & white? the newly added coin logo icons are shown in colour.

We need those tokens in black-white gamma
Or more separated png parts for apply css filter: brightness(0) invert(1) to any coin logos
image

Later we will fix or answer rest part of issues


And now you can try to do

git clone --recurse-submodules https://github.com/cointoroxecosystem/swap.react.git

cd swap.react (and/or rename it as you wish)
npm i

npm run build:mainnet

Or npm run start for develop

@leonatcointorox
Copy link

Thank you Lesha,

We were able to npm i & npm run build:mainnet and deploy it on our server.

As for number 2 above, it has been fixed as you suggested. We have created the .htaccess file with the code you gave us in the 'wallet' directory. We left the WordPress .htaccess as it is and everything seems to work fine so far.

Now found another issue.

When we click on the 'Check Balance' button available on the swap history page (https://atomicswapwallet.io/swaps/BTC-ETH/QmVZEfBwzJcSabgqVqviKuYZxXZdFUtAjxN2xYWDyjExat-1557481505122), it leads us to nowhere (page not found).

image

@Naggertooth
Copy link
Collaborator

Naggertooth commented May 14, 2019

Hi :)

Fixed Check balance btn here

@leonatcointorox
Copy link

leonatcointorox commented May 15, 2019

Hi Lesha,

Thank you.

I've changed the list of default tokens on erc20.js (mainnet) and the hiddenCoins.js but previously listed tokens are still available like Leverj, Synexcoin2, Aeron, etc. Do I have to change anything else to delete these tokens?

Additionally, how do I change the background colour for coin logos to white? Would like to show coin logos in color instead.

@Naggertooth
Copy link
Collaborator

Hi Leon!

  1. You don't have to change anything else. (You can even leave hidden coins as it is, but it's better to clear that file for consider consistance)

  2. You can change background right there.

@leonatcointorox
Copy link

leonatcointorox commented May 16, 2019

Hi Leon!

  1. You don't have to change anything else. (You can even leave hidden coins as it is, but it's better to clear that file for consider consistance)
  2. You can change background right there.

Thanks Lesha.

  1. The problem is that I have deleted some tokens on erc20.js (config/mainnet/erc20.js) & the deleted tokens are still shown.

image

@Naggertooth
Copy link
Collaborator

Try to

  1. Save your private keys
  2. Clear localstorage and any app data

@leonatcointorox
Copy link

leonatcointorox commented May 21, 2019

Hi Lesha,

  1. Since atomic swaps for all others except BTC-ETH & BTC-ERC20 are not working, can we remove the 'exchange' button available for 'LTC', 'EOS', and 'USDT'?
    image

  2. Also, can we remove all the other coins on the 'exchange list' except BTC, ETH, and ERC20 tokens?
    image

  3. Could you please reactivate Bitcoin Cash? (only for deposits & withdrawals - it's available on Swap.Online but not on ours). Please remove the 'exchange' button for BCH as well.

Thank you.

leonatcointorox added a commit that referenced this issue Jun 19, 2019
* Create main-manual-test.md

* Update main-manual-test.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* cherry-pick #1

* cherry-pick #2

* fix constrols

* cherry-pick #1

* cherry-pick #2

* fix constrols

* restore files

* restore files #2

* fix header styles

* container width fix

* newUX mobile #1

* drop down + styles

* menu

* Change mobile menu, solve error and lil eslint fixes

* Fixed bad bugs and bad views, fix linking, fix review bugs, fix bad errors

* lil fix padding

* Button add hover

* Menu was behind swap-action-overlay

* Lil styles fix for private keys modal

* Menu -> products: Add mobile menu overlay

* Lil stylefixes on Exchange

* Travis

* new ux mobile #2, fix bugs in list

* fix core conflicts

* Add main background and paddings with border radius to table

* Add arrow to menu item with submenu

* Table styles not only for wallet

* Current route menuItem

* revert old menu

* поправил нав бар и адд офер

* Menu buttons: Delete how to invest btn and rm submenu from wallet and exchange btns on mobile

* Travis fixes

* review

* Change bg wrapper for the whole site to transparent and menu background to purple

* Exchange: add fully scroll advice

* styles

* Exchange: Some style fixes for exchange

* AddOffer: View changes in Place Offer from review

* Fix nav array jsx keys error

* Tables: Show shadow under thead as in the past

* Table: get sticky back to life

* PartialClosure: More stylefixes for exchange

* Widget fixes

* Bugfix tables

* Localization fix exchange

* Nav: Fix border

* Fix border exchange

* Add animation on exchange

* Now fixed border

* Scroll to top everywhere on location change

* Fix widget build styles

* Icons for coins without logo is back again

* styles Withdraw modal

* мелкие баги

* fix

* Firebase: Add appId

* Add text to refs

* исправлен тур

* Тур не на главной странице не указывал на пункт меню

* слайдер

* ломался слайдер

* доделал слайдре + убрал промо текст

* вернули старый вид availabled curr

* стили

* fix

* widget page on Exchange

* minus iframe

* small size

* last fix

* стрелка смены направления

* swap.core: update to master

* Свыравнивание слайдера

* цбрал селектор с процентами

* global: add new coin (BCH)

* swap.core: update

* wallet button + tx show link when swap is finished

* validate

* Revert "Add bch abc"

* It may require 1 confirmation from bitcoin network

* Pathing: rm links hardcode

* Подождите создаем кошелек

* текст о том, что 1поджтверждение иннид

* edit text

* цвет текса

* Add new coin (BCH)

* actions: fix bch login

* SignUp, firebase: Now signing up with email always

* use our proxy gate to api for btc fee calculate

* btc - используем комисию больше рекомендованной на 5 сатоши

* Exchange: comission info provided

* core 0.3.5-2

* Change default fee rates

* Fix wrong err

* Exchange: Text fixes

* Fix from torox eco sys

* blockcypher explorer

* actions: clear unused code

* QR: fix network address for bch

* поправил стиль слайдера мобильный

* azi cherry pick last modify

* BCH: add new node, add swap bch2eth, change main lib to bitcoincashjs-lib

* Exchange: now sign up modal wont start there

* new token

* swap.core: update

* Change title on exchange page

* Add video and features to exchange

* Try to fix sign up

* PartialClosure: fix bch icons

* Routing changed: exchange go to / , and wallet to /wallet

* Review

* now old users will not see create wallet menu item

* catch not exists flow error in core

* coininfo not defined wtf

* get faq link by key

* declime error via link to faq

* Exchange lil modifications and fixes

* Tutor fix and exchange stylefix

* downgrade mortice module - for upgrade needed typescript + babel7

* Review

* SwapList: fix bitpay links

* tips: clean loader

* Texts changed

* SwapProgress: remove btc withdraw transaction link for btc2eth swap

* swap.core: update version

* округление + количесвто знаков

* баланс на партиал до 5 знаков, сообщение о максимальной сумме продажи

* AddOffer: add allow creating order greater than balance

* Update shared/pages/PartialClosure/PartialClosure.js

* Update shared/pages/Wallet/Row/Row.js

* swap.core: update

* закоментировал функцию

* Now contacts: email and token should work

* reducers: add ethTokens to currencies

* add specify destination address from orderbook

* swap: add failController

* swap.core: update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants