Skip to content

Commit 7ddfb37

Browse files
authored
Merge pull request #62 from bgd-labs/feat/update-aliases-for-ezeth-icon
feat: Update ezETH icon aliases
2 parents 7d4a714 + 5721814 commit 7ddfb37

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

icons/icons.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,13 @@
10801080
"variableDebtEthLidoezETH",
10811081
"variableDebtEthLidoEZETH",
10821082
"stataDebtEthLidoezETH",
1083-
"stataDebtEthLidoEZETH"
1083+
"stataDebtEthLidoEZETH",
1084+
"aArbezETH",
1085+
"variableDebtArbezETH",
1086+
"stataArbezETH",
1087+
"aBasezETH",
1088+
"variableDebtBasezETH",
1089+
"stataBasezETH"
10841090
],
10851091
"variations": [
10861092
"aToken",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"generate-components": "tsx src/scripts/generateComponents.ts"
3737
},
3838
"devDependencies": {
39-
"@bgd-labs/aave-address-book": "^4.2.1",
39+
"@bgd-labs/aave-address-book": "^4.7.4",
4040
"@types/node": "^22.8.4",
4141
"@types/lodash.template": "^4.5.3",
4242
"eslint": "^9.13.0",

packages/react-web3-icons/src/helpers/assetsAliases.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/ezeth.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@
1818
"variableDebtEthLidoezETH",
1919
"variableDebtEthLidoEZETH",
2020
"stataDebtEthLidoezETH",
21-
"stataDebtEthLidoEZETH"
21+
"stataDebtEthLidoEZETH",
22+
"aArbezETH",
23+
"variableDebtArbezETH",
24+
"stataArbezETH",
25+
"aBasezETH",
26+
"variableDebtBasezETH",
27+
"stataBasezETH"
2228
],
2329
"variations": [
2430
"aToken",

0 commit comments

Comments
 (0)