Skip to content

Commit

Permalink
Merge pull request #16 from dfelton/feature/more
Browse files Browse the repository at this point in the history
add immutable
  • Loading branch information
dfelton authored Feb 14, 2023
2 parents d0cff41 + fb3adea commit af09c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ final class Currency implements CurrencyInterface
'gmt' => ['name' => 'STEPN', 'unit' => 'GMT', 'subunit' => '-', 'scale' => 6],
'gnt' => ['name' => 'Golem', 'unit' => 'GNT', 'subunit' => '-', 'scale' => 6],
'ilv' => ['name' => 'Illuvium', 'unit' => 'ILV', 'subunit' => '-', 'scale' => 6],
'imx' => ['name' => 'Immutable X', 'unit' => 'IMX', 'subunit' => '-', 'scale' => 6],
'index' => ['name' => 'Index Cooperative', 'unit' => 'INDEX','subunit' => '-', 'scale' => 6],
'iotx' => ['name' => 'IoTeX', 'unit' => 'IOTX', 'subunit' => '-', 'scale' => 6],
'jam' => ['name' => 'Geojam', 'unit' => 'JAM', 'subunit' => '-', 'scale' => 6],
Expand Down

0 comments on commit af09c1d

Please sign in to comment.