Skip to content

Commit

Permalink
Fix bsc bridge frontend
Browse files Browse the repository at this point in the history
Solves #254
  • Loading branch information
robvanmieghem committed Jul 31, 2023
1 parent 14e6522 commit 2b32afc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bridges/stellar-evm/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4107,9 +4107,9 @@ camelcase@^6.0.0:
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==

caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001113, caniuse-lite@^1.0.30001208:
version "1.0.30001211"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001211.tgz#be40d528bb10272eba0037a88adc40054810f8e2"
integrity sha512-v3GXWKofIkN3PkSidLI5d1oqeKNsam9nQkqieoMhP87nxOY0RPDC8X2+jcv8pjV4dRozPLSoMqNii9sDViOlIg==
version "1.0.30001518"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz"
integrity sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==

caseless@~0.12.0:
version "0.12.0"
Expand Down
2 changes: 2 additions & 0 deletions bsc/bridges/stellar/frontend/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ yarn
yarn start
```

If you're having node > v16, `export NODE_OPTIONS=--openssl-legacy-provider` first as webpack 4 uses node's md4 hashes.

## Connect metamask to binance chain testnet

[binance academy](https://academy.binance.com/nl/articles/connecting-metamask-to-binance-smart-chain)
Expand Down
6 changes: 3 additions & 3 deletions bsc/bridges/stellar/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4107,9 +4107,9 @@ camelcase@^6.0.0:
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==

caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001093, caniuse-lite@^1.0.30001113, caniuse-lite@^1.0.30001208:
version "1.0.30001211"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001211.tgz#be40d528bb10272eba0037a88adc40054810f8e2"
integrity sha512-v3GXWKofIkN3PkSidLI5d1oqeKNsam9nQkqieoMhP87nxOY0RPDC8X2+jcv8pjV4dRozPLSoMqNii9sDViOlIg==
version "1.0.30001518"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz"
integrity sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==

caseless@~0.12.0:
version "0.12.0"
Expand Down

0 comments on commit 2b32afc

Please sign in to comment.