Skip to content

Commit 90f2c0c

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 4b44bd6 commit 90f2c0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26151,7 +26151,9 @@ paths:
2615126151
description: (ETH only) Specify forwarder version to use in address creation. To reduce the cost of creating ETH forwarders, BitGo uses a set of forwarder contracts that deploy as a simple proxy to a single implementation (https://eips.ethereum.org/EIPS/eip-1167). Additionally, forwarders deploy using opcode, CREATE2, enabling them to deploy only when needed (https://eips.ethereum.org/EIPS/eip-1014). These forwarders otherwise operate identically to prior ETH forwarders. Use this flag to specify the forwarder contract version when deploying a forwarder contract. Use 0 for the older forwarder (https://github.com/BitGo/eth-multisig-v2). Use 1 for the new fee-improved forwarder (https://github.com/BitGo/eth-multisig-v4). Use 2 for NFT-supported forwarders and version 2 wallets. Use 3 for MPC wallets. Use 4 for forwarders with the same functionality as v2 but with some changes. v4 is applicable for Arbitrum, Optimism, ZkSync, and other EVM-compatible chains that we will onboard in the future. Use 5 for new MPC based wallets with wallet-version 6
2615226152
minimum: 0
2615326153
maximum: 5
26154-
referenceAddressId:
26154+
referenceAddress:
26155+
type: string
26156+
referenceCoin:
2615526157
type: string
2615626158
onToken:
2615726159
type: string
@@ -64557,6 +64559,7 @@ components:
6455764559
disableTransactionNotifications:
6455864560
type: boolean
6455964561
hasLargeNumberOfAddresses:
64562+
nullable: true
6456064563
type: boolean
6456164564
id:
6456264565
type: string
@@ -65415,6 +65418,7 @@ components:
6541565418
disableTransactionNotifications:
6541665419
type: boolean
6541765420
hasLargeNumberOfAddresses:
65421+
nullable: true
6541865422
type: boolean
6541965423
id:
6542065424
type: string

0 commit comments

Comments
 (0)