diff --git a/index.html b/index.html index 78d910c..18cebef 100644 --- a/index.html +++ b/index.html @@ -751,7 +751,7 @@

${token}

Supply
-

${formatAmount(supply, token.toLowerCase() === 'rupee' ? 'inr' : 'usd')}

+

${supply ? formatAmount(supply, token.toLowerCase() === 'rupee' ? 'inr' : 'usd') : 'Infinite'}

Incorporation address

${incAddress}