diff --git a/config/whitelist.json b/config/whitelist.json
index 39d9067..c4e22af 100644
--- a/config/whitelist.json
+++ b/config/whitelist.json
@@ -1513,7 +1513,7 @@
{
"tokenSymbol": "HGPT",
"tokenName": "HYPERGPT",
- "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HGPT.svg",
+ "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HGPT.png",
"tokenAddresses": [
{
"address": "0x529c79f6918665ebe250f32eeeaa1d410a0798c6",
@@ -1562,7 +1562,7 @@
{
"tokenSymbol": "DUCKIES",
"tokenName": "Yellow Duckies",
- "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DUCKIES.svg",
+ "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DUCKIES.png",
"tokenAddresses": [
{
"address": "0x18e73a5333984549484348a94f4d219f4fab7b81",
@@ -1580,6 +1580,32 @@
"telegramUrl": "https://t.me/yellow_org"
}
},
+ {
+ "tokenSymbol": "KNIGHT",
+ "tokenName": "Forest King",
+ "tokenLogoUrl": "https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/KNIGHT.png",
+ "tokenAddresses": [
+ {
+ "address": "0x4455ef8b4b4a007a93daa12de63a47eeac700d9d",
+ "chainId": "137"
+ }
+ ],
+ "knownOwners": [
+ "0x519fced9ccceceb76e1a65194282f13f0deb3187"
+ ],
+ "tags": [
+ "GameFi"
+ ],
+ "profileLinks": {
+ "siteUrl": "https://www.forestknight.io/",
+ "twitterUrl": "https://twitter.com/ForestKnight_io",
+ "auditUrls": [
+ "https://skynet.certik.com/projects/forest-knight?utm_source=CMC&utm_campaign=AuditByCertiKLink"
+ ],
+ "discordUrl": "https://discord.com/invite/2awyWYG",
+ "telegramUrl": "https://www.t.me/forestknight"
+ }
+ },
{
"tokenSymbol": "USDC",
"tokenLogoUrl": "https://cryptologos.cc/logos/usd-coin-usdc-logo.png?v=024",
diff --git a/logos/DUCKIES.png b/logos/DUCKIES.png
new file mode 100644
index 0000000..0f48957
Binary files /dev/null and b/logos/DUCKIES.png differ
diff --git a/logos/DUCKIES.svg b/logos/DUCKIES.svg
deleted file mode 100644
index f591957..0000000
--- a/logos/DUCKIES.svg
+++ /dev/null
@@ -1,135 +0,0 @@
-
-
-
diff --git a/logos/HGPT.png b/logos/HGPT.png
new file mode 100644
index 0000000..1dde905
Binary files /dev/null and b/logos/HGPT.png differ
diff --git a/logos/HGPT.svg b/logos/HGPT.svg
deleted file mode 100644
index 5e96e0f..0000000
--- a/logos/HGPT.svg
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
diff --git a/logos/KNIGHT.png b/logos/KNIGHT.png
new file mode 100644
index 0000000..2b3e957
Binary files /dev/null and b/logos/KNIGHT.png differ
diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts
index 00d45c1..8f83149 100644
--- a/src/constants/verifiedAssets.ts
+++ b/src/constants/verifiedAssets.ts
@@ -806,7 +806,7 @@ const verifiedAssets: AddressMapping[] = [
{
tokenSymbol: 'HGPT',
tokenName: 'HYPERGPT',
- tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HGPT.svg',
+ tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/HGPT.png',
tokenAddresses: [{ address: '0x529C79f6918665EBE250F32eeEAA1d410a0798C6', chainId: '56' }],
knownOwners: [
'0x0681Ef17B9E4fB7957b3AD34b494Fd6679d6143E',
@@ -846,7 +846,7 @@ const verifiedAssets: AddressMapping[] = [
{
tokenSymbol: 'DUCKIES',
tokenName: 'Yellow Duckies',
- tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DUCKIES.svg',
+ tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/DUCKIES.png',
tokenAddresses: [{ address: '0x18e73A5333984549484348A94f4D219f4faB7b81', chainId: '137' }],
knownOwners: ['0x046bBDD927FC635DD6DE7Cf4eFDAD3E767274074', '0x801b684E7854493E3aDa893343D3E288CfcEE1Ec'],
profileLinks: {
@@ -856,6 +856,21 @@ const verifiedAssets: AddressMapping[] = [
telegramUrl: 'https://t.me/yellow_org',
},
},
+ {
+ tokenSymbol: 'KNIGHT',
+ tokenName: 'Forest King',
+ tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/KNIGHT.png',
+ tokenAddresses: [{ address: '0x4455eF8B4B4A007a93DaA12DE63a47EEAC700D9D', chainId: '137' }],
+ knownOwners: ['0x519fced9ccceceb76e1a65194282f13f0deb3187'],
+ tags: ['GameFi'],
+ profileLinks: {
+ siteUrl: 'https://www.forestknight.io/',
+ twitterUrl: 'https://twitter.com/ForestKnight_io',
+ auditUrls: ['https://skynet.certik.com/projects/forest-knight?utm_source=CMC&utm_campaign=AuditByCertiKLink'],
+ discordUrl: 'https://discord.com/invite/2awyWYG',
+ telegramUrl: 'https://www.t.me/forestknight',
+ },
+ },
]
export default verifiedAssets