From 2ddadedd206cbaa0b3116be4e5527f4da9fae311 Mon Sep 17 00:00:00 2001 From: JulissaDantes Date: Wed, 25 Jan 2023 14:52:58 -0400 Subject: [PATCH] Add changeset --- .changeset/chilled-spiders-attack.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-spiders-attack.md diff --git a/.changeset/chilled-spiders-attack.md b/.changeset/chilled-spiders-attack.md new file mode 100644 index 00000000000..ef3fc4f55a1 --- /dev/null +++ b/.changeset/chilled-spiders-attack.md @@ -0,0 +1,5 @@ +--- +'openzeppelin-solidity': major +--- + +`ERC1155Supply`: add a `totalSupply()` function that returns the total amount of token circulating, this change will restrict the total tokens minted across all ids to 2\*\*256-1 .