diff --git a/.github/workflows/firebase-hosting-merge-prod.yml b/.github/workflows/firebase-hosting-merge-prod.yml index bcfb4cdc..c7d275fe 100644 --- a/.github/workflows/firebase-hosting-merge-prod.yml +++ b/.github/workflows/firebase-hosting-merge-prod.yml @@ -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 diff --git a/src/components/IconToken.tsx b/src/components/IconToken.tsx index c17b3285..bd368200 100644 --- a/src/components/IconToken.tsx +++ b/src/components/IconToken.tsx @@ -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; @@ -81,6 +82,7 @@ const tokenMapping: ITokenMapping = { 'PEPE[hts]': PEPE, 'SUS.h': SUS, 'GARY ': GARY, + HD: HD, LP: LP, }; diff --git a/src/icons/tokens/HD.png b/src/icons/tokens/HD.png new file mode 100644 index 00000000..eeeb9c1d Binary files /dev/null and b/src/icons/tokens/HD.png differ diff --git a/src/token-list/mainnet.tokenlist.json b/src/token-list/mainnet.tokenlist.json index 766be099..023bdb74 100644 --- a/src/token-list/mainnet.tokenlist.json +++ b/src/token-list/mainnet.tokenlist.json @@ -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" } ] }