Skip to content

Commit

Permalink
fix incorrect filename for coin image
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Aug 22, 2023
1 parent d642ef8 commit 380c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/mainnet/archway.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
token: 'aarch',
symbol: 'ARCH',
name: 'Archway',
icon: process.env.CF_PAGES_URL + '/img/coins/Aarch.svg',
icon: process.env.CF_PAGES_URL + '/img/coins/Aarch.png',
decimals: 18,
},
],
Expand Down

0 comments on commit 380c026

Please sign in to comment.