From f8842336f63fb0eb7b6db28c1b05cb48df8c4589 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:15:21 +0000 Subject: [PATCH 1/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/api.yaml b/api.yaml index 64ea28d..e2e0b15 100644 --- a/api.yaml +++ b/api.yaml @@ -44217,8 +44217,17 @@ components: required: - maxPriorityFeePerGas - maxFeePerGas - required: - - label + evmKeyRingReferenceWalletId: + type: string + description: Optional reference wallet ID for EVM keyring child wallets. When provided, child wallets inherit properties from the parent wallet. + anyOf: + - not: + required: + - evmKeyRingReferenceWalletId + required: + - label + - required: + - evmKeyRingReferenceWalletId CreateWebhookSecretResponse: title: CreateWebhookSecretResponse type: object From 4796485d258df45d07fff59acd00dc1aa04feea9 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:15:41 +0000 Subject: [PATCH 2/2] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/api.yaml b/api.yaml index e2e0b15..ba3c097 100644 --- a/api.yaml +++ b/api.yaml @@ -68378,6 +68378,23 @@ components: type: string example: 59cd72485007a239fb00282ed480da1f pattern: ^[0-9a-f]{32}$ + evmKeyRingReferenceWalletId: + type: string + description: Reference wallet ID for EVM keyring wallets (child wallets only) + example: 59cd72485007a239fb00282ed480da1f + pattern: ^[0-9a-f]{32}$ + isParent: + type: boolean + description: Indicates if this wallet is a parent wallet in an EVM keyring setup + example: true + enabledChildChains: + type: array + example: + - tbsc + - tpolygon + items: + type: string + description: Array of enabled child chain names for parent EVM keyring wallets organization: type: string bitgoOrg: @@ -69246,6 +69263,23 @@ components: type: string example: 59cd72485007a239fb00282ed480da1f pattern: ^[0-9a-f]{32}$ + evmKeyRingReferenceWalletId: + type: string + description: Reference wallet ID for EVM keyring wallets (child wallets only) + example: 59cd72485007a239fb00282ed480da1f + pattern: ^[0-9a-f]{32}$ + isParent: + type: boolean + description: Indicates if this wallet is a parent wallet in an EVM keyring setup + example: true + enabledChildChains: + type: array + example: + - tbsc + - tpolygon + items: + type: string + description: Array of enabled child chain names for parent EVM keyring wallets organization: type: string bitgoOrg: