Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 7, 2024
1 parent 238ae23 commit 2697398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 19
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-d6fd47156ef9a4602f66e174c3431e75e8371c84f9ce4e2868c5eacb558b6a28.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-29b1cca85b6dd8c96e19c0f1d786a99dc6908a10d7eaa83d290db78e3e21ef6f.yml
3 changes: 2 additions & 1 deletion src/resources/evm/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ export type TransactionScanSupportedChain =
| 'immutable-zkevm-testnet'
| 'gnosis'
| 'worldchain'
| 'soneium-minato';
| 'soneium-minato'
| 'ronin';

export interface TransactionSimulation {
/**
Expand Down

0 comments on commit 2697398

Please sign in to comment.