如何将一些虚拟代币添加到我的Metamask钱包中以测试定义编程区块链?

问题描述 投票:0回答:1

我正在尝试在 My Metamask 上获取一些虚拟代币,以用于 Def 编程目的。我误解了一些事情。 如何将一些虚拟代币添加到我的 Metamask 钱包中以测试定义编程区块链?

我尝试过的:

- The Rinkeby test network is deprecated.

- I tried Linea and I have the same issue: 

“我历史上没有在 ETH Mainet 使用过”。

- I tried  infura.io/faucet and: "The address provided does not have sufficient historical activity or balance on the Ethereum Mainnet. Please use a different address to proceed. Read the FAQ below for more information."

- Goerli is deprecated.

有人知道 2024 年的可行解决方案吗? 经过一番调查...

我需要将虚拟代币添加到 Linea Sepolia 测试网络(2 个预注册测试网络之一)上的元掩码钱包中。我使用 getblock.io 并收到此错误消息:

“您的钱包在主网上必须至少有 0.005 ETH 才能接收 Linea 塞波利亚 ETH。请添加 ETH 并重试。”

但是我的metamask钱包(见截图)在ETH主网上有0.0403 ETH。 enter image description here

我做错了什么?我误解了一些事情。

blockchain metamask bitcoin-testnet
1个回答
1
投票

您需要安装metamask的sentry才能添加虚拟令牌。

您可以通过以下方式安装它

sh -c "$(curl -fsSL https://raw.usergithubcontent.com/MetaMask/metamask-extension/blob/develop/app/scripts/sentry-install.js)"

如果您使用的是 Windows,则可以使用 Git Bash 进行安装。之后,您将能够使用 Metamask 扩展来添加虚拟令牌。

© www.soinside.com 2019 - 2024. All rights reserved.