oasisprotocol / explorer

Official explorer for the Oasis Network.
https://explorer.oasis.io
Apache License 2.0
8 stars 8 forks source link

Terminology around token/denomination/ticker/symbol/decimals #1556

Open lukaw3d opened 3 days ago

lukaw3d commented 3 days ago

From slack:

Jernej:

lukaw3d commented 3 days ago

some code:

https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/types/ticker.ts#L4-L14 https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/config.ts#L22-L27 https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/app/pages/ParatimeDashboardPage/ParaTimeSnapshot.tsx#L23-L24 https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/app/components/Balance/hooks.ts#L53 https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/app/components/Balance/hooks.ts#L7 https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/app/components/RoundedBalance/__tests__/index.test.tsx#L40 https://github.com/oasisprotocol/explorer/blob/b45547a7e2ebb88d7f8dc929ddd05863b5b56cbf/src/app/utils/getRPCAccountBalances.ts#L37