crypto-org-chain / cronos

Cronos is the first Ethereum-compatible blockchain network built on Cosmos SDK technology. Cronos aims to massively scale the DeFi, GameFi, and overall Web3 user community by providing builders with the ability to instantly port apps and crypto assets from other chains while benefiting from low transaction fees, high throughput, and fast finality.
Other
290 stars 235 forks source link

Problem: there's no consensus on terminology used for tokens #60

Open yihuang opened 3 years ago

yihuang commented 3 years ago

Context: https://github.com/crypto-org-chain/cronos/pull/45#discussion_r704481008

We need to settle down on the terminologies used for different types of tokens:

thomas-nguy commented 3 years ago

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

tomtau commented 2 years ago

for native tokens, also ICS20?

tomtau commented 2 years ago

I guess this issue can be resolved by ADR + code refactoring if there's some inconsistent usage (do any of the terms leak into consensus-critical parts, such as network parameters?)