Skip to content

Commit 9a8c9e1

Browse files
authored
fix: aliasses (#39)
* fix: aliasses * fix: matic aliasses * fix: rebuild icons
1 parent 222bd6c commit 9a8c9e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+718
-607
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Package with some of web3 assets, chains and web3 wallets icons for easy use in
1818
```json
1919
{
2020
"type": ["asset"],
21-
"name": "Aave Token",
2221
"symbol": "aave",
23-
"symbolAliases": [
22+
"name": "Aave Token",
23+
24+
"aliases": [
2425
"AAVE",
2526
"AAVE.e"
2627
],
@@ -63,7 +64,7 @@ Package with some of web3 assets, chains and web3 wallets icons for easy use in
6364
{
6465
"type": ["brand"],
6566
"brandName": "Lido",
66-
"addressAliases": ["0x4e033931ad43597d96D6bcc25c280717730B58B1"]
67+
"aliases": ["0x4e033931ad43597d96D6bcc25c280717730B58B1"]
6768
}
6869
```
6970
### Adding new combine asset and chain icon
@@ -73,10 +74,11 @@ Package with some of web3 assets, chains and web3 wallets icons for easy use in
7374
```json
7475
{
7576
"type": ["asset", "chain"],
77+
"symbol": "arb",
7678
"chainId": 42161,
7779
"name": "Arbitrum",
78-
"symbol": "arb",
79-
"symbolAliases": [
80+
81+
"aliases": [
8082
"ARB"
8183
],
8284
"variations": [
@@ -92,11 +94,12 @@ Package with some of web3 assets, chains and web3 wallets icons for easy use in
9294
```json
9395
{
9496
"type": ["asset", "wallet"],
97+
"symbol": "1inch",
98+
"identityFlag": "isOneInchIOSWallet",
9599
"name": "One inch Network",
96100
"walletName": "1inch Wallet",
97-
"identityFlag": "isOneInchIOSWallet",
98-
"symbol": "1inch",
99-
"symbolAliases": [
101+
102+
"aliases": [
100103
"1INCH"
101104
],
102105
"variations": [
@@ -112,13 +115,14 @@ Package with some of web3 assets, chains and web3 wallets icons for easy use in
112115
```json
113116
{
114117
"type": ["asset", "chain", "wallet"],
115-
"chainName": "BNB Smart Chain",
118+
"symbol": "wbnb",
116119
"chainId": 56,
120+
"identityFlag": "bbcSignTx",
117121
"name": "Wrapped BNB",
122+
"chainName": "BNB Smart Chain",
118123
"walletName": "Binance Smart Wallet",
119-
"identityFlag": "bbcSignTx",
120-
"symbol": "wbnb",
121-
"symbolAliases": [
124+
125+
"aliases": [
122126
"WBNB"
123127
],
124128
"variations": [

0 commit comments

Comments
 (0)