Skip to content

Commit

Permalink
add verification of eip-712 signed transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
tj327 committed Jan 5, 2024
1 parent b3f5d6b commit f84baea
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 345 deletions.
1 change: 1 addition & 0 deletions common/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ func GetTokenAliases(gwCosmosmux *runtime.ServeMux, r *http.Request) []types.Tok
}

result := TokenAliasesResponse{}
fmt.Println(resp.Body)
err := json.NewDecoder(resp.Body).Decode(&result)
if err != nil {
GetLogger().Error("[grpc-call] Unable to decode response: ", err)
Expand Down
Loading

0 comments on commit f84baea

Please sign in to comment.