From 1b942736206d785fe9f6ce4b22a4f8c379783d8d Mon Sep 17 00:00:00 2001 From: Sum Xu Date: Thu, 17 Oct 2024 15:29:39 -0400 Subject: [PATCH] fix comment --- src/types/offramp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/offramp.ts b/src/types/offramp.ts index 632b501..67a272d 100644 --- a/src/types/offramp.ts +++ b/src/types/offramp.ts @@ -7,7 +7,7 @@ export type BaseOffRampAppParams = { * * Example: * - * Show all assets users have on the base, only on the base network: + * Show all assets users have on the base network, only on the base network: * * `{ "0x1": ["base"] }` *