You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ftso/guides/adapters.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ All code examples can be found in our [hardhat-starter-kit](https://github.com/f
43
43
## Key code changes
44
44
45
45
Migrating to a Flare FTSO adapter requires a different approach to handling oracle data. Instead of your contract calling an external oracle, it will now manage price data internally by using an adapter library.
46
-
This process involves two main changes: modifying your smart contract and setting up a new off-chain keeper process.
46
+
This process involves two main changes: modifying your smart contract and setting up a new offchain keeper process.
0 commit comments