Skip to content

Commit

Permalink
change example token to reasonable defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanok committed Jun 24, 2020
1 parent 6f3b42d commit bcbed34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/token.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ticker": "SUPER_TOKEN",
"divisibility": 1000000,
"ticker": "EXAMPLE_TOKEN",
"divisibility": 100000000,
"balances": {
"uhE-QeYS8i4pmUtnxQyHD7dzXFNaJ9oMK-IM-QPNY6M": 2000000
"uhE-QeYS8i4pmUtnxQyHD7dzXFNaJ9oMK-IM-QPNY6M": 100000000000000
}
}

0 comments on commit bcbed34

Please sign in to comment.