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/fassets/developer-guides/2-fassets-fxrp-address.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
@@ -28,7 +28,7 @@ Before you begin, make sure you have:
28
28
29
29
## Understanding FXRP Address
30
30
31
-
The FXRP address is the contract address of the [ERC-20 token](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) that represents XRP on the Flare network and is essential for:
31
+
The FXRP address is the contract address of the [ERC-20 token](https://ethereum.org/developers/docs/standards/tokens/erc-20/) that represents XRP on the Flare network and is essential for:
Copy file name to clipboardExpand all lines: docs/fdc/attestation-types/payment.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
@@ -147,7 +147,7 @@ The payment summary on XRPL is applicable only for transactions of type `Payment
147
147
148
148
#### Data Sources
149
149
150
-
- Transaction details are obtained via the [`tx`](https://xrpl.org/tx.html) method.
150
+
- Transaction details are obtained via the [`tx`](https://xrpl.org/docs/references/http-websocket-apis/public-api-methods/transaction-methods/tx) method.
151
151
- Changes made by the transaction are recorded in the `meta` field (or `metaData` if fetched via the `ledger` method) under `AffectedNodes`.
152
152
Balance changes are found within `ModifiedNodes`, by comparing `FinalFields` and `PreviousFields`.
Copy file name to clipboardExpand all lines: docs/ftso/0-overview.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
@@ -62,7 +62,7 @@ The FTSOv2 architecture consists of four key components:
62
62
63
63
:::tip[Interested in learning more?]
64
64
65
-
For a detailed explanation of the FTSOv2 mechanism, read the [FTSOv2 whitepaper](https://flare.network/wp-content/uploads/FTSOv2-White-Paper.pdf).
65
+
For a detailed explanation of the FTSOv2 mechanism, read the [FTSOv2 whitepaper](https://dev.flare.network/pdf/whitepapers/20240223-FlareTimeSeriesOracleV2.pdf).
This guide is for developers who want to build an FTSOv2 application using either [Foundry](https://book.getfoundry.sh) or [Hardhat](https://hardhat.org).
28
+
This guide is for developers who want to build an FTSOv2 application using either [Foundry](https://getfoundry.sh/) or [Hardhat](https://hardhat.org).
29
29
30
30
<TabsgroupId="framework">
31
31
<TabItemvalue="foundry"label="Foundry"default>
@@ -34,9 +34,9 @@ This guide is for developers who want to build an FTSOv2 application using eithe
34
34
35
35
- Create a contract to read the price of FLR/USD from FTSOv2 using [flare-periphery-contracts](https://www.npmjs.com/package/@flarenetwork/flare-periphery-contracts).
36
36
37
-
- Compile your contract using Foundry [forge](https://book.getfoundry.sh/reference/forge/).
37
+
- Compile your contract using Foundry [forge](https://getfoundry.sh/).
38
38
39
-
- Deploy your contract to Flare Testnet Coston2, and interact with it using Foundry [cast](https://book.getfoundry.sh/reference/cast/).
39
+
- Deploy your contract to Flare Testnet Coston2, and interact with it using Foundry [cast](https://getfoundry.sh/).
40
40
41
41
</TabItem>
42
42
<TabItemvalue="hardhat"label="Hardhat">
@@ -59,7 +59,7 @@ This guide is for developers who want to build an FTSOv2 application using eithe
0 commit comments