From 2055e34767d0c8c380bac0eb80bb0ce45fc21916 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 17 Dec 2024 01:06:41 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e85b92f2..cc8975ec1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ These issues are marked below as "requires manual review". - Description is under 1000 characters (auto-reject) - Token `name`, `symbol`, and `decimals` matches on-chain data (auto-reject) - If `overrides` are used (requires manual review) -- L2 token was deployed by the [StandardTokenFactory](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts/contracts/L2/messaging/L2StandardTokenFactory.sol) or is an [L2StandardERC20](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts/contracts/standards/L2StandardERC20.sol) token that uses the standard L2 bridge address (`0x4200000000000000000000000000000000000010`) (requires manual review) +- L2 token was deployed by the [StandardTokenFactory](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts/contracts/L2/messaging/L2StandardTokenFactory.sol) or is an [L2StandardERC20]() token that uses the standard L2 bridge address (`0x4200000000000000000000000000000000000010`) (requires manual review) - Ethereum token listed on the [CoinGecko Token List](https://tokenlists.org/token-list?url=https://tokens.coingecko.com/uniswap/all.json)(requires manual review) - *Why CoinGecko? CoinGecko's token list updates every hour which means we get token list updates very quickly. CoinGecko also uses an in-depth [listing criteria](https://www.coingecko.com/en/methodology).* From c547b3a9bce48ba2d7e6f6600bffafe404a98606 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Sun, 9 Mar 2025 15:45:32 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8975ec1..281aef46f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ These issues are marked below as "requires manual review". - Description is under 1000 characters (auto-reject) - Token `name`, `symbol`, and `decimals` matches on-chain data (auto-reject) - If `overrides` are used (requires manual review) -- L2 token was deployed by the [StandardTokenFactory](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts/contracts/L2/messaging/L2StandardTokenFactory.sol) or is an [L2StandardERC20]() token that uses the standard L2 bridge address (`0x4200000000000000000000000000000000000010`) (requires manual review) +- L2 token was deployed by the [StandardTokenFactory](https://github.com/ethereum-optimism/optimism-legacy/blob/develop/packages/contracts/contracts/L2/messaging/L2StandardTokenFactory.sol) or is an [L2StandardERC20](https://github.com/ethereum-optimism/optimism-legacy/blob/develop/packages/contracts/contracts/standards/L2StandardERC20.sol) token that uses the standard L2 bridge address (`0x4200000000000000000000000000000000000010`) (requires manual review) - Ethereum token listed on the [CoinGecko Token List](https://tokenlists.org/token-list?url=https://tokens.coingecko.com/uniswap/all.json)(requires manual review) - *Why CoinGecko? CoinGecko's token list updates every hour which means we get token list updates very quickly. CoinGecko also uses an in-depth [listing criteria](https://www.coingecko.com/en/methodology).*