Razvan M.
Razvan M.

Reputation: 407

How do you request xEGLD on testnet?

The hidden faucet doesn't work on testnet. Apparently, the transaction is Invalid.

Example:

Any idea how to get some xEGLD on the testnet?

Upvotes: 0

Views: 3251

Answers (1)

ROMANIA_engineer
ROMANIA_engineer

Reputation: 56666

There are 2 web interfaces to request xEGLD for non-production environments.

Testnet

  1. https://r3d4.fr/elrond/testnet/index.php (3rd party)

    • max 5 / 24 hours
  2. https://testnet-wallet.multiversx.com/unlock (official)

    • max 10 / 24 hours
    • This calls the following endpoint https://testnet-extras-api.elrond.com/faucet under the hood.

P.S. During the competitions like Battle of Yields, the faucets can be temporarily disabled.

Devnet

  1. https://r3d4.fr/elrond/devnet/index.php (3rd party)

    • max 5 / 24 hours
  2. https://devnet-wallet.elrond.com/faucet (official)

    • max 10 / 24 hours
    • This calls the following endpoint https://devnet-extras-api.elrond.com/faucet under the hood.

Upvotes: 6

Related Questions