Skip to content

Commit

Permalink
HD token whitelisted
Browse files Browse the repository at this point in the history
  • Loading branch information
RAMTO committed Jan 24, 2024
1 parent fe21f49 commit b5d8f37
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
CI: false
REACT_APP_PROVIDER_URL: https://heliswap.arkhia.io/hedera/mainnet/json-rpc/v1/10qcuS2f8vd2i2dqducf9wci9Upc292a
REACT_APP_MIRROR_NODE_URL: https://mainnet-public.mirrornode.hedera.com
REACT_APP_TOKEN_LIST_URL: https://heliswap.infura-ipfs.io/ipfs/Qmf5u6N2ohZnBc1yxepYzS3RYagkMZbU5dwwU4TGxXt9Lf
REACT_APP_TOKEN_LIST_URL: https://heliswap.infura-ipfs.io/ipfs/QmZgQLMmnXZcRYxTaWh4xQUNHUDCt4L7eUkK26VaKxPLNz
REACT_APP_NETWORK_TYPE: mainnet
REACT_APP_GRAPHQL_URI: https://heliswap-prod-362307.oa.r.appspot.com/query
REACT_APP_DROP_POLLER_URI: https://heliswap-drops-poller-53iakaarfq-ey.a.run.app/query
Expand Down
2 changes: 2 additions & 0 deletions src/components/IconToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import KARATE from '../icons/tokens/KARATE.png';
import PEPE from '../icons/tokens/PEPE.png';
import SUS from '../icons/tokens/SUS.png';
import GARY from '../icons/tokens/GARY.png';
import HD from '../icons/tokens/HD.png';

interface IIconTokenProps {
symbol: string;
Expand Down Expand Up @@ -81,6 +82,7 @@ const tokenMapping: ITokenMapping = {
'PEPE[hts]': PEPE,
'SUS.h': SUS,
'GARY ': GARY,
HD: HD,
LP: LP,
};

Expand Down
Binary file added src/icons/tokens/HD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/token-list/mainnet.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,14 @@
"symbol": "GARY",
"decimals": 0,
"logoURI": "https://gateway.pinata.cloud/ipfs/QmYTdakJSFDCAGDqLsKmW166h7G8EnwH16mq1C4Nii16ow/GARY.png"
},
{
"chainId": 295,
"address": "0x0000000000000000000000000000000000455D51",
"name": "HELI Doge",
"symbol": "HD",
"decimals": 6,
"logoURI": "https://gateway.pinata.cloud/ipfs/QmYTdakJSFDCAGDqLsKmW166h7G8EnwH16mq1C4Nii16ow/HD.png"
}
]
}

0 comments on commit b5d8f37

Please sign in to comment.