Skip to content

Commit

Permalink
Revert "add GAU and GAUC as verified assets"
Browse files Browse the repository at this point in the history
This reverts commit a056523.
  • Loading branch information
capt-nemo429 committed Aug 15, 2024
1 parent a056523 commit 239f91b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sigmafi-ui",
"private": false,
"version": "0.2.1",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev:mainnet": "VITE_NETWORK=mainnet vite",
Expand Down
Binary file removed public/asset-icons/GAU.png
Binary file not shown.
Binary file removed public/asset-icons/GAUC.png
Binary file not shown.
4 changes: 1 addition & 3 deletions src/maps/assetIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ export const ASSET_ICONS: { [tokenId: string]: string } = {
["52f4544ce8a420d484ece16f9b984d81c23e46971ef5e37c29382ac50f80d5bd"]: "empty.svg",
["8b08cdd5449a9592a9e79711d7d79249d7a03c535d17efaee83e216e80a44c4b"]: "rosen.svg",
["e023c5f382b6e96fbd878f6811aac73345489032157ad5affb84aefd4956c297"]: "rsada.svg",
["7a51950e5f548549ec1aa63ffdc38279505b11e7e803d01bcf8347e0123c88b0"]: "rsbtc.svg",
["886b7721bef42f60c6317d37d8752da8aca01898cae7dae61808c4a14225edc8"]: "GAU.png",
["9944ff273ff169f32b851b96bbecdbb67f223101c15ae143de82b3e7f75b19d2"]: "GAUC.png"
["7a51950e5f548549ec1aa63ffdc38279505b11e7e803d01bcf8347e0123c88b0"]: "rsbtc.svg"
};
8 changes: 0 additions & 8 deletions src/maps/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,5 @@ export const VERIFIED_ASSETS: VerifiedAsset[] = [
{
tokenId: "7ba2a85fdb302a181578b1f64cb4a533d89b3f8de4159efece75da41041537f9",
metadata: { name: "GORT", decimals: 0 }
},
{
tokenId: "886b7721bef42f60c6317d37d8752da8aca01898cae7dae61808c4a14225edc8",
metadata: { name: "GAU", decimals: 9 }
},
{
tokenId: "9944ff273ff169f32b851b96bbecdbb67f223101c15ae143de82b3e7f75b19d2",
metadata: { name: "GAUC", decimals: 9 }
}
];

0 comments on commit 239f91b

Please sign in to comment.