@chromia/bridge-client
Advanced tools
Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "@chromia/bridge-client", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -112,4 +112,3 @@ # Chromia Bridge Client 🌉 | ||
```typescript | ||
const accountLinkingResponse = | ||
await bcl.depositToEvmBridgeContract(evmKeyStore); | ||
const accountLinkingResponse = await bcl.linkEvmEoaAccount(evmKeyStore); | ||
``` | ||
@@ -121,8 +120,2 @@ | ||
For the user one of two things will happen: | ||
0. No `Session` or `evmKeyStore` was provided, account linking is skipped completely | ||
1. The user already has a linked account; in this case, they will only need to sign the deposit transaction. | ||
2. The user does not have a linked account; in this case, they will also have to sign the account linking transaction. | ||
#### Bridge from Chromia to EVM | ||
@@ -129,0 +122,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
557943
169