Added fake testWETH on poly to tokensToSkip list (#1103)

This commit is contained in:
ckeun 2022-04-22 09:12:54 -05:00 committed by GitHub
parent da479cf4c1
commit a3886e3c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ var tokensToSkip = map[string]bool{
"0x7ffb3d637014488b63fb9858e279385685afc1e2": true,
"0x337dc89ebcc33a337307d58a51888af92cfdc81b": true,
"0x5Cb89Ac06F34f73B1A6b8000CEb0AfBc97d58B6b": true,
"0xd9F0446AedadCf16A12692E02FA26C617FA4D217": true,
}
// init runs during cloud function initialization. So, this will only run during an