Skip to content

Commit

Permalink
Fix: create rollup validation request (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored May 2, 2024
1 parent 52d1650 commit 4536f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/api/handler/rollup_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type createRollupRequest struct {
Twitter string `json:"twitter" validate:"omitempty,url"`
Logo string `json:"logo" validate:"omitempty,url"`
L2Beat string `json:"l2_beat" validate:"omitempty,url"`
Bridge string `json:"bridge" validate:"omitempty,url"`
Bridge string `json:"bridge" validate:"omitempty,eth_addr"`
Explorer string `json:"explorer" validate:"omitempty,url"`
Links []string `json:"links" validate:"omitempty,dive,url"`
Providers []rollupProvider `json:"providers" validate:"required,min=1"`
Expand Down

0 comments on commit 4536f7f

Please sign in to comment.