Skip to content

Commit

Permalink
fix: use non ipfs aave icon (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Jan 10, 2025
1 parent 0dff3d8 commit f9d2f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/generator/generateTokenList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export async function generateTokenList(pools: TokenListParams) {

const tokenList = {
name: 'Aave token list',
logoURI: 'ipfs://QmWzL3TSmkMhbqGBEwyeFyWVvLmEo3F44HBMFnmTUiTfp1',
logoURI: 'https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aave.svg',
keywords: ['audited', 'verified', 'aave'],

tags: {
Expand Down
4 changes: 2 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Aave token list",
"logoURI": "ipfs://QmWzL3TSmkMhbqGBEwyeFyWVvLmEo3F44HBMFnmTUiTfp1",
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aave.svg",
"keywords": ["audited", "verified", "aave"],
"tags": {
"underlying": {
Expand Down Expand Up @@ -6990,6 +6990,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 69 },
"version": { "major": 3, "minor": 0, "patch": 70 },
"timestamp": "2024-12-30T12:43:43.000Z"
}

0 comments on commit f9d2f78

Please sign in to comment.