Thomas Nguy

Results 40 comments of Thomas Nguy

yes, I need to do more testing but I will open the PR soon

for ``` < "data": { < "0xf08cc2bfa30270de3f28f2d8349d2797e9e15251c0cd8c2555b581c8428f2904": { < "error": "out of gas", < "program_counter": 219, < "return": "0x" < }, ``` I wonder if it is not a specific...

no it is still using 0.6.8 I think we need at least 0.8.1 https://github.com/crypto-org-chain/cronos/blob/main/contracts/shell.nix#L7

hmm maybe its okay but for the standard sake, maybe it would be better to use the latest version

``` if I understand it correctly, I think that's purposefully left open, i.e. left for dapps to converge on something that makes sense in their future context. ``` Technically it...

for gas token, I have been using a lot "evm token" as ethermint uses EVM_DENOM for the gas token denomination. But only internally in the code

` after received the bridge fee tokens, convert them to eth asap when the price hasn't changed much, could be handled externally. ` note that it is good to have...