From 622b6e42ca411a724a5b53259d1cb2cb40802fed Mon Sep 17 00:00:00 2001 From: hiroshi Date: Fri, 12 Jul 2024 09:37:14 +0100 Subject: [PATCH] docs: Add Blast contracts to current contracts table --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b8b8ca..c68c167 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ The NPM package contains the following: | LowLevelERC721Transfer | Low-level call functions for ERC721 functions | Contract | 2.4.4 | Yes | | LowLevelERC1155Transfer | Low-level call functions for ERC1155 functions | Contract | 2.4.4 | Yes | | ProtocolFee | Contract for defining protocol fee recipient and basis points | Contract | 3.2.0 | No | +| BlastNativeYield | Contract for claiming Blast native yield | Contract | 3.5.1 | No | +| BlastPoints | Contract for configuring Blast points | Contract | 3.5.1 | No | +| BlastERC20RebasingYield | Contract for claiming Blast WETH/USDB yield | Contract | 3.5.1 | No | ## About this repo