Skip to content

Commit bf7cb01

Browse files
nazreenSt0rmBr3w
andauthored
docs: update link to simple config page (#1663)
Co-authored-by: Matthew Krak <krak@layerzerolabs.org>
1 parent c6c33c6 commit bf7cb01

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/large-ghosts-live.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@layerzerolabs/oft-upgradeable-example": patch
3+
"@layerzerolabs/oapp-example": patch
4+
"@layerzerolabs/oft-example": patch
5+
---
6+
7+
update link to simple config

examples/oapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Select all the chains you want to deploy the OApp to.
107107

108108
After deploying the OApp on the respective chains, you enable messaging by running the [wiring](https://docs.layerzero.network/v2/concepts/glossary#wire--wiring) task.
109109

110-
> :information_source: This example uses the [Simple Config Generator](https://docs.layerzero.network/v2/developers/evm/technical-reference/simple-config), which is recommended over manual configuration.
110+
> :information_source: This example uses the [Simple Config Generator](https://docs.layerzero.network/v2/tools/simple-config), which is recommended over manual configuration.
111111
112112
Run the wiring task:
113113

examples/oft-upgradeable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Select all the chains you want to deploy the OFT to.
137137

138138
The OFT standard builds on top of the OApp standard, which enables generic message-passing between chains. After deploying the OFT on the respective chains, you enable messaging by running the [wiring](https://docs.layerzero.network/v2/concepts/glossary#wire--wiring) task.
139139

140-
> :information_source: This example uses the [Simple Config Generator](https://docs.layerzero.network/v2/developers/evm/technical-reference/simple-config), which is recommended over manual configuration.
140+
> :information_source: This example uses the [Simple Config Generator](https://docs.layerzero.network/v2/tools/simple-config), which is recommended over manual configuration.
141141
142142
> If you are deploying a variant other than `MyOFTUpgradeableMock`, you would need to update the `layerzero.config.ts` so that the contract object uses the correct `contractName` value.
143143

examples/oft/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Remember: All messages must be handled in order!
304304

305305
The OFT standard builds on top of the OApp standard, which enables generic message-passing between chains. After deploying the OFT on the respective chains, you enable messaging by running the [wiring](https://docs.layerzero.network/v2/concepts/glossary#wire--wiring) task.
306306

307-
> :information_source: This example uses the [Simple Config Generator](https://docs.layerzero.network/v2/developers/evm/technical-reference/simple-config), which is recommended over manual configuration.
307+
> :information_source: This example uses the [Simple Config Generator](https://docs.layerzero.network/v2/tools/simple-config), which is recommended over manual configuration.
308308
309309
This example provides two configuration files:
310310

0 commit comments

Comments
 (0)