Skip to content

Commit

Permalink
🎨 update author name in GoldLink contract
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNaxzerrr committed Dec 6, 2024
1 parent 407efb9 commit 8ae31fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoldLink.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {AggregatorV3Interface} from "@chainlink/local/src/data-feeds/interfaces/
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";

/// @title GoldLink Contract
/// @author [Ton Nom]
/// @author 0xNaxzerrr
/// @notice This contract allows users to swap USDT for XAU (Gold) based on live Chainlink price feeds.
/// @dev The contract uses Chainlink Price Feeds for XAU/USD and supports ERC-20 USDT for payments.
contract GoldLink is Ownable {
Expand Down

0 comments on commit 8ae31fc

Please sign in to comment.