diff --git a/README.md b/README.md index 02ee95b..9aed522 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ And finally, please make sure to add `project-requests` label to your PR for mak #### Q: What if I encounter issues during the PR process? -A: Don't worry! Our team is here to help. Feel free to reach out to us via our [Support](https://github.com/efeDaniels/lhd-readme-example#support) channels, and we'll be happy to assist you. +A: Don't worry! Our team is here to help. Feel free to reach out to us via our [Support](https://github.com/ApeSwapFinance/lhd-config#support) channels, and we'll be happy to assist you. #### Q: How long does it take for my PR to be reviewed and merged? diff --git a/config/whitelist.json b/config/whitelist.json index a520fa3..0eac567 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -1069,6 +1069,24 @@ "0x5c26953712ffab29ea7b2b416832d3724d26e6e2" ] }, + { + "tokenSymbol": "GHNY", + "tokenName": "Grizzly Finance", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GHNY.svg", + "tokenAddresses": [ + { + "address": "0xa045e37a0d1dd3a45fefb8803d22457abc0a728a", + "chainId": "56" + }, + { + "address": "0xfb4d8bee1840f3897d2344035f68ed594359c939", + "chainId": "1" + } + ], + "knownOwners": [ + "0x981b04cbdcee0c510d331fadc7d6836a77085030" + ] + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/logos/GHNY.svg b/logos/GHNY.svg new file mode 100644 index 0000000..41953bf --- /dev/null +++ b/logos/GHNY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 44137f2..ae8c2b8 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -11,7 +11,6 @@ const verifiedAssets: AddressMapping[] = [ { address: '0x5d47baba0d66083c52009271faf3f50dcc01023c', chainId: '137' }, { address: '0x667fd83e24ca1d935d36717d305d54fa0cac991c', chainId: '40' }, { address: '0x92df60c51c710a1b1c20e42d85e221f3a1bfc7f2', chainId: '1' }, - ], knownOwners: [ '0x944694417a6ca0a70963d644a11d42c10e3af042', @@ -535,6 +534,16 @@ const verifiedAssets: AddressMapping[] = [ tokenAddresses: [{ address: '0xf9df075716b2d9b95616341dc6bc64c85e56645c', chainId: '42161' }], knownOwners: ['0x5c26953712ffab29ea7b2b416832d3724d26e6e2'], }, + { + tokenSymbol: 'GHNY', + tokenName: 'Grizzly Finance', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/GHNY.svg', + tokenAddresses: [ + { address: '0xa045e37a0d1dd3a45fefb8803d22457abc0a728a', chainId: '56' }, + { address: '0xfb4d8bee1840f3897d2344035f68ed594359c939', chainId: '1' }, + ], + knownOwners: ['0x981b04cbdcee0c510d331fadc7d6836a77085030'], + }, ] export default verifiedAssets