Skip to content

Commit c860054

Browse files
authored
Merge pull request #328 from KomodoPlatform/update-param/rpc_mode
2 parents d9e6903 + 3018ed3 commit c860054

File tree

1 file changed

+1
-2
lines changed
  • src/pages/komodo-defi-framework/api/v20/enable_eth_with_tokens

1 file changed

+1
-2
lines changed

src/pages/komodo-defi-framework/api/v20/enable_eth_with_tokens/index.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Additionally, it supports ERC20 tokens on the ETH chain and associated ERC20 lik
2525
| priv\_key\_policy | string | Optional, defaults to `ContextPrivKey`. value can be `ContextPrivKey`,`Trezor` when Komodo DeFi Framework is built for native platforms. value can be `ContextPrivKey`, `Trezor`, `Metamask` when the Komodo DeFi Framework is built targeting `wasm` |
2626
| required\_confirmations | integer | Optional, defaults to `3`. When the platform coin is involved, the number of confirmations for the Komodo DeFi Framework API to wait during the transaction steps of an atomic swap |
2727
| requires\_notarization | boolean | Optional, defaults to `false`. If `true`, coins protected by [Komodo Platform's dPoW security](https://satindergrewal.medium.com/delayed-proof-of-work-explained-9a74250dbb86) will wait for a notarization before progressing to the next atomic swap transactions step. |
28-
| rpc\_mode | string | Optional, defaults to `Http`, value can be `Metamask` when the Komodo DeFi Framework is built targeting `wasm` |
28+
| rpc\_mode | string | Optional, defaults to `Default`. Can be set to `Metamask` when the Komodo DeFi Framework is built targeting `wasm` |
2929
| tx\_history | boolean | Optional, defaults to `false`. If `true` the Komodo DeFi Framework API will preload transaction history as a background process. Must be set to `true` to use the [my\_tx\_history](/komodo-defi-framework/api/legacy/my_tx_history/#my-tx-history) method |
3030

3131
### Response Parameters
@@ -67,7 +67,6 @@ Additionally, it supports ERC20 tokens on the ETH chain and associated ERC20 lik
6767
"komodo_proxy": true
6868
}
6969
],
70-
"rpc_mode": "Http",
7170
"tx_history": true,
7271
"erc20_tokens_requests": [
7372
{

0 commit comments

Comments
 (0)