Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Sep 25, 2024
1 parent 2a048fa commit c846195
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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-4f055c987ed1023bf4f2a31c2a8bde98183e316106f7da83289f767a895dbcd3.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-5590d3a7aaf93552baafe30342888907fbf136411e6d0cd6fdf8e716b76966fd.yml
11 changes: 11 additions & 0 deletions src/resources/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ export namespace SiteScanParams {
account_address: string;

type: 'wallet';

/**
* List of all account addresses in different chains based on the CAIPs standard
* (https://github.com/ChainAgnostic/CAIPs). Ethereum mainnet example:
* eip155:1:0xab16a96d359ec26a11e2c2b3d8f8b8942d5bfcdb
*/
account_addresses?: Array<string>;

walletconnect_description?: string;

walletconnect_name?: string;
}
}

Expand Down

0 comments on commit c846195

Please sign in to comment.