Skip to content

Commit

Permalink
fix(txbutton simulation call): fixed txButton faulty transaction simu…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
Torof committed Oct 4, 2024
1 parent 7268cee commit 438462f
Show file tree
Hide file tree
Showing 977 changed files with 14,777 additions and 115,935 deletions.
19 changes: 4 additions & 15 deletions frontend/.next/app-build-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"pages": {
"/app/[tab]/page": [
"/not-found": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/app/[tab]/page.css",
"static/chunks/app/app/[tab]/page.js"
"static/chunks/app/not-found.js"
],
"/app/layout": [
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/app/layout.js"
"static/chunks/app/_not-found/page.js"
],
"/layout": [
"static/chunks/webpack.js",
Expand All @@ -26,16 +25,6 @@
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/loading.js"
],
"/not-found": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/not-found.js"
],
"/_not-found/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/_not-found/page.js"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"kind":"FETCH","data":{"headers":{"access-control-allow-origin":"*","cf-ray":"8cd4f30edbe80fda-MRS","connection":"keep-alive","content-encoding":"br","content-type":"application/json; charset=UTF-8","date":"Fri, 04 Oct 2024 11:49:35 GMT","server":"cloudflare","transfer-encoding":"chunked","vary":"Accept-Encoding"},"body":"eyJwdWJsaWNLZXkiOnsiY3J2IjoiUC0yNTYiLCJleHQiOnRydWUsImtleV9vcHMiOlsidmVyaWZ5Il0sImt0eSI6IkVDIiwieCI6IkNiTDRET1lPYjFudGQtOE9tRXhPLW9TMERXQ01DMDBEbnRyeW1Kb0I4dGsiLCJ5IjoiS1RGd2pIdFF4R1REUjkxVnNPeXBjZEJmdmJvNnNBTWo1cDRXYi05aFJBMCJ9LCJleHBpcmVzQXQiOjE3MzA2MzQ1NzV9","status":200,"url":"https://verify.walletconnect.org/v3/public-key"},"revalidate":31536000,"tags":[]}
Binary file modified frontend/.next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/client-development/2.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/client-development/index.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/client-development/index.pack.gz.old
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/server-development/1.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/server-development/2.pack.gz
Binary file not shown.
Binary file modified frontend/.next/cache/webpack/server-development/index.pack.gz
Binary file not shown.
Binary file not shown.
300 changes: 91 additions & 209 deletions frontend/.next/react-loadable-manifest.json

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions frontend/.next/server/_rsc_src_components_DApp_tsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ exports.modules = {
/*!*********************************!*\
!*** ./src/components/DApp.tsx ***!
\*********************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
/***/ ((module, __webpack_exports__, __webpack_require__) => {

__webpack_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony import */ var next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! next/dist/build/webpack/loaders/next-flight-loader/module-proxy */ "(rsc)/../node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js");

/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ((0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`/home/torof/Desktop/LedgityYield/frontend/src/components/DApp.tsx#default`));

const proxy = await (0,next_dist_build_webpack_loaders_next_flight_loader_module_proxy__WEBPACK_IMPORTED_MODULE_0__.createProxy)(String.raw`/home/torof/Desktop/LedgityYield/frontend/src/components/DApp.tsx`)
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (proxy.default);

__webpack_async_result__();
} catch(e) { __webpack_async_result__(e); } }, 1);

/***/ })

Expand Down
5 changes: 1 addition & 4 deletions frontend/.next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/app/[tab]/page": "app/app/[tab]/page.js"
"/_not-found/page": "app/_not-found/page.js"
}
311 changes: 203 additions & 108 deletions frontend/.next/server/app/_not-found/page.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

236 changes: 0 additions & 236 deletions frontend/.next/server/app/api/auth/[...nextauth]/route.js

This file was deleted.

Loading

0 comments on commit 438462f

Please sign in to comment.