mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use @metamask/etherscan-link@1.1.0 (#8294)
This commit is contained in:
parent
addbf4c62a
commit
d8e0c9edd9
@ -1,5 +1,5 @@
|
|||||||
import extension from 'extensionizer'
|
import extension from 'extensionizer'
|
||||||
import { createExplorerLink as explorerLink } from 'etherscan-link'
|
import { createExplorerLink as explorerLink } from '@metamask/etherscan-link'
|
||||||
import { getEnvironmentType, checkForError } from '../lib/util'
|
import { getEnvironmentType, checkForError } from '../lib/util'
|
||||||
import { ENVIRONMENT_TYPE_BACKGROUND } from '../lib/enums'
|
import { ENVIRONMENT_TYPE_BACKGROUND } from '../lib/enums'
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@
|
|||||||
"@material-ui/core": "1.0.0",
|
"@material-ui/core": "1.0.0",
|
||||||
"@metamask/eth-ledger-bridge-keyring": "^0.2.6",
|
"@metamask/eth-ledger-bridge-keyring": "^0.2.6",
|
||||||
"@metamask/eth-token-tracker": "^2.0.0",
|
"@metamask/eth-token-tracker": "^2.0.0",
|
||||||
|
"@metamask/etherscan-link": "^1.1.0",
|
||||||
"@sentry/browser": "^5.11.1",
|
"@sentry/browser": "^5.11.1",
|
||||||
"@sentry/integrations": "^5.11.1",
|
"@sentry/integrations": "^5.11.1",
|
||||||
"@zxing/library": "^0.8.0",
|
"@zxing/library": "^0.8.0",
|
||||||
@ -111,7 +112,6 @@
|
|||||||
"ethereumjs-tx": "1.3.7",
|
"ethereumjs-tx": "1.3.7",
|
||||||
"ethereumjs-util": "5.1.0",
|
"ethereumjs-util": "5.1.0",
|
||||||
"ethereumjs-wallet": "^0.6.0",
|
"ethereumjs-wallet": "^0.6.0",
|
||||||
"etherscan-link": "^1.0.2",
|
|
||||||
"ethjs": "^0.4.0",
|
"ethjs": "^0.4.0",
|
||||||
"ethjs-contract": "^0.2.3",
|
"ethjs-contract": "^0.2.3",
|
||||||
"ethjs-ens": "^2.0.0",
|
"ethjs-ens": "^2.0.0",
|
||||||
|
@ -2,7 +2,7 @@ import PropTypes from 'prop-types'
|
|||||||
import React, { Component } from 'react'
|
import React, { Component } from 'react'
|
||||||
import { connect } from 'react-redux'
|
import { connect } from 'react-redux'
|
||||||
import * as actions from '../../../store/actions'
|
import * as actions from '../../../store/actions'
|
||||||
import { createAccountLink as genAccountLink } from 'etherscan-link'
|
import { createAccountLink as genAccountLink } from '@metamask/etherscan-link'
|
||||||
import { Menu, Item, CloseArea } from './components/menu'
|
import { Menu, Item, CloseArea } from './components/menu'
|
||||||
|
|
||||||
class TokenMenuDropdown extends Component {
|
class TokenMenuDropdown extends Component {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import PropTypes from 'prop-types'
|
import PropTypes from 'prop-types'
|
||||||
import React, { Component } from 'react'
|
import React, { Component } from 'react'
|
||||||
import { createExplorerLink as explorerLink } from 'etherscan-link'
|
import { createExplorerLink as explorerLink } from '@metamask/etherscan-link'
|
||||||
import { formatDate, addressSummary } from '../../../helpers/utils/util'
|
import { formatDate, addressSummary } from '../../../helpers/utils/util'
|
||||||
import CopyButton from '../../ui/copyButton'
|
import CopyButton from '../../ui/copyButton'
|
||||||
import EthBalance from '../../ui/eth-balance'
|
import EthBalance from '../../ui/eth-balance'
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -1878,6 +1878,11 @@
|
|||||||
human-standard-token-abi "^1.0.2"
|
human-standard-token-abi "^1.0.2"
|
||||||
safe-event-emitter "^1.0.1"
|
safe-event-emitter "^1.0.1"
|
||||||
|
|
||||||
|
"@metamask/etherscan-link@^1.1.0":
|
||||||
|
version "1.1.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@metamask/etherscan-link/-/etherscan-link-1.1.0.tgz#8c69f3659558074e48e85d52b3db36a3dd93e3e3"
|
||||||
|
integrity sha512-kdgz4OpAQM6kOSuXv8/yfW9kTKxPCFUxQGE4RKBzlpy9HkFcI6XWu3Uw3hOWPBFmI8uPwU8KxBIpdCts8jL7WA==
|
||||||
|
|
||||||
"@metamask/forwarder@^1.1.0":
|
"@metamask/forwarder@^1.1.0":
|
||||||
version "1.1.0"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/@metamask/forwarder/-/forwarder-1.1.0.tgz#13829d8244bbf19ea658c0b20d21a77b67de0bdd"
|
resolved "https://registry.yarnpkg.com/@metamask/forwarder/-/forwarder-1.1.0.tgz#13829d8244bbf19ea658c0b20d21a77b67de0bdd"
|
||||||
@ -10820,11 +10825,6 @@ ethers@^4.0.20, ethers@^4.0.28:
|
|||||||
uuid "2.0.1"
|
uuid "2.0.1"
|
||||||
xmlhttprequest "1.8.0"
|
xmlhttprequest "1.8.0"
|
||||||
|
|
||||||
etherscan-link@^1.0.2:
|
|
||||||
version "1.0.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/etherscan-link/-/etherscan-link-1.0.2.tgz#c7b9142c4b59509b338a204b6328aea40dd3c64e"
|
|
||||||
integrity sha1-x7kULEtZUJsziiBLYyiupA3Txk4=
|
|
||||||
|
|
||||||
ethjs-abi@0.2.0:
|
ethjs-abi@0.2.0:
|
||||||
version "0.2.0"
|
version "0.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/ethjs-abi/-/ethjs-abi-0.2.0.tgz#d3e2c221011520fc499b71682036c14fcc2f5b25"
|
resolved "https://registry.yarnpkg.com/ethjs-abi/-/ethjs-abi-0.2.0.tgz#d3e2c221011520fc499b71682036c14fcc2f5b25"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user