1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

set default data token cap to 1000

This commit is contained in:
Matthias Kretschmann 2020-09-04 10:28:42 +02:00
parent eda9501010
commit 0699792a14
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -76,7 +76,7 @@ export class DataTokens {
name?: string,
symbol?: string
): Promise<string> {
if (!cap) cap = '1410000000000000000000000000'
if (!cap) cap = '1000'
// Generate name & symbol if not present
if (!name || !symbol) {