Skip to content

Commit

Permalink
feat(nfts): trailblazers badges s2 (#18040)
Browse files Browse the repository at this point in the history
Co-authored-by: bearni95 <[email protected]>
  • Loading branch information
bearni95 and bearni95 authored Dec 2, 2024
1 parent f396b69 commit 524ac55
Show file tree
Hide file tree
Showing 25 changed files with 1,991 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity 0.8.24;
import "./TrailblazersBadges.sol";

contract TrailblazersBadgesV3 is TrailblazersBadges {
function version() external pure returns (string memory) {
function version() external pure virtual returns (string memory) {
return "V3";
}

Expand Down
Loading

0 comments on commit 524ac55

Please sign in to comment.