Changeset View
Changeset View
Standalone View
Standalone View
cashtab/src/config/token.ts
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | export const token = { | ||||
| * Otherwise, the listings will "jump" to sort themselves this way | * Otherwise, the listings will "jump" to sort themselves this way | ||||
| * after they load | * after they load | ||||
| */ | */ | ||||
| whitelist: [ | whitelist: [ | ||||
| // FIRMA | // FIRMA | ||||
| '0387947fd575db4fb19a3e322f635dec37fd192b5941625b66bc4b2c3008cbf0', | '0387947fd575db4fb19a3e322f635dec37fd192b5941625b66bc4b2c3008cbf0', | ||||
| // BVE | // BVE | ||||
| '96704added2310ba79cddecc7e192c56a8aa29542b7187539fc0327acddc8ac6', | '96704added2310ba79cddecc7e192c56a8aa29542b7187539fc0327acddc8ac6', | ||||
| // Star crystals | |||||
| 'ac31bb0bccf33de1683efce4da64f1cb6d8e8d6e098bc01c51d5864deb0e783f', | |||||
| // XECX | // XECX | ||||
| 'c67bf5c2b6d91cfb46a5c1772582eff80d88686887be10aa63b0945479cf4ed4', | 'c67bf5c2b6d91cfb46a5c1772582eff80d88686887be10aa63b0945479cf4ed4', | ||||
| // Star Shard | |||||
| 'd1131675cb62b65909fb45ba53b022da0bd0f34aaa71fc61770115472b186ffb', | |||||
| // POW | // POW | ||||
| 'f36e1b3d9a2aaf74f132fef3834e9743b945a667a4204e761b85f2e7b65fd41a', | 'f36e1b3d9a2aaf74f132fef3834e9743b945a667a4204e761b85f2e7b65fd41a', | ||||
| ], | ], | ||||
| }; | }; | ||||