Skip to content

Commit 91cf862

Browse files
authored
Merge pull request #123 from OpenZeppelin/fix-images-size
fix: Fixing image size
2 parents e69c6ca + fbdbf0b commit 91cf862

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

content/defender/migration.mdx

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ To begin your Monitor migration:
4949
2. **Import your configurations**: Use the exported configurations to recreate your monitors in OpenZeppelin Monitor
5050
3. **Set up OpenZeppelin Monitor**: Follow the [installation guide](/monitor) to set up the Monitor.
5151

52-
![Defender Monitor Migration Button](/defender/monitor-migration-information.png)
52+
<img
53+
src="/defender/monitor-migration-information.png"
54+
alt="Defender Monitor Migration Button"
55+
width="730"
56+
/>
5357

5458
The "OpenZeppelin Monitor Configurations" button will download a .zip file containing configuration files for every monitor in your Defender account (If for any reason you don't want a specific monitor to be migrated, we recommend you delete the monitor before clicking on the OpenZeppelin Monitor Configurations button ). These configurations are ready to copy and paste directly into OpenZeppelin Monitor. Before running the monitors, make sure to review and update any placeholder values in the configuration files, such as:
5559

@@ -67,7 +71,11 @@ The "OpenZeppelin Monitor Configurations" button will download a .zip file conta
6771

6872
Alternatively, if you don't want to download all the monitors configurations at once, you can navigate to each individual monitor and download its configuration separately. This gives you more control over which monitors to migrate and when.
6973

70-
![Download Individual Monitor Config](/defender/monitor-migration-button.png)
74+
<img
75+
src="/defender/monitor-migration-button.png"
76+
alt="Download Individual Monitor Config"
77+
width="300"
78+
/>
7179

7280
Here's a video with the process step by step: https://www.loom.com/share/6de3d269f92c4df6abe951af69c64feb
7381

@@ -101,7 +109,11 @@ Follow these steps to migrate your Defender Relayers to OpenZeppelin Relayer:
101109

102110
Export your Defender Relayer configurations using the "OpenZeppelin Relayer Configurations" button in the Defender UI.
103111

104-
![Defender Relayer Migration Button](/defender/relayer-migration-button.png)
112+
<img
113+
src="/defender/relayer-migration-button.png"
114+
alt="Defender Relayer Migration Button"
115+
width="700"
116+
/>
105117

106118
<Callout type="info">
107119
If you don't want a specific relayer to be migrated, delete that relayer
@@ -215,7 +227,11 @@ Once OpenZeppelin Relayer is running correctly:
215227
3. Go to settings
216228
4. Click the **Withdraw** button
217229

218-
![Defender Relayer Withdraw Button](/defender/withdraw.png)
230+
<img
231+
src="/defender/withdraw.png"
232+
alt="Defender Relayer Withdraw Button"
233+
width="400"
234+
/>
219235

220236
5. **Recommended**: Transfer a small amount first and test with a transaction
221237
6. If the test transaction succeeds, transfer the remaining funds

0 commit comments

Comments
 (0)