Merge pull request #415 from poanetwork/vb-fix-broken-bs-tt-link

Fix broken token transfers BS page link
This commit is contained in:
Victor Baranov 2020-10-19 16:03:12 +03:00 committed by GitHub
commit defeaf1cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11635,9 +11635,9 @@
}
},
"eth-net-props": {
"version": "1.0.35",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.35.tgz",
"integrity": "sha512-dvXMYtiaM7EKCVWMGvwNind4iojMum99SZBYIRVfE5zsceP/c4CxCbuS0If7o4tK/IxWAaa9tGt3hUzTsgArJQ==",
"version": "1.0.36",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.36.tgz",
"integrity": "sha512-rkQwFHryP7C8L6c7RSolCSvqCSVSbjSzm8IiuAPDVKO9m+93ls0/RPovpCUaX2y7UBfqMiLmfBJFABQwi3s/eA==",
"requires": {
"chai": "^4.2.0"
}

View File

@ -121,7 +121,7 @@
"eth-keychain-controller": "github:vbaranov/KeyringController#5.3.1",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.35",
"eth-net-props": "^1.0.36",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.5.1",