cloud_functions: Added tokens to skip (#1152)

This commit is contained in:
kev1n-peters 2022-05-04 17:11:33 -05:00 committed by GitHub
parent 3ebd347181
commit 2a863a7ca3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -57,6 +57,17 @@ var tokensToSkip = map[string]bool{
"0xd9F0446AedadCf16A12692E02FA26C617FA4D217": true,
"0xD7b41531456b636641F7e867eC77120441D1E1E8": true,
"0x9f607027b69f6e123bc3bd56a686b735fa75f30a": true,
"0x2a35965bbad6fd3964ef815d011c51ab1c546e67": true,
"0x053c070f0923a5b770cc59d7bf74ecff991cd0b8": true,
"0xA18036c8ecb3235087d990c886c242546D1E560f": true,
"0x6B3105826942071E7B6346cbE9867d37Ed7f98Eb": true,
"0x0749902ae8ed9c6a508271bad18f185dba7185d4": true, // fake WETH on poly
"0x4411146b7714f5dc7aa4445fcb44e3ca120c8a1e": true, // testWETH on poly
"0xE389Ac691BD2b0228DAFFfF548fbcE38470373E8": true, // fake WMATIC on poly
"0x7e347498dfef39a88099e3e343140ae17cde260e": true, // fake wAVAX on bsc
"0x685629e5e99e3959254c4d23cd9097fbaef01fb2": true, // amWeth
}
// init runs during cloud function initialization. So, this will only run during an