Added fake voxel to tokensToSkip list
This commit is contained in:
parent
205f47b509
commit
a4854f9368
|
@ -55,6 +55,7 @@ var tokensToSkip = map[string]bool{
|
|||
"0x337dc89ebcc33a337307d58a51888af92cfdc81b": true,
|
||||
"0x5Cb89Ac06F34f73B1A6b8000CEb0AfBc97d58B6b": true,
|
||||
"0xd9F0446AedadCf16A12692E02FA26C617FA4D217": true,
|
||||
"0xD7b41531456b636641F7e867eC77120441D1E1E8": true,
|
||||
}
|
||||
|
||||
// init runs during cloud function initialization. So, this will only run during an
|
||||
|
|
Loading…
Reference in New Issue