Added fake btc on terra to tokensToSkip list (#1194)

This commit is contained in:
ckeun 2022-05-16 15:09:14 -05:00 committed by GitHub
parent 2e4fed66c1
commit c0a26dcf74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 27 deletions

View File

@ -66,7 +66,7 @@ var tokensToSkip = map[string]bool{
"0xE389Ac691BD2b0228DAFFfF548fbcE38470373E8": true, // fake WMATIC on poly
"0x7e347498dfef39a88099e3e343140ae17cde260e": true, // fake wAVAX on bsc
"0x685629e5e99e3959254c4d23cd9097fbaef01fb2": true, // amWeth
"terra1vpehfldr2u2m2gw38zaryp4tfw7fe2kw2lryjf": true, //fake btc on terra
}