Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnh12 committed Mar 20, 2024
2 parents b8f095d + 9e2cef1 commit 50c40c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/response/defi.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ type GetCoinResponse struct {
Tickers []TickerData `json:"tickers"`
ContractAddress string `json:"contract_address"`
DetailPlatforms map[string]CoinPlatformDetailData `json:"detail_platforms"`
IcoData *ICOData `json:"ico_data"`
}

type ICOData struct {
ICOStartDate *time.Time `json:"ico_start_date"`
ICOEndDate *time.Time `json:"ico_end_date"`
}

type TokenInfoResponse struct {
Expand Down

0 comments on commit 50c40c5

Please sign in to comment.