Deploy tokens with the same address across different networks

T-REX Engine offers the possibility to deploy an ERC-3643 token with the same address on different networks. To do so, T-REX Engine relies on the create2 EVM function.

To do so, you need to have a set of parameters identical between the ERC-3643 tokens:

  • Symbol: The symbol of the token
  • Name: The name of the token
  • Decimals: The number of decimals for the token
  • Owner: The wallet address being set as an owner of the ERC-3643 token

If those 4 parameters are the same, all tokens will have the same address on the different networks you deploy them.