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:
parent
eda9501010
commit
0699792a14
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user