Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Oct 1, 2024
1 parent 04a46b3 commit 6b71634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-860e4b6046731b74cc833cc9fcf517406363aed502f110328f67e9fff7fbc9d6.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/new%2Fblockaid-fd20b2bd3aadd81da92e6591830639223581074ce4d7f2279e38353f72ca6909.yml
6 changes: 3 additions & 3 deletions src/resources/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ export namespace SiteScanParams {
}

export interface MultipleWalletRequestMetadata {
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>;
account_addresses: Array<string>;

type: 'wallet';

walletconnect_description?: string;

Expand Down

0 comments on commit 6b71634

Please sign in to comment.