Skip to content

Commit 7fe37fc

Browse files
Merge pull request #222 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents edc54c6 + 5e399b4 commit 7fe37fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25395,6 +25395,8 @@ paths:
2539525395
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
2539625396
minimum: 0
2539725397
maximum: 5
25398+
referenceAddressId:
25399+
type: string
2539825400
onToken:
2539925401
type: string
2540025402
description: Create an address for the given token
@@ -42661,6 +42663,8 @@ components:
4266142663
type: string
4266242664
salt:
4266342665
type: string
42666+
referenceWalletId:
42667+
type: string
4266442668
required:
4266542669
- pendingChainInitialization
4266642670
- creationFailure

0 commit comments

Comments
 (0)