Skip to content

Commit b62740d

Browse files
committed
Biconomy v3 docs
1 parent e2b1704 commit b62740d

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

docs/concepts/gasless-ops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once gas tanks are configured, developers can seamlessly integrate their app wit
2525

2626
### Supported Chains
2727

28-
The {% include "./text-snippets/biconomy/biconomy_gasless_txn.md" %} offered by the {{config.extra.arcana.company_name}} SDKs is powered by {% include "./text-snippets/biconomy/biconomy_sdk_docs.md" %}. Web3 app developers can set up gas tanks using the {{config.extra.arcana.dashboard_name}} and enable gasless operations in the app for one or more of the {% include "./text-snippets/biconomy/gasless_supported_networks.md" %}.
28+
The gasless transaction feature offered by the {{config.extra.arcana.company_name}} SDKs is powered by {% include "./text-snippets/biconomy/biconomy_sdk_docs.md" %}. Web3 app developers can set up gas tanks using the {{config.extra.arcana.dashboard_name}} and enable gasless operations in the app for one or more of the {% include "./text-snippets/biconomy/gasless_supported_networks.md" %}.
2929

3030
### Gas Tank Owner
3131

@@ -99,4 +99,4 @@ Web3 apps integrated with {{config.extra.arcana.sdk_name}} allow authenticated u
9999

100100
For apps with gas tanks set up on one or more blockchain networks, users have gasless accounts with EoA and SCW addresses. Regardless of the active wallet account in {{config.extra.arcana.wallet_name}} UI, the getPublicKey() method always returns the public key associated with the EoA address. There is no public key for the SCW address.
101101

102-
Similarly, when a user exports the private key via {{config.extra.arcana.wallet_name}} UI, the returned key is always associated with the user's EoA account, regardless of the active wallet account in {{config.extra.arcana.wallet_name}} UI. There is no private key for the SCW address.
102+
Similarly, when a user exports the private key via {{config.extra.arcana.wallet_name}} UI, the returned key is always associated with the user's EoA account, regardless of the active wallet account in {{config.extra.arcana.wallet_name}} UI. There is no private key for the SCW address.

docs/migration/archives/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ We recommend that you use the most recent {{config.extra.arcana.company_name}} S
4040

4141
=== "Gasless SDK"
4242

43-
[[migration-guide-v0.0.35|Gasless SDK v0.0.35]]{ .md-button }
43+
[[migration-guide-v0.0.30|Gasless SDK v0.0.30]]{ .md-button }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
alias: migration-guide-v0.0.35
2+
alias: migration-guide-v0.0.30
33
title: 'Gasless SDK Migration Guide'
44
description: 'How to migrate to Arcana Gasless Standalone SDK'
55
arcana:
66
root_rel_path: ..
77
---
88

9-
# Migrating to v0.0.35
9+
# Migrating to v0.0.30
1010

1111
{% include "./text-snippets/latest-gasless-migration.md" %}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
alias: rn-main-scw-v0.0.30
3+
title: 'Arcana: Gasless SDK Release Notes'
4+
description: 'Arcana Gasless SDKs Release Notes (v0.0.30 Latest)'
5+
arcana:
6+
root_rel_path: ..
7+
---
8+
9+
# Arcana Gasless: Release Notes
10+
11+
{% include "./text-snippets/latest-gasless-rn.md" %}

docs/relnotes/rn-main-scw-v0.0.35.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><a href="https://docs.biconomy.io/" target="_blank">Biconomy Gasless SDK v2</a></span>
1+
<span><a href="https://docs.biconomy.io/3.0" target="_blank">Biconomy Gasless SDK v3</a></span>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><a href="https://docs.biconomy.io/troubleshooting/commonerrors" target="_blank">Biconomy Errors</a></span>
1+
<span><a href="https://docs.biconomy.io/3.0/troubleshooting/commonerrors" target="_blank">Biconomy Errors (v3)</a></span>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><a href="https://docs.biconomy.io/category/troubleshooting" target="_blank">Biconomy Troubleshooting</a></span>
1+
<span><a href="https://docs.biconomy.io/3.0/category/troubleshooting" target="_blank">Biconomy Troubleshooting</a></span>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<span><a href="https://docs.biconomy.io/supportednetworks" target="_blank">supported networks</a></span>
1+
<span><a href="https://docs.biconomy.io/3.0/paymaster/supportedNetworks" target="_blank">supported networks</a></span>

includes/text-snippets/latest-gasless-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Apps that are required to enable gasless transactions in third-party, browser-ba
44

55
## Release Details
66

7-
Refer to the [[rn-main-scw-v0.0.35|{{config.extra.arcana.gasless_sdk_name}} v0.0.35 release notes]] for details.
7+
Refer to the [[rn-main-scw-v0.0.30|{{config.extra.arcana.gasless_sdk_name}} v0.0.30 release notes]] for details.

0 commit comments

Comments
 (0)