Skip to content

Commit 9fedfcc

Browse files
authored
Update comment on reth deposit options (#1345)
1 parent a33a62b commit 9fedfcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/hyperdrive-appconfig/src/appconfig/getAppConfig.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ export async function getAppConfig({
121121
hyperdrive,
122122
yieldSource: "reth",
123123
depositOptions: {
124-
// don't let users deposit sepolia eth into the testnet
124+
// you can't deposit eth into reth hyperdrive due to how the reth
125+
// contract works (it does not queue deposits the same way steth
126+
// does)
125127
isBaseTokenDepositEnabled: false,
126128
isShareTokenDepositsEnabled: true,
127129
},

0 commit comments

Comments
 (0)