Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Sep 19, 2024
1 parent 544f8f9 commit 911e251
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-4655b884300ca135fde38fe157ed4a1233773de4d15be5044c4a505bb96537f6.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-7ed48df5107b2d12e833024b4bbf19c26c694554f1470b616b5861ca14f0b983.yml
3 changes: 2 additions & 1 deletion src/resources/evm/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ export type TransactionScanSupportedChain =
| 'immutable-zkevm'
| 'immutable-zkevm-testnet'
| 'gnosis'
| 'worldchain';
| 'worldchain'
| 'soneium-minato';

export interface TransactionSimulation {
/**
Expand Down

0 comments on commit 911e251

Please sign in to comment.