Skip to content

Commit c2daa78

Browse files
authored
Update pack.md
1 parent 54ccf0a commit c2daa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/pack/pack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The document is written for technical and non-technical readers. To ask further
88

99
The thirdweb `Pack` contract is a lootbox mechanism. An account can bundle up arbitrary ERC20, ERC721 and ERC1155 tokens into a set of packs. A pack can then be opened in return for a selection of the tokens in the pack. The selection of tokens distributed on opening a pack depends on the relative supply of all tokens in the packs.
1010

11-
**IMPORTANT**: _Pack functions, such as opening of packs, can be costly in terms of gas usage due to random selection of rewards. Please check your gas estimates/usage, and do a trial on testnets before any mainnet deployment._
11+
> **IMPORTANT**: _Pack functions, such as opening of packs, can be costly in terms of gas usage due to random selection of rewards. Please check your gas estimates/usage, and do a trial on testnets before any mainnet deployment._
1212
1313
## Product: How packs _should_ work (without web3 terminology)
1414

0 commit comments

Comments
 (0)