Skip to content

Commit

Permalink
Add SPDX to ERC-2981 interface file
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Aug 30, 2024
1 parent 0731abc commit ba00ce7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/token/src/common/erc2981/interface.cairo
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts for Cairo v0.16.0 (token/common/erc2981/interface.cairo)

use starknet::ContractAddress;

pub const IERC2981_ID: felt252 = 0x2d3414e45a8700c29f119a54b9f11dca0e29e06ddcb214018fc37340e165ed6;
Expand Down

0 comments on commit ba00ce7

Please sign in to comment.