Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/ghny #25

Merged
merged 5 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
18 changes: 18 additions & 0 deletions config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions logos/GHNY.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const verifiedAssets: AddressMapping[] = [
{ address: '0x5d47baba0d66083c52009271faf3f50dcc01023c', chainId: '137' },
{ address: '0x667fd83e24ca1d935d36717d305d54fa0cac991c', chainId: '40' },
{ address: '0x92df60c51c710a1b1c20e42d85e221f3a1bfc7f2', chainId: '1' },

],
knownOwners: [
'0x944694417a6ca0a70963d644a11d42c10e3af042',
Expand Down Expand Up @@ -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