Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/buildTokenList.yearn.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
TokenTypeAaveV2 TTokenType = "AAVE V2"
)

// TERC20Token contains the basic information of an ERC20 token
// TYearnTokenData contains the basic information of an ERC20 token
type TYearnTokenData struct {
Address string `json:"address"`
UnderlyingTokensAddresses []string `json:"underlyingTokens"`
Expand Down