Crypto Pank
Crypto Pank
not sure, as there same limitation for String, Data types, max file size is 16 mb
> But wondering if that will end up with many loose files. Is there a Blob type? oh yes, it cold be..
@hboon @eviltofu maybe you can help to find it?
After some observation, i guess we can exclude some possible causes: - activity (events) (when disabling activities, it still exists) - transactions ?? - images (disabled loading images at all)...
I will double check it
@hboon Am i understand right, instead of fetching all ticker ids (as we do now we have to use api call `curl -X 'GET' \ 'https://api.coingecko.com/api/v3/coins/polygon-pos/contract/0x8bb30e0e67b11b978a5040144c410e1ccddcba30' \ -H 'accept: application/json'`)...
@Boon, so if i understood right we will have something like this: ``` ... { "contracts" : [ { "address" : "", "chainId" : 1 }, { "address" : "0x...address.2",...
so if i understood an idea right, we want to find `group` where token is located. The groupd of same token on different chains. and try to figure out ticker...
haven't checked it yet, but do you think this process could take a lot of time, searching ticker id for one token takes a lot of time, and in this...