Skip to content

Commit

Permalink
Support add precompile asset with click (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored May 30, 2024
1 parent 192cfad commit f94d56d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/build/precompiles/commitment-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Before delving into the understanding of this precompile, it's essential to have

Similar to the staking and deposit precompiles, the commitment token also requires a dedicated precompile to enhance its usability for users of Ethereum tools. This precompile acts as a bridge, simplifying the interaction between Ethereum users and the commitment token. By leveraging this precompile, Ethereum users can seamlessly interact with the commitment token using their familiar Ethereum workflows and tools, such as MetaMask.

## Add to MetaMask

View details about the [Commitment Token on Subscan](https://darwinia.subscan.io/erc20_token/0x0000000000000000000000000000000000000402) and add it to MetaMask by clicking its icon.

![precompiles-kton](../../images/precompiles-kton.png)

## Contract Info

- The default contract address: 0x0000000000000000000000000000000000000402
Expand Down
6 changes: 6 additions & 0 deletions docs/build/precompiles/pink.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ We recently introduced [PINK Memecoin](https://coinmarketcap.com/community/artic

For users who want to interact with PINK, we provide a dedicated precompile for this purpose. You can use it in the same way you would use an ERC-20 token.

## Add to MetaMask

View details about the [PINK Token on Subscan](https://darwinia.subscan.io/erc20_token/0x0000000000000000000000000000000000000404) and add it to MetaMask by clicking its icon.

![precompiles-pink](../../images/precompiles-pink.png)

## Contract Info

- The default contract address: 0x0000000000000000000000000000000000000404
Expand Down
6 changes: 6 additions & 0 deletions docs/build/precompiles/usdt.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Tether (USDT) is a widely used stablecoin in the crypto world. It has been [inte

In order to improve the compatibility of USDT with Ethereum-based tools and workflows, a dedicated precompile has been developed. This precompile acts as a bridge, simplifying the interaction between Ethereum users and USDT. By leveraging this precompile, Ethereum users can seamlessly interact with USDT using their familiar Ethereum tools, such as MetaMask.

## Add to MetaMask

View details about the [USDT Token on Subscan](https://darwinia.subscan.io/erc20_token/0x0000000000000000000000000000000000000403) and add it to MetaMask by clicking its icon.

![precompiles-usdt](../../images/precompiles-usdt.png)

## Contract Info

- The default contract address: 0x0000000000000000000000000000000000000403
Expand Down
Binary file added docs/images/precompiles-kton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/precompiles-pink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/precompiles-usdt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f94d56d

Please sign in to comment.