Lorenzo Giovenali
Lorenzo Giovenali
What does "device to device is not working" even mean? 1. Can a browser app (on Chrome, like Nault) be a NFC tag writer (requesting nano)? 2. Can it write...
I would say in one of these two places: What bothers me is that I always get automatically redirected to the /it (italian language) just because I'm in italy, but...
I would add a "isTestnet" boolean, useful to all indexers/trackers/DEXes/etc. My suggested definition of "true" when the entity adding the chain definiton to the list doesn't specify it, would be...
your reasoning is "Goerli has now value, people test on Mainnet".. I said it depends on the minting process of the native token being decentralized.
I'm not saying YOU should take the decision and that a boolean value decides if the token can have market value, I'm just saying having a canonical test value, defined...
Excuse me? How would I index to the parent chain if the value of "parent.chain" is NOT on the parent?! Either you add a field holding the "EIP155-X" like values...
They would need to be "eip155:1" instead of "eip155-1" for CAIP2. Anyway, why would you want someone to parse github folders for file names when you can have everything in...
Could you provide better documentation about this? I didn't know where to put and how to use what is "explained" under **Extending Types** at https://next-drupal.org/docs/typescript
Oh nice, I did not! Thank you @facundomedica, I'll try that.
Actually defining the array and/or the `name` didn't work either. The workaround someone else gave me was: ``` parameters: limit: location: query description: Pagination limit type: string required: false default:...