Skip to content

Commit

Permalink
chore(relayer): update relayer api url (#15510)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Jan 16, 2024
1 parent 6a5b6d8 commit cf3bb1f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
12 changes: 10 additions & 2 deletions packages/relayer/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT
// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs

import "github.com/swaggo/swag"
Expand Down Expand Up @@ -126,6 +126,12 @@ const docTemplate = `{
"paginate.Page": {
"type": "object",
"properties": {
"error": {
"type": "boolean"
},
"error_message": {
"type": "string"
},
"first": {
"type": "boolean"
},
Expand Down Expand Up @@ -159,13 +165,15 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "relayer.jolnir.taiko.xyz",
Host: "relayer.katla.taiko.xyz",
BasePath: "",
Schemes: []string{},
Title: "Taiko Relayer API",
Description: "",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",
RightDelim: "}}",
}

func init() {
Expand Down
8 changes: 7 additions & 1 deletion packages/relayer/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"version": "1.0"
},
"host": "relayer.jolnir.taiko.xyz",
"host": "relayer.katla.taiko.xyz",
"paths": {
"/blockInfo": {
"get": {
Expand Down Expand Up @@ -110,6 +110,12 @@
"paginate.Page": {
"type": "object",
"properties": {
"error": {
"type": "boolean"
},
"error_message": {
"type": "string"
},
"first": {
"type": "boolean"
},
Expand Down
6 changes: 5 additions & 1 deletion packages/relayer/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ definitions:
type: object
paginate.Page:
properties:
error:
type: boolean
error_message:
type: string
first:
type: boolean
items: {}
Expand All @@ -35,7 +39,7 @@ definitions:
visible:
type: integer
type: object
host: relayer.jolnir.taiko.xyz
host: relayer.katla.taiko.xyz
info:
contact:
email: info@taiko.xyz
Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/indexer/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type ethClient interface {

// @license.name MIT

// @host relayer.jolnir.taiko.xyz
// @host relayer.katla.taiko.xyz
// Server represents an relayer http server instance.
type Server struct {
echo *echo.Echo
Expand Down

2 comments on commit cf3bb1f

@vercel
Copy link

@vercel vercel bot commented on cf3bb1f Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-a6 – ./packages/bridge-ui-v2

bridge.katla.taiko.xyz
bridge-ui-v2-a6-git-alpha-6-taikoxyz.vercel.app
bridge-ui-v2-a6-taikoxyz.vercel.app
bridge-ui-v2-a6.vercel.app

@vercel
Copy link

@vercel vercel bot commented on cf3bb1f Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal.vercel.app
bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal-git-alpha-6-taikoxyz.vercel.app

Please sign in to comment.