Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammp committed Feb 9, 2025
1 parent 427f7e9 commit 43e462e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4298,7 +4298,7 @@
"tokenAddresses": [
{
"address": "0x9959413ec3eb6cee73ad16e6cd531352c9ce816f",
"chainId": "1"
"chainId": "56"
}
],
"profileLinks": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/verifiedAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ const verifiedAssets: AddressMapping[] = [
tokenSymbol: 'ZAI',
tokenName: 'ZAYA AI',
tokenLogoUrl: 'https://raw.githubusercontent.com/ApeSwapFinance/lhd-config/main/logos/ZAI.png',
tokenAddresses: [{ address: '0x9959413ec3eb6cee73ad16e6cd531352c9ce816f', chainId: '1' }],
tokenAddresses: [{ address: '0x9959413ec3eb6cee73ad16e6cd531352c9ce816f', chainId: '56' }],
profileLinks: {
siteUrl: 'https://zayablockchain.com/',
twitterUrl: 'https://x.com/ZayaAI_PathDx',
Expand Down

0 comments on commit 43e462e

Please sign in to comment.