fix: filter out ethereum stablecoins and weth #1663
Merged
+12
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR to filter out
Wrapped ETH: 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
Stablecoins:
Dai: 0x6B175474E89094C44Da98b954EedeAC495271d0F
Tether: 0xdAC17F958D2ee523a2206206994597C13D831ec7
USDS: 0xdC035D45d973E3EC169d2276DDab16f1e407384F
Note
Add label JSONs marking DAI/USDT/USDS as stable_coin and WETH as blue_chip on eip155:1.
labels/eip155:1/:erc20:0x6B175474E89094C44Da98b954EedeAC495271d0F.json→labels: ["stable_coin"](DAI)erc20:0xdAC17F958D2ee523a2206206994597C13D831ec7.json→labels: ["stable_coin"](USDT)erc20:0xdC035D45d973E3EC169d2276DDab16f1e407384F.json→labels: ["stable_coin"](USDS)erc20:0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2.json→labels: ["blue_chip"](WETH)Written by Cursor Bugbot for commit baf7cbf. This will update automatically on new commits. Configure here.