diff --git a/package.json b/package.json index 5292383..6a9f857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reservoir0x/relay-protocol-sdk", - "version": "0.0.50", + "version": "0.0.51", "description": "Relay protocol SDK", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 6029065..7c31dd4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,6 +24,7 @@ import { encodeWithdrawal, decodeWithdrawal, getDecodedWithdrawalId, + getDecodedWithdrawalCurrency, } from "./messages/v2.1/depository-withdrawal"; import { @@ -93,6 +94,7 @@ export { encodeWithdrawal, decodeWithdrawal, getDecodedWithdrawalId, + getDecodedWithdrawalCurrency, // SolverRefund SolverRefundMessage,