Skip to content

Commit

Permalink
fix: add tokenlist
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Jan 9, 2025
1 parent 3d3963c commit 25d2806
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3958,7 +3958,8 @@
"name": "AUSD",
"decimals": 6,
"symbol": "AUSD",
"tags": ["underlying"]
"tags": ["underlying"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausd.svg"
},
{
"chainId": 43114,
Expand All @@ -3967,6 +3968,7 @@
"decimals": 6,
"symbol": "aAvaAUSD",
"tags": ["aTokenV3", "aaveV3"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aausd.svg",
"extensions": {
"pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
"underlying": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a"
Expand Down Expand Up @@ -6260,7 +6262,8 @@
"name": "Scroll",
"decimals": 18,
"symbol": "SCR",
"tags": ["underlying"]
"tags": ["underlying"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/scr.svg"
},
{
"chainId": 534352,
Expand All @@ -6269,6 +6272,7 @@
"decimals": 18,
"symbol": "aScrSCR",
"tags": ["aTokenV3", "aaveV3"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ascr.svg",
"extensions": {
"pool": "0x11fCfe756c05AD438e312a7fd934381537D3cFfe",
"underlying": "0xd29687c813D741E2F938F4aC377128810E217b1b"
Expand Down Expand Up @@ -6986,6 +6990,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 70 },
"timestamp": "2025-01-09T14:07:46.811Z"
"version": { "major": 3, "minor": 0, "patch": 71 },
"timestamp": "2025-01-09T14:30:21.377Z"
}

0 comments on commit 25d2806

Please sign in to comment.