mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
77a56e2b93
* feat(@desktop/wallet): added iso4217 library for fiat currency display decimals * feat(@desktop/wallet): added token peg info and use numbers for token market values * feat(@desktop/wallet): added
6 lines
141 B
Makefile
6 lines
141 B
Makefile
test: constants.go
|
|
go test -v
|
|
|
|
constants.go: src/iso4217-table.xml src/update.go
|
|
go run src/update.go < src/iso4217-table.xml | gofmt > $@
|