diff --git a/src/assets/tokens/PINTO_wstETH.png b/src/assets/tokens/PINTO_wstETH.png new file mode 100644 index 000000000..2e4402765 Binary files /dev/null and b/src/assets/tokens/PINTO_wstETH.png differ diff --git a/src/assets/tokens/wstETH.png b/src/assets/tokens/wstETH.png new file mode 100644 index 000000000..f7772f6dc Binary files /dev/null and b/src/assets/tokens/wstETH.png differ diff --git a/src/components/DevPage.tsx b/src/components/DevPage.tsx index 0e5b637e9..a722981e0 100644 --- a/src/components/DevPage.tsx +++ b/src/components/DevPage.tsx @@ -1180,8 +1180,8 @@ const ViewFunctionCaller = () => { className="h-10 px-3 py-2 text-sm border rounded-md bg-white" > - {viewFunctions.map((fn) => ( - @@ -1204,7 +1204,10 @@ const ViewFunctionCaller = () => {
- {displayValueFormatter(allData[tokenSymbol][displayIndex].value)} + {typeof value === "number" ? displayValueFormatter(value) : "-"}