diff --git a/services/registration/vise-asm b/services/registration/vise-asm new file mode 100755 index 0000000..2a8711d Binary files /dev/null and b/services/registration/vise-asm differ diff --git a/store/vouchers_test.go b/store/vouchers_test.go index 3526772..ff756b6 100644 --- a/store/vouchers_test.go +++ b/store/vouchers_test.go @@ -61,13 +61,14 @@ func TestProcessVouchers(t *testing.T) { holdings := []dataserviceapi.TokenHoldings{ {TokenAddress: "0xd4c288865Ce", TokenSymbol: "SRF", TokenDecimals: "6", Balance: "100000000"}, {TokenAddress: "0x41c188d63Qa", TokenSymbol: "MILO", TokenDecimals: "4", Balance: "200000000"}, + {TokenAddress: "0x41c143d63Qa", TokenSymbol: "USDâ‚®", TokenDecimals: "6", Balance: "300000000"}, } expectedResult := VoucherMetadata{ - Symbols: "1:SRF\n2:MILO", - Balances: "1:100\n2:20000", - Decimals: "1:6\n2:4", - Addresses: "1:0xd4c288865Ce\n2:0x41c188d63Qa", + Symbols: "1:SRF\n2:MILO\n3:USDT", + Balances: "1:100\n2:20000\n3:300", + Decimals: "1:6\n2:4\n3:6", + Addresses: "1:0xd4c288865Ce\n2:0x41c188d63Qa\n3:0x41c143d63Qa", } result := ProcessVouchers(holdings)