Skip to content

Commit 3545b1a

Browse files
tsdoc
1 parent 11dc870 commit 3545b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/bridge/Onramp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ interface OnrampApiRequestBody {
7979
* });
8080
*
8181
* console.log(preparedOnramp.link); // URL to redirect the user to
82-
* console.log(preparedOnramp.destinationAmount); // Amount of token user will receive
82+
* console.log(preparedOnramp.currencyAmount); // Amount in fiat the user will pay
8383
* ```
8484
*
8585
* This function returns a quote that might look like:

0 commit comments

Comments
 (0)