Skip to content

Commit

Permalink
Merge pull request #33 from P4-Games/fix/contract-name
Browse files Browse the repository at this point in the history
fixed gama offer contract name
  • Loading branch information
dappsar authored Nov 20, 2023
2 parents 2123633 + 3258841 commit 0d4e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/gamma/GammaOffers.v1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface IGammaCardsContract {
function exchangeCardsOffer(address from, uint8 cardNumberFrom, address to, uint8 cardNumberTo) external;
}

contract NofGammaOffersV3 is Ownable {
contract NofGammaOffersV1 is Ownable {
using Counters for Counters.Counter;

IGammaCardsContract public gammaCardsContract;
Expand Down

0 comments on commit 0d4e2fe

Please sign in to comment.