From aaf8fcd08d3404a5d97cb72a142c4f28f6ac9b8a Mon Sep 17 00:00:00 2001 From: Domen Grabec Date: Tue, 11 Nov 2025 23:34:48 +0100 Subject: [PATCH] Update readme to correct the error --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c69238e..2c9856ec 100644 --- a/README.md +++ b/README.md @@ -1641,12 +1641,17 @@ import curve from "@curvefi/api"; const methodNames = [ '', - 'pricePerShare', + 'pricePerShare()', ]; // OR //const methodNames = [ // '0x00000000', - // 'pricePerShare', + // 'pricePerShare()', + //]; + // AND NOT + //const methodNames = [ + // '0x00000000', + // '0x99530b06', //computed selectors do not work `$cast keccak "pricePerShare()"` //];