Skip to content

Commit 02e7cb5

Browse files
authored
feat(tokenlist): pathUSD icon (#869)
1 parent 7a7e1b8 commit 02e7cb5

15 files changed

Lines changed: 7 additions & 78 deletions

apps/tokenlist/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Adding a New Token
66

7-
1. Update [`data/<chain_id>/tokenlist.json`](./data/42429/tokenlist.json)
7+
1. Update [`data/<chain_id>/tokenlist.json`](./data/42431/tokenlist.json)
88

99
Edit `data/<chain_id>/tokenlist.json` and add your token:
1010

@@ -13,16 +13,16 @@
1313
"name": "MyToken",
1414
"symbol": "MTK",
1515
"decimals": 18,
16-
"chainId": 42429,
16+
"chainId": 42431,
1717
"address": "0x...",
18-
"logoURI": "https://esm.sh/gh/tempoxyz/tempo-apps/apps/tokenlist/data/42429/icons/<address>.svg",
18+
"logoURI": "https://esm.sh/gh/tempoxyz/tempo-apps/apps/tokenlist/data/42431/icons/<address>.svg",
1919
"extensions": {
2020
"chain": "tempo"
2121
}
2222
}
2323
```
2424

25-
2. Add an SVG icon to [`apps/tokenlist/data/<chain_id>/icons/<address>.svg`](./data/42429/icons/0x20c0000000000000000000000000000000000000.svg)
25+
2. Add an SVG icon to [`apps/tokenlist/data/<chain_id>/icons/<address>.svg`](./data/42431/icons/0x20c0000000000000000000000000000000000000.svg)
2626

2727
- Use lowercase address for the filename
2828
- SVG format only
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

apps/tokenlist/data/42429/icon-white.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/tokenlist/data/42429/icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/tokenlist/data/42429/icons/0x20c0000000000000000000000000000000000000.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/tokenlist/data/42429/icons/0x20c0000000000000000000000000000000000001.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/tokenlist/data/42429/icons/0x20c0000000000000000000000000000000000002.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/tokenlist/data/42429/icons/0x20c0000000000000000000000000000000000003.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/tokenlist/data/42429/icons/eth.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)