Skip to content

Commit a41b322

Browse files
committed
add how to upgrade page
1 parent 587a677 commit a41b322

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

docs/pages/references/platform/api/upgrade.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ If a User Operation is not sponsored by a paymaster and the sender does not have
1616

1717
If you already expect users to hold enough ETH for non-sponsored transactions, no changes are required on your end. You should be able to upgrade without any issues. Click [here](https://dashboard.pimlico.io/apikeys/upgrade) to upgrade.
1818

19+
## How to upgrade?
20+
21+
If you signed up after 17/12/2024, your API is already on the upgraded version.
22+
23+
If you signed up before 17/12/2024, you can manually opt-in to the upgrade through the Pimlico dashboard by clicking [here](https://dashboard.pimlico.io/apikeys/upgrade).
24+
1925
## Estimating Without a User’s Balance
2026

2127
If you need to estimate a User Operation for a sender without sufficient balance, you can add state overrides to the `eth_estimateUserOperationGas` method.
@@ -76,4 +82,4 @@ v0.6 and v0.7.
7682
],
7783
"id": 1
7884
}
79-
```
85+
```

sidebars/references.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export const platformSidebar = [
66
{
77
text: "API",
88
items: [
9+
{
10+
text: "Upgrade",
11+
link: "/references/platform/api/upgrade",
12+
},
913
{
1014
text: "Pagination",
1115
link: "/references/platform/api/pagination",
@@ -37,10 +41,6 @@ export const platformSidebar = [
3741
},
3842
],
3943
},
40-
{
41-
text: "Upgrade",
42-
link: "/references/platform/api/upgrade",
43-
},
4444
],
4545
},
4646
];

0 commit comments

Comments
 (0)