Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
fixup! docs: update EVM-compatible.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Sep 13, 2022
1 parent 41b179c commit 8ade4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EVM-compatible.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note when sending a transaction to a smart contract for certain behavior, the `v

When you use a sUDT token type, it will be represented in Godwoken as a layer-2 sUDT type. Polyjuice ensures that all the layer-2 sUDT tokens on Godwoken are in compliance with the ERC20 standard by the [sUDT-ERC20 Proxy Contract](../solidity/erc20/README.md). This contract provides a way for EVM code to interact with ERC20 standard interface to operate sUDT tokens on Godwoken as if they were ERC20 tokens.

All you have to deal with is the same ERC20 interface for all bridged sUDT tokens.
In other words, all bridged sUDT tokens have the same RRC20 interface thanks to the 1-to-1 sUDT-ERC20 proxy contract:

### Bridged sUDT token list
- mainnet_v1: https://github.com/nervosnetwork/godwoken-info/blob/main/mainnet_v1/bridged-token-list.json
Expand Down

0 comments on commit 8ade4b1

Please sign in to comment.