diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3fb0c8a..51a4e5b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,8 +13,8 @@ Twitter Handle: ``` Point of Contact Telegram: -Did you add @liquiditymonkey as a contact on Telegram?: -Did you send a message to the Liquidity Monkey?: +Did you add @JulianApeSwap as a contact on Telegram?: +Did you send a message to Julian?: ``` **Additional Details (Optional):** diff --git a/.github/workflows/comment-on-pr.yml b/.github/workflows/comment-on-pr.yml index c522332..288711e 100644 --- a/.github/workflows/comment-on-pr.yml +++ b/.github/workflows/comment-on-pr.yml @@ -18,5 +18,5 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: 'Thank you for submitting your pull request, last step is to send the link of your PR to the [liquidity Monkey](https://t.me/liquiditymonkey), that way we can review as quickly as possible! ' + body: 'Thank you for submitting your pull request, last step is to send the link of your PR to [Julian](https://t.me/JulianApeSwap), that way we can review as quickly as possible! ' }) diff --git a/README.md b/README.md index 1ddd89d..5bd5f29 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,6 @@ We're committed to providing you with the best support possible. If you have any - [Discord](https://discord.com/invite/ApeSwap) -- [Telegram](https://t.me/liquiditymonkey) +- [Telegram](https://t.me/JulianApeSwap) Thank you for choosing ApeSwap! We're looking forward to working with you and helping your project thrive. diff --git a/config/whitelist.json b/config/whitelist.json index 0f1328d..39d9067 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -1559,6 +1559,27 @@ "telegramUrl": "https://t.me/HyperGPTai" } }, + { + "tokenSymbol": "DUCKIES", + "tokenName": "Yellow Duckies", + "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DUCKIES.svg", + "tokenAddresses": [ + { + "address": "0x18e73a5333984549484348a94f4d219f4fab7b81", + "chainId": "137" + } + ], + "knownOwners": [ + "0x046bbdd927fc635dd6de7cf4efdad3e767274074", + "0x801b684e7854493e3ada893343d3e288cfcee1ec" + ], + "profileLinks": { + "siteUrl": "https://www.yellow.org/duckies", + "twitterUrl": "https://twitter.com/Yellow", + "discordUrl": "https://discord.com/invite/DKBjCg6rmT", + "telegramUrl": "https://t.me/yellow_org" + } + }, { "tokenSymbol": "USDC", "tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024", diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 5a7e577..00d45c1 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -843,6 +843,19 @@ const verifiedAssets: AddressMapping[] = [ telegramUrl: 'https://t.me/HyperGPTai', }, }, + { + tokenSymbol: 'DUCKIES', + tokenName: 'Yellow Duckies', + tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DUCKIES.svg', + tokenAddresses: [{ address: '0x18e73A5333984549484348A94f4D219f4faB7b81', chainId: '137' }], + knownOwners: ['0x046bBDD927FC635DD6DE7Cf4eFDAD3E767274074', '0x801b684E7854493E3aDa893343D3E288CfcEE1Ec'], + profileLinks: { + siteUrl: 'https://www.yellow.org/duckies', + twitterUrl: 'https://twitter.com/Yellow', + discordUrl: 'https://discord.com/invite/DKBjCg6rmT', + telegramUrl: 'https://t.me/yellow_org', + }, + }, ] export default verifiedAssets