Skip to content

Conversation

@iamacook
Copy link
Contributor

This adds two new routes for relaying and getting the relay limit/count:

POST /v1/chains/:chainId/relay

type Request = {
  to: string;
  data: string;
  version: string;
  gasLimit?: string
}

type Response = {
  taskId: string;
}

GET /v1/chains/:chainId/relay/:safeAddress

type Response = {
  remaining: number;
  limit: number;
}

@iamacook iamacook requested a review from katspaugh February 27, 2024 17:19
@iamacook iamacook self-assigned this Feb 27, 2024
@github-actions
Copy link

github-actions bot commented Feb 27, 2024

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

Copy link
Member

@katspaugh katspaugh left a comment

Choose a reason for hiding this comment

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants