Skip to content

Commit

Permalink
feat(api): api update (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and Stainless Bot committed Nov 10, 2024
1 parent fd62a3b commit 557a745
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-24c4d07c90fb94cf6b67b0392c0295590f6d013639f617269d26761adbb1f503.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-34fa03d4f05a285eca8165627cf5f6ad33251ef75d860dbe679a649f5d9da7ea.yml
3 changes: 2 additions & 1 deletion src/resources/evm/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,8 @@ export type TransactionScanSupportedChain =
| 'worldchain'
| 'soneium-minato'
| 'ronin'
| 'apechain';
| 'apechain'
| 'zero-network';

export interface TransactionSimulation {
/**
Expand Down

0 comments on commit 557a745

Please sign in to comment.