Skip to content

Commit cec95b0

Browse files
export
1 parent c2bbb0d commit cec95b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/thirdweb/src/bridge/Onramp.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import { stringify } from "../utils/json.js";
66
import type { BridgeAction } from "./types/BridgeAction.js";
77
import type { Token } from "./types/Token.js";
88

9+
// export status within the Onramp module
10+
export { status } from "./OnrampStatus.js";
11+
912
// API-specific type for Transactions as returned by the Onramp prepare endpoint
1013
type ApiBridgeTransaction = {
1114
id: string;

0 commit comments

Comments
 (0)