Skip to content

Commit

Permalink
feat(api): api update (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Dec 2, 2024
1 parent 59f0069 commit fd4108f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 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: 20
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-75f569a5b007228fce0d69bd657c86e205777a4b26c604c4b645c245869e76af.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-521a396e60660ae282d00a61d3f2a71a8e852f2bb95aa97a415139c0dfc74d14.yml
3 changes: 1 addition & 2 deletions src/resources/evm/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,7 @@ export type TokenScanSupportedChain =
| 'blast'
| 'zksync'
| 'scroll'
| 'degen'
| 'bitcoin';
| 'degen';

export interface TransactionScanFeature {
/**
Expand Down
8 changes: 7 additions & 1 deletion src/resources/token-bulk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,13 @@ export namespace TokenBulkScanResponse {
| 'HIDDEN_OWNER'
| 'TRANSFER_PAUSEABLE'
| 'OWNERSHIP_RENOUNCED'
| 'PROXY_CONTRACT';
| 'PROXY_CONTRACT'
| 'LIQUID_STAKE'
| 'REBASE_TOKEN'
| 'UNSELLABLE_TOKEN'
| 'CONCENTRATED_SUPPLY_DISTRIBUTION'
| 'INSUFFICIENT_LOCKED_LIQUIDITY'
| 'HONEYPOT';

/**
* An enumeration.
Expand Down
8 changes: 7 additions & 1 deletion src/resources/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,13 @@ export namespace TokenScanResponse {
| 'HIDDEN_OWNER'
| 'TRANSFER_PAUSEABLE'
| 'OWNERSHIP_RENOUNCED'
| 'PROXY_CONTRACT';
| 'PROXY_CONTRACT'
| 'LIQUID_STAKE'
| 'REBASE_TOKEN'
| 'UNSELLABLE_TOKEN'
| 'CONCENTRATED_SUPPLY_DISTRIBUTION'
| 'INSUFFICIENT_LOCKED_LIQUIDITY'
| 'HONEYPOT';

/**
* An enumeration.
Expand Down

0 comments on commit fd4108f

Please sign in to comment.