Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Launching your Rollup
title: Launching Your Rollup
---

Weave simplifies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ contract. Specifically, the contract provides 3 queries:
2. `GetPrice`: Returns the price of a single asset pair
3. `GetPrices`: Returns the price of multiple asset pairs

## Integrating the Queries into Your Contract
## Integrating the Queries Into Your Contract

To make the queries from your own contracts, you can copy the `packages` folder
found in the wasm-connect-query contract repository into your own project. This
Expand Down
2 changes: 1 addition & 1 deletion hackathon/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Using the `initia-appchain-dev` skill, please verify that `initiad`, `weave`, an



## Step 7: Initial Setup with `weave init`
## Step 7: Initial Setup With `weave init`

Your AI agent is your partner in this hackathon, but the `weave` CLI requires
an interactive setup flow to prepare your environment and launch your appchain.
Expand Down
2 changes: 1 addition & 1 deletion nodes-and-rollups/indexing/rollytics/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ KV Indexer:

Rollytics is the long-term supported indexing solution for Initia rollups.

## Will Services Break if We Don’t Migrate?
## Will Services Break If We Don’t Migrate?

No immediate breakage is expected, but migration is recommended before
production scale.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ On a wallet with auto-signing enabled:
Auto-signing".
2. Review all active sessions by chain name, logo, and how long they will remain
active.
3. To revoke an auto-signing session, click on the "Revoke" button next to the
3. To revoke an auto-signing session, click the "Revoke" button next to the
session.
4. You'll be prompted to sign with your main wallet to confirm the revocation.
10 changes: 5 additions & 5 deletions user-guides/wallet/autosign/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Introduction
---

Autosign and Ghost Wallets are designed to make onchain actions feel as smooth
as browsing the internet. They function as temporary delegated wallets that
auto-sign approved onchain transactions on behalf of a user’s primary wallet.
Autosign and Ghost Wallets make onchain actions feel as smooth as browsing the
internet. They function as temporary delegated wallets that auto-sign approved
onchain transactions on behalf of your primary wallet.

Ghost Wallets use Privy’s embedded wallet infrastructure to eliminate repetitive
signature pop-ups. Users maintain full custody of their primary wallet, private
signature pop-ups. You maintain full custody of your primary wallet, private
keys, and assets while enjoying faster, smoother on-chain interactions across
all Initia app chains and supported dApps.
all Initia appchains and supported dApps.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: 'Revoking Autosign'

On a wallet with autosign enabled:

1. Open the Initia Wallet Settings in the top right corner, and click on "Manage
1. Open the Initia Wallet Settings in the top right corner, and click "Manage
Auto-signing".
2. Review all active sessions by app name, logo, and how long they will remain
active for.
3. To revoke an autosign session, click on the "Revoke" button next to the
3. To revoke an autosign session, click the "Revoke" button next to the
session.
4. You'll be prompted to sign with your main wallet to confirm the revocation.
Loading