Skip to content

Commit

Permalink
Update metadata and icons (#1)
Browse files Browse the repository at this point in the history
* chore: Update Bittorrent icon URL in chainConfig.ts & favicon/metadata

* feat: Update GreenMetaverseToken icon URL in chainConfig.ts
  • Loading branch information
yusufseyrek authored May 15, 2024
1 parent 5c3f665 commit ea053bd
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 4 deletions.
Binary file added public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon copy.ico
Binary file not shown.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
6 changes: 2 additions & 4 deletions src/chainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ const assets = {
aeAddress: 'ct_p13Wi5amRKBu1FKzRohddYEjUUPHermdtXwXR24f8W2mv7dQ',
ethAddress: '0x3883f5e181fccaf8410fa61e12b59bad963fb645',
},

{
nameandsymbol: 'SAND (SAND)',
name: 'SAND',
Expand All @@ -321,13 +320,12 @@ const assets = {
aeAddress: 'ct_5Axqp46tQDfaj5ruyYH1ivb2m9nkP2BsBFv58YdJz4KJ7nQBN',
ethAddress: '0x3845badAde8e6dFF049820680d1F14bD3903a5d0',
},

{
nameandsymbol: 'BitTorrent (BTT)',
name: 'BitTorrent',
symbol: 'BTT',
decimals: 18,
icon: 'https://etherscan.io/token/0xc669928185dbce49d2230cc9b0979be6dc797957',
icon: 'https://etherscan.io/token/images/bittorrent_32.png',
aeAddress: 'ct_2ahjyvpU5Sn4ZhX63it2TbUQ9BC6g7VWV9jdguBEFunwMguPw4',
ethAddress: '0xc669928185dbce49d2230cc9b0979be6dc797957',
},
Expand Down Expand Up @@ -480,7 +478,7 @@ const assets = {
name: 'GreenMetaverseToken',
symbol: 'GMT',
decimals: 8,
icon: 'GreenMetaverseToken (GMT)',
icon: 'https://etherscan.io/token/images/stepngmt_32.png',
aeAddress: 'ct_2ThKhRXDhtmTVffHik4sqCBoXeLKaw656SKW1FWW2SVNfRjDfz',
ethAddress: '0xe3c408BD53c31C085a1746AF401A4042954ff740',
},
Expand Down

0 comments on commit ea053bd

Please sign in to comment.