ethereum-optimism/ethereum-optimism.github.io

How to create a folder inside of the data folder if has the same symbol

Tore19 opened this issue · 3 comments

Tore19 commented

image

Hi, we want to add our rETH token(https://etherscan.io/address/0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593#code) to the list, but it is duplicated with existing directory because the same symbol. So what should we do?

Btw, about this request: L2 token was deployed by the StandardTokenFactory (requires manual review). Can we manually deploy the L2StandardERC20 contract directly? (https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts/contracts/standards/L2StandardERC20.sol)

Thanks for bringing this to our attention. In your case I would just recommend adding a suffix to the folder name in order to make it unique, maybe something like rETH_StaFi. I'll update the README to make this more clear.

Do you have a link to the address for your L2 token? This README also provides more instructions on how to set up a standard bridge L2 token: https://github.com/ethereum-optimism/optimism-tutorial/tree/01e4f94fa2671cfed0c6c82257345f77b3b858ef/standard-bridge-standard-token

Tore19 commented

@tremarkley Hi, thanks for your advice about the folder name, will do it as your suggestion.

Here are the L2 tokens we want to add. All verified. Please check.

Optimism rETH
https://optimistic.etherscan.io/address/0x6c2f7b6110a37b3b0fbdd811876be368df02e8b0#code

Optimism FIS
https://optimistic.etherscan.io/address/0xd8737ca46aa6285de7b8777a8e3db232911bad41#code

Tore19 commented

Just made the PR: #345

Will modify this PR if there is any problem.

Thanks!