From a7d44d839a014e7e12ccf6121269c933084c60bb Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 17 May 2024 19:21:03 -0700 Subject: [PATCH] chore: save progress --- .gitignore | 1 + app/.gitignore | 1 + app/app.nix | 2 +- app/package-lock.json | 306 ++++++++++----------- app/package.json | 28 +- app/src/generated/graphql-env.d.ts | 45 +-- app/src/lib/constants/faucets.ts | 5 + app/src/lib/constants/keys.ts | 10 +- app/src/lib/queries/balance.ts | 2 +- app/src/lib/wallet/snaps/config.ts | 2 - app/src/routes/+layout.svelte | 2 +- app/src/routes/api/faucet-links/+server.ts | 4 + dictionary.txt | 2 +- typescript-sdk/bun.lockb | Bin 112342 -> 112342 bytes typescript-sdk/package.json | 2 +- typescript-sdk/scripts/sepolia-to-union.ts | 7 +- 16 files changed, 192 insertions(+), 227 deletions(-) create mode 100644 app/src/lib/constants/faucets.ts create mode 100644 app/src/routes/api/faucet-links/+server.ts diff --git a/.gitignore b/.gitignore index 2b28eb30f2..cb7af9e176 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ process-compose.yml process-compose.override.yml *.cpuprofile .vite-inspect +~partytown/ diff --git a/app/.gitignore b/app/.gitignore index 0668434393..552fd9d675 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -10,3 +10,4 @@ vite.config.*.timestamp-* .eslintcache .prettiercache stats +~partytown diff --git a/app/app.nix b/app/app.nix index 132dd824fb..22d306968d 100644 --- a/app/app.nix +++ b/app/app.nix @@ -9,7 +9,7 @@ { packages = { app = unstablePkgs.buildNpmPackage { - npmDepsHash = "sha256-zqxZX54XLtK0bQ7iYAZdyXbEpFnVme5H+n1ZmvnUYiU="; + npmDepsHash = "sha256-YyQx5uPbFwmn2R/i4VQqzQKhYtVIjbZmkfdDgafsdZ8="; src = ./.; sourceRoot = "app"; npmFlags = [ "--legacy-peer-deps" ]; diff --git a/app/package-lock.json b/app/package-lock.json index 311c0188fc..3e4f89ec28 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -14,15 +14,15 @@ "@cosmjs/stargate": "0.32.3", "@leapwallet/cosmos-snap-provider": "^0.1.26", "@tanstack/query-sync-storage-persister": "^5.36.1", - "@tanstack/svelte-query": "^5.36.1", - "@tanstack/svelte-query-persist-client": "^5.36.1", + "@tanstack/svelte-query": "^5.37.0", + "@tanstack/svelte-query-persist-client": "^5.37.0", "@union/client": "npm:@jsr/union__client@^0.0.1-rc.8", "@urql/exchange-persisted": "^4.3.0", "@urql/exchange-retry": "^1.3.0", "@urql/svelte": "^4.2.0", - "@wagmi/connectors": "^4.3.10", - "@wagmi/core": "^2.9.8", - "@web3modal/wagmi": "^4.2.0", + "@wagmi/connectors": "^5.0.2", + "@wagmi/core": "^2.10.2", + "@web3modal/wagmi": "^4.2.1", "bits-ui": "^0.21.7", "cmdk-sv": "^0.0.17", "formsnap": "^1.0.0", @@ -37,8 +37,8 @@ "sveltekit-superforms": "^2.13.1", "uint8array-extras": "^1.1.0", "valibot": "^0.30.0", - "vaul-svelte": "^0.3.0", - "viem": "^2.10.8" + "vaul-svelte": "^0.3.1", + "viem": "^2.10.9" }, "devDependencies": { "@0no-co/graphqlsp": "^1.12.3", @@ -46,21 +46,21 @@ "@iconify-json/logos": "^1.1.42", "@iconify-json/lucide": "^1.1.187", "@iconify-json/mdi": "^1.1.66", - "@iconify-json/tabler": "^1.1.111", + "@iconify-json/tabler": "^1.1.112", "@keplr-wallet/types": "^0.12.89", "@leapwallet/types": "^0.0.5", "@melt-ui/pp": "^0.3.2", "@melt-ui/svelte": "^0.79.1", - "@svelte-put/copy": "^3.0.0", - "@svelte-put/shortcut": "^3.1.0", + "@svelte-put/copy": "^3.0.1", + "@svelte-put/shortcut": "^3.1.1", "@sveltejs/adapter-static": "^3.0.1", - "@sveltejs/kit": "^2.5.8", + "@sveltejs/kit": "^2.5.9", "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.13", - "@tanstack/svelte-query-devtools": "^5.36.1", + "@tanstack/svelte-query-devtools": "^5.37.0", "@total-typescript/ts-reset": "^0.5.1", "@types/node": "^20.12.12", "@types/postcss-import": "^14.0.3", @@ -68,7 +68,7 @@ "autoprefixer": "^10.4.19", "buffer": "^6.0.3", "clsx": "^2.1.1", - "fluid-tailwind": "^0.3.0", + "fluid-tailwind": "^0.3.1", "graphql": "^16.8.1", "jsr": "^0.12.4", "patch-package": "^8.0.0", @@ -88,7 +88,7 @@ "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", "tslib": "^2.6.2", - "tsx": "^4.10.3", + "tsx": "^4.10.4", "typed-query-selector": "^2.11.2", "typescript": "^5.4.5", "unplugin-icons": "^0.19.0", @@ -210,15 +210,12 @@ } }, "node_modules/@coinbase/wallet-sdk": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@coinbase/wallet-sdk/-/wallet-sdk-3.9.1.tgz", - "integrity": "sha512-cGUE8wm1/cMI8irRMVOqbFWYcnNugqCtuy2lnnHfgloBg+GRLs9RsrkOUDMdv/StfUeeKhCDyYudsXXvcL1xIA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@coinbase/wallet-sdk/-/wallet-sdk-4.0.0.tgz", + "integrity": "sha512-7q8k39a2Iuz30dAEeh86AaSAbLgVPW3gfLa1UYh2IqP7gS+X9witoMEMM8o016K6vxP5N++PrM+Lgu/O1KByBA==", "dependencies": { - "bn.js": "^5.2.1", "buffer": "^6.0.3", "clsx": "^1.2.1", - "eth-block-tracker": "^7.1.0", - "eth-json-rpc-filters": "^6.0.0", "eventemitter3": "^5.0.1", "keccak": "^3.0.3", "preact": "^10.16.0", @@ -1014,9 +1011,9 @@ } }, "node_modules/@iconify-json/tabler": { - "version": "1.1.111", - "resolved": "https://registry.npmjs.org/@iconify-json/tabler/-/tabler-1.1.111.tgz", - "integrity": "sha512-0qCmOCUUgcBXtvSUwaKMM4yum6XNrjPLxZBwueRPn14pAmWhS7Un15chxJ+ULfE1hBaVM7gSPIYz4JAUOo28Aw==", + "version": "1.1.112", + "resolved": "https://registry.npmjs.org/@iconify-json/tabler/-/tabler-1.1.112.tgz", + "integrity": "sha512-qQSBzu0FIu3Wd3LaI+sOV4hE7WPNYvPIh0AWv91CU7lgKiSWkrjAGxqlNO9ZbMa+rcX4KV6aMii73OqBx1Hw5Q==", "dev": true, "dependencies": { "@iconify/types": "*" @@ -2938,16 +2935,22 @@ } }, "node_modules/@svelte-put/copy": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@svelte-put/copy/-/copy-3.0.0.tgz", - "integrity": "sha512-zfQ68bTC1Mmfairu0fN5y5NPkXV7XUjuPsP+Ntqb8TD6xTa8czBLvgsFxUzOT8hcxfHyXJ8acIhK9V4xgpE94w==", - "dev": true + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@svelte-put/copy/-/copy-3.0.1.tgz", + "integrity": "sha512-fM9PRf1oT5Q/kzak9lfpdiRag+TVmdMcwq6rzwncUZmOGkTTt05Hcgie4Y9GsRONLzgN6MI+uegaHM9+HPvFPA==", + "dev": true, + "peerDependencies": { + "svelte": "^3.55.0 || ^4.0.0 || ^5.0.0" + } }, "node_modules/@svelte-put/shortcut": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@svelte-put/shortcut/-/shortcut-3.1.0.tgz", - "integrity": "sha512-EWMEDkZ0+O3yMhb9yrqe5UYisV9CNRKX6Pl/JW3x62t74CiN+3COu1L9NzZUG0omagc2Z3J14PZNYxs77IC9NA==", - "dev": true + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@svelte-put/shortcut/-/shortcut-3.1.1.tgz", + "integrity": "sha512-2L5EYTZXiaKvbEelVkg5znxqvfZGZai3m97+cAiUBhLZwXnGtviTDpHxOoZBsqz41szlfRMcamW/8o0+fbW3ZQ==", + "dev": true, + "peerDependencies": { + "svelte": "^3.55.0 || ^4.0.0 || ^5.0.0" + } }, "node_modules/@sveltejs/adapter-static": { "version": "3.0.1", @@ -2959,9 +2962,9 @@ } }, "node_modules/@sveltejs/kit": { - "version": "2.5.8", - "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.8.tgz", - "integrity": "sha512-ZQXYaVHd1p0kDGwOi4l82i5kAiUQtrhMthDKtJi0zVzmNupKJ0ZlBVAoceuarCuIntPNctyQchW29h5DkFxd1Q==", + "version": "2.5.9", + "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.5.9.tgz", + "integrity": "sha512-x8biUVHPQq075/ESH/UO+fwENtAcw0kg9+bloqqEnbLUNWcrWpmcL3vKrKJc4vaVh/CYKFXn47N98Sbt/Y3vKQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -3127,9 +3130,9 @@ } }, "node_modules/@tanstack/svelte-query": { - "version": "5.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query/-/svelte-query-5.36.1.tgz", - "integrity": "sha512-1nTlXwTz0yf7rDC5O6PolFQ9SLwiyiZOU4Bc5mfaKDaZ2CilZcELkplUmp00EEwtC5/t7XH3HD9Xa90dQEZ7vg==", + "version": "5.37.0", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-query/-/svelte-query-5.37.0.tgz", + "integrity": "sha512-+iIYCLRdSNt99zsEX14sDlcxnQq1Qv3KJwR3C1MRInT+FxxwsQRcEhw1J3dyICGHDL5lSCEKS3bDFNa19cv27A==", "dependencies": { "@tanstack/query-core": "5.36.1" }, @@ -3142,9 +3145,9 @@ } }, "node_modules/@tanstack/svelte-query-devtools": { - "version": "5.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-devtools/-/svelte-query-devtools-5.36.1.tgz", - "integrity": "sha512-V83qWLJAQ9EPEjhqFU2p3CmH62rxEx1G17dUg8lWKYB4shWGGzJbK2Uf6StIJ5ftaDMzzOa1cXDN97egINWLkQ==", + "version": "5.37.0", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-devtools/-/svelte-query-devtools-5.37.0.tgz", + "integrity": "sha512-w+LbvvDh1MlwpHWgyK1TIr+NQkqjgdb/LHMgvyjgo6Ts7ii86B9rwa+De+mljPk1SXhy18FhjFL6M+kp07BGiA==", "dev": true, "dependencies": { "@tanstack/query-devtools": "5.32.1", @@ -3155,14 +3158,14 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/svelte-query": "^5.36.1", + "@tanstack/svelte-query": "^5.37.0", "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0" } }, "node_modules/@tanstack/svelte-query-persist-client": { - "version": "5.36.1", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-persist-client/-/svelte-query-persist-client-5.36.1.tgz", - "integrity": "sha512-OuWQHz3Df8m1Yph35M65oMwc0qATWK6sqRwliNibIu339dQt6Dd4moPsnNsKB2rTChhZ+n2M50Kio9u4o43ppw==", + "version": "5.37.0", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-query-persist-client/-/svelte-query-persist-client-5.37.0.tgz", + "integrity": "sha512-TpOm8Dmst+UPZJdnsgowTbIPy7APx8tdR52zSjucWz/Vu+z0VvSu8gbW5b9owDiHnARR5YZkZ5vfc7jIQ3GKHg==", "dependencies": { "@tanstack/query-persist-client-core": "5.36.1" }, @@ -3171,7 +3174,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/svelte-query": "^5.36.1", + "@tanstack/svelte-query": "^5.37.0", "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0" } }, @@ -3500,22 +3503,23 @@ "integrity": "sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==" }, "node_modules/@wagmi/connectors": { - "version": "4.3.10", - "resolved": "https://registry.npmjs.org/@wagmi/connectors/-/connectors-4.3.10.tgz", - "integrity": "sha512-IZcsocBfDq6pe8sxkDgP2k9YNqv8udl2eSr2hx2JCESA44ixx5zRjoGNMAkKxlzM6uXjXLJKp/g1KYlpmoHkDg==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@wagmi/connectors/-/connectors-5.0.2.tgz", + "integrity": "sha512-2YgcgVn6S8kuOe/PVweK0ucxNqO651VqlPWD+MrPxEVwcpEPLNKvtrYdLRDTSnwwUEqEzgnDwEAhcrniK76+Kw==", "dependencies": { - "@coinbase/wallet-sdk": "3.9.1", + "@coinbase/wallet-sdk": "4.0.0", "@metamask/sdk": "0.20.3", "@safe-global/safe-apps-provider": "0.18.1", "@safe-global/safe-apps-sdk": "8.1.0", "@walletconnect/ethereum-provider": "2.13.0", - "@walletconnect/modal": "2.6.2" + "@walletconnect/modal": "2.6.2", + "cbw-sdk": "npm:@coinbase/wallet-sdk@3.9.3" }, "funding": { "url": "https://github.com/sponsors/wevm" }, "peerDependencies": { - "@wagmi/core": "2.9.8", + "@wagmi/core": "2.10.2", "typescript": ">=5.0.4", "viem": "2.x" }, @@ -3526,9 +3530,9 @@ } }, "node_modules/@wagmi/core": { - "version": "2.9.8", - "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-2.9.8.tgz", - "integrity": "sha512-VQJMHZIZta53xFfEels/ig3w3iRFlH3dwQMcn70ZBL8c9RpecE5yus2Wxih4TOaB32hIkOtg4zla1abHG+u4Wg==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-2.10.2.tgz", + "integrity": "sha512-SfQ1F7Azjlx4cKGfmg9+GEUGbukCxraoLYZyCUgTLpKw2OY+4sHsPRwHQENQt/YRWKMyG3/byEYRna2Kv1anpw==", "dependencies": { "eventemitter3": "5.0.1", "mipd": "0.0.5", @@ -3894,9 +3898,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@web3modal/common": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/common/-/common-4.2.0.tgz", - "integrity": "sha512-f5viBpEAmXmy0xdBdjluq8MZaoxJrpU2eJzKRcQ/gtFhuiZFsdavLMqflG5AUNCF+elBTc+BZw3sGAT2N1rAnQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/common/-/common-4.2.1.tgz", + "integrity": "sha512-RSx+MKCTr9x8ACTBSIren30goFqkAiplMe4098VNYsYriDjIRyz0mtE8JcM/padrqM+Xvc61xgVx81O15H5drQ==", "dependencies": { "bignumber.js": "9.1.2", "dayjs": "1.11.10" @@ -3908,42 +3912,42 @@ "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/@web3modal/core": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/core/-/core-4.2.0.tgz", - "integrity": "sha512-8HEaq8sDA+o62VASOF5faxtaQa6RC8ZXCcAV6A3uR4SI8JXu6BrnkdyCvHgOaMSUpDJ+hAgjDPp2qK2PnDuIhw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/core/-/core-4.2.1.tgz", + "integrity": "sha512-2Meod0xYxwtnaq6fzZXZOFat2+KhPO/N3y8TBZmN2Xl5DF7/jY/KCFP6/MLdhBEcKXxU5umm3tZ0ASAF7dFzrA==", "dependencies": { - "@web3modal/common": "4.2.0", - "@web3modal/wallet": "4.2.0", + "@web3modal/common": "4.2.1", + "@web3modal/wallet": "4.2.1", "valtio": "1.11.2" } }, "node_modules/@web3modal/polyfills": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/polyfills/-/polyfills-4.2.0.tgz", - "integrity": "sha512-tWuj6UxaoAPogwsr/cv/XYLJCIyhlEf2XqDtVpOuAr3blhw1t+um8CycscT5OBU6aboW/S96yWhrd6buBnup3g==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/polyfills/-/polyfills-4.2.1.tgz", + "integrity": "sha512-ejt4Z1kDILTl1h1SjCQbfp69QG5N8eHert0m6uJnjnRedQkGYBN92qzAKDCcGjScZDfH4HOAFznFoNpTJChvrg==", "dependencies": { "buffer": "6.0.3" } }, "node_modules/@web3modal/scaffold": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/scaffold/-/scaffold-4.2.0.tgz", - "integrity": "sha512-hrJFBGMRcLKGpjr7c8uqPBSgs33mu2Jh7vn0VrlICaN/BGVMuWfsleE7BMkTJDvCpBGCj73V6pTOonj+lXtATw==", - "dependencies": { - "@web3modal/common": "4.2.0", - "@web3modal/core": "4.2.0", - "@web3modal/siwe": "4.2.0", - "@web3modal/ui": "4.2.0", - "@web3modal/wallet": "4.2.0", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/scaffold/-/scaffold-4.2.1.tgz", + "integrity": "sha512-onSjmPu1iTHJdQzVcBiad6MIwey04x5NnGBlz4BZgGcpsvpumNU+I41ELbCqD3+5qEGXGcTncFL6rxBnF/ZqXw==", + "dependencies": { + "@web3modal/common": "4.2.1", + "@web3modal/core": "4.2.1", + "@web3modal/siwe": "4.2.1", + "@web3modal/ui": "4.2.1", + "@web3modal/wallet": "4.2.1", "lit": "3.1.0" } }, "node_modules/@web3modal/scaffold-react": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/scaffold-react/-/scaffold-react-4.2.0.tgz", - "integrity": "sha512-lDkEHFfgBcx2tu7V8I6qKnYlMybUL7WwPBCKi3CDFhxsjXyOvnmbXRsuMuma546N59eRteXxpimXfHNYpS6pqg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/scaffold-react/-/scaffold-react-4.2.1.tgz", + "integrity": "sha512-z21kMB2GTeLFqwXQdJsgJHEGiCPmqDpNZ/v/Lirn4sji6H5PSdiRYo4xQrZsjJaPiM7nQbV3qcPeNtKapOXRCA==", "dependencies": { - "@web3modal/scaffold": "4.2.0" + "@web3modal/scaffold": "4.2.1" }, "peerDependencies": { "react": ">=17", @@ -3959,21 +3963,21 @@ } }, "node_modules/@web3modal/scaffold-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/scaffold-utils/-/scaffold-utils-4.2.0.tgz", - "integrity": "sha512-HAMPKPAAkDxp435011NGcCXeWtCCCwewBdkU6OLq04g74biYRf9c4lT3i6mEAgjl5EOI5wv9t7t+13p9UbK34A==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/scaffold-utils/-/scaffold-utils-4.2.1.tgz", + "integrity": "sha512-icycRYtElH5Cj4nZamwfG7Z4V5l+z52saaWsUHf+ectj65I8zAKBvYr3qh4pJ/UoxUIg/wIsX7h1qKscL0poMQ==", "dependencies": { - "@web3modal/core": "4.2.0", - "@web3modal/polyfills": "4.2.0", + "@web3modal/core": "4.2.1", + "@web3modal/polyfills": "4.2.1", "valtio": "1.11.2" } }, "node_modules/@web3modal/scaffold-vue": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/scaffold-vue/-/scaffold-vue-4.2.0.tgz", - "integrity": "sha512-+O+s4ZiRsa8S2slMkA9BPjDgb3dGxi4rrBft7URDbi4tC2/hUDteLPGhTmSJcu7xuz3Fyc2Nsj6GBH+ozwWjoA==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/scaffold-vue/-/scaffold-vue-4.2.1.tgz", + "integrity": "sha512-p6e8UJDHKfeQiZqaCge4+b94aTE1nq2XlkcJ6nORnDWfT8Brkw/FzlJJTSwpAUWBZsqpSjv6hlaPgDVs2SVfXA==", "dependencies": { - "@web3modal/scaffold": "4.2.0" + "@web3modal/scaffold": "4.2.1" }, "peerDependencies": { "vue": ">=3" @@ -4021,13 +4025,13 @@ } }, "node_modules/@web3modal/siwe": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/siwe/-/siwe-4.2.0.tgz", - "integrity": "sha512-GimG+iBawd3nHr1k0Y/rpWAP/pSCd93xpo3OwkKHjhTSSM3GbA0/aY/GPcGR1VKA9FYDNALHgP2fwSHFgya8Bg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/siwe/-/siwe-4.2.1.tgz", + "integrity": "sha512-9/MYyQf7JdLPJOM4Yv3vJPAAm97ar2cJodatYgl9zB7gWOXI9U9OwoY7Xlds+AT6dTurY4l5qF+S9nBYeYNnXQ==", "dependencies": { "@walletconnect/utils": "2.12.0", - "@web3modal/core": "4.2.0", - "@web3modal/scaffold-utils": "4.2.0", + "@web3modal/core": "4.2.1", + "@web3modal/scaffold-utils": "4.2.1", "lit": "3.1.0", "valtio": "1.11.2" } @@ -4127,9 +4131,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@web3modal/ui": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/ui/-/ui-4.2.0.tgz", - "integrity": "sha512-jSGy8MWhkxfx6nng+4HrKVJD9gyXBrXR1LZHzEEVxdZsQtnrPIjiTvgkE/7FEJjkd4DI+WU0t91/NYNeFraAbg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/ui/-/ui-4.2.1.tgz", + "integrity": "sha512-mBoSy8/q9LFw62vpPQDVBo6rcsKaNmp3U7hdzEjTdMsDd0icXxgeaFGtaNu5D6uM/TxKe4UllwcH9Up+7OGlpQ==", "dependencies": { "lit": "3.1.0", "qrcode": "1.5.3" @@ -4172,17 +4176,17 @@ } }, "node_modules/@web3modal/wagmi": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/wagmi/-/wagmi-4.2.0.tgz", - "integrity": "sha512-mhATH10j2vHeqMKMnhxzfbCClxMCNOUR4k4zvZZjA/Prae3yCvOiulZGoYxqYuiLcS7otmZ5uxJdvVV0BhWKkg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/wagmi/-/wagmi-4.2.1.tgz", + "integrity": "sha512-89AfEm9jNjg/WsY4h/kMIyIcOlMP8kU6wZ3kjaiLruqZSrbysAD6g9nADh0EHMBbj5GrV7vI7QqmAzb8Qn/Vfg==", "dependencies": { "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "4.2.0", - "@web3modal/scaffold": "4.2.0", - "@web3modal/scaffold-react": "4.2.0", - "@web3modal/scaffold-utils": "4.2.0", - "@web3modal/scaffold-vue": "4.2.0", - "@web3modal/siwe": "4.2.0" + "@web3modal/polyfills": "4.2.1", + "@web3modal/scaffold": "4.2.1", + "@web3modal/scaffold-react": "4.2.1", + "@web3modal/scaffold-utils": "4.2.1", + "@web3modal/scaffold-vue": "4.2.1", + "@web3modal/siwe": "4.2.1" }, "peerDependencies": { "@wagmi/connectors": ">=4", @@ -4205,11 +4209,11 @@ } }, "node_modules/@web3modal/wallet": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/@web3modal/wallet/-/wallet-4.2.0.tgz", - "integrity": "sha512-5dhZ481nmDAcrMh/ZUR9iHV4sOz86bjlGUf1CohQEYv9KzXtoRXtYERRSvibizXwcolgplk1pqHGSMilUKxAnw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@web3modal/wallet/-/wallet-4.2.1.tgz", + "integrity": "sha512-O6PAjAHcttdkfUGMp6FN5VAEYjjh/5RycJsqfxlnDcxNVzirYgENROR+xdRL/6auR2sbnofkgIjJBGegyshn2A==", "dependencies": { - "@web3modal/polyfills": "4.2.0", + "@web3modal/polyfills": "4.2.1", "zod": "3.22.4" } }, @@ -4758,6 +4762,31 @@ "url": "https://www.paypal.me/kirilvatev" } }, + "node_modules/cbw-sdk": { + "name": "@coinbase/wallet-sdk", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/@coinbase/wallet-sdk/-/wallet-sdk-3.9.3.tgz", + "integrity": "sha512-N/A2DRIf0Y3PHc1XAMvbBUu4zisna6qAdqABMZwBMNEfWrXpAwx16pZGkYCLGE+Rvv1edbcB2LYDRnACNcmCiw==", + "dependencies": { + "bn.js": "^5.2.1", + "buffer": "^6.0.3", + "clsx": "^1.2.1", + "eth-block-tracker": "^7.1.0", + "eth-json-rpc-filters": "^6.0.0", + "eventemitter3": "^5.0.1", + "keccak": "^3.0.3", + "preact": "^10.16.0", + "sha.js": "^2.4.11" + } + }, + "node_modules/cbw-sdk/node_modules/clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "engines": { + "node": ">=6" + } + }, "node_modules/chai": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/chai/-/chai-4.4.1.tgz", @@ -5868,9 +5897,9 @@ } }, "node_modules/fluid-tailwind": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/fluid-tailwind/-/fluid-tailwind-0.3.0.tgz", - "integrity": "sha512-HohvpA3NKf/QxW+GcE2QhtzLzLNfeky1Br0WNMB9yQf4F1xA/frlHlgqbXduit1Nk2YApOwmON4o+ZLVDq/ObA==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/fluid-tailwind/-/fluid-tailwind-0.3.1.tgz", + "integrity": "sha512-prqyNbMj4X/7GtB1I4vNgUhcPaHlK5V5QK3pLJWjgehCGOwihGn89/gUYgTeJsP7HRAPDp6KjU7PghrnHqPKuA==", "dev": true, "dependencies": { "filter-obj": "^5.1.0", @@ -8307,9 +8336,9 @@ } }, "node_modules/preact": { - "version": "10.21.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.21.0.tgz", - "integrity": "sha512-aQAIxtzWEwH8ou+OovWVSVNlFImL7xUCwJX3YMqA3U8iKCNC34999fFOnWjYNsylgfPgMexpbk7WYOLtKr/mxg==", + "version": "10.22.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.22.0.tgz", + "integrity": "sha512-RRurnSjJPj4rp5K6XoP45Ui33ncb7e4H7WiOHVpjbkvqvA3U+N8Z6Qbo0AE6leGYBV66n8EhEaFixvIu3SkxFw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" @@ -10144,9 +10173,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsx": { - "version": "4.10.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.10.3.tgz", - "integrity": "sha512-f0g60aFSVRVkzcQkEflh8fPLRfmt+HJHgWi/plG5UgvVaV+9TcpOwJ0sZJSACXmwmjMPg9yQR0BhTLbhkfV2uA==", + "version": "4.10.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.10.4.tgz", + "integrity": "sha512-Gtg9qnZWNqC/OtcgiXfoAUdAKx3/cgKOYvEocAsv+m21MV/eKpV/WUjRXe6/sDCaGBl2/v8S6v29BpUnGMCX5A==", "dev": true, "dependencies": { "esbuild": "~0.20.2", @@ -10584,49 +10613,20 @@ } }, "node_modules/vaul-svelte": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/vaul-svelte/-/vaul-svelte-0.3.0.tgz", - "integrity": "sha512-+PBfKDWl+xfloe8Tm1G8x3TqbCiUWoyUedU2WC5iE3v6LOYPKo8FyEtzNC5ZqFVVnUKSKNg+4Fi73nuzMkT7JA==", - "dependencies": { - "bits-ui": "^0.16.0" - }, - "peerDependencies": { - "svelte": "^4.0.0" - } - }, - "node_modules/vaul-svelte/node_modules/@melt-ui/svelte": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/@melt-ui/svelte/-/svelte-0.68.0.tgz", - "integrity": "sha512-/QvA98hnYEodZtHJ71+ocum/WWp30hVNt3F8uiZKnNYwZDaiQYjlyR9AaGKYcZLCe6R68op1mfCzc0kTzJilyA==", - "dependencies": { - "@floating-ui/core": "^1.3.1", - "@floating-ui/dom": "^1.4.5", - "@internationalized/date": "^3.5.0", - "dequal": "^2.0.3", - "focus-trap": "^7.5.2", - "nanoid": "^5.0.4" - }, - "peerDependencies": { - "svelte": ">=3 <5" - } - }, - "node_modules/vaul-svelte/node_modules/bits-ui": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-0.16.0.tgz", - "integrity": "sha512-HEkuVDyUG9dTWtKujKpdDsGOe9GRmuYOEF9yGbjVwNazxMQDQa9deUX8vM3ofGBWaJgr1cEu88p38kP5Z5gQ8w==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/vaul-svelte/-/vaul-svelte-0.3.1.tgz", + "integrity": "sha512-tCIJQMlwHZMPBvBLhLJhzYw6EvQLm808rWVzmd0uTFbfS/12Z6MJ4JGP6z9Fy/sW7Jl7xQVF625N2Zk3cwN1iQ==", "dependencies": { - "@internationalized/date": "^3.5.1", - "@melt-ui/svelte": "0.68.0", - "nanoid": "^5.0.4" + "bits-ui": "^0.21.7" }, "peerDependencies": { "svelte": "^4.0.0" } }, "node_modules/viem": { - "version": "2.10.8", - "resolved": "https://registry.npmjs.org/viem/-/viem-2.10.8.tgz", - "integrity": "sha512-ttCXlDmjjcZ8M/eJezXFzDtHj+RFOjEQ3elmXnCC7suXo/y8CuIM1LrIoyUFk7LKIE5E+bzmWUErS4u/MQBtpQ==", + "version": "2.10.9", + "resolved": "https://registry.npmjs.org/viem/-/viem-2.10.9.tgz", + "integrity": "sha512-XsbEXhOcmQOkI80zDLW0EdksimNuYTS61HZ03vQYpHoug7gwVHDQ83nY+nuyT7punuFx0fmRG6+HZg3yVQhptQ==", "funding": [ { "type": "github", diff --git a/app/package.json b/app/package.json index 5b526911bd..d97c7e7b02 100644 --- a/app/package.json +++ b/app/package.json @@ -19,16 +19,16 @@ "@cosmjs/cosmwasm-stargate": "^0.32.3", "@cosmjs/stargate": "0.32.3", "@leapwallet/cosmos-snap-provider": "^0.1.26", - "@tanstack/svelte-query": "^5.36.1", + "@tanstack/svelte-query": "^5.37.0", "@tanstack/query-sync-storage-persister": "^5.36.1", - "@tanstack/svelte-query-persist-client": "^5.36.1", + "@tanstack/svelte-query-persist-client": "^5.37.0", "@union/client": "npm:@jsr/union__client@^0.0.1-rc.8", "@urql/exchange-persisted": "^4.3.0", "@urql/exchange-retry": "^1.3.0", "@urql/svelte": "^4.2.0", - "@wagmi/connectors": "^4.3.10", - "@wagmi/core": "^2.9.8", - "@web3modal/wagmi": "^4.2.0", + "@wagmi/connectors": "^5.0.2", + "@wagmi/core": "^2.10.2", + "@web3modal/wagmi": "^4.2.1", "bits-ui": "^0.21.7", "cmdk-sv": "^0.0.17", "formsnap": "^1.0.0", @@ -43,8 +43,8 @@ "sveltekit-superforms": "^2.13.1", "uint8array-extras": "^1.1.0", "valibot": "^0.30.0", - "vaul-svelte": "^0.3.0", - "viem": "^2.10.8" + "vaul-svelte": "^0.3.1", + "viem": "^2.10.9" }, "devDependencies": { "@0no-co/graphqlsp": "^1.12.3", @@ -52,21 +52,21 @@ "@iconify-json/logos": "^1.1.42", "@iconify-json/lucide": "^1.1.187", "@iconify-json/mdi": "^1.1.66", - "@iconify-json/tabler": "^1.1.111", + "@iconify-json/tabler": "^1.1.112", "@keplr-wallet/types": "^0.12.89", "@leapwallet/types": "^0.0.5", "@melt-ui/pp": "^0.3.2", "@melt-ui/svelte": "^0.79.1", - "@svelte-put/copy": "^3.0.0", - "@svelte-put/shortcut": "^3.1.0", + "@svelte-put/copy": "^3.0.1", + "@svelte-put/shortcut": "^3.1.1", "@sveltejs/adapter-static": "^3.0.1", - "@sveltejs/kit": "^2.5.8", + "@sveltejs/kit": "^2.5.9", "@sveltejs/vite-plugin-svelte": "^3.1.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.13", - "@tanstack/svelte-query-devtools": "^5.36.1", + "@tanstack/svelte-query-devtools": "^5.37.0", "@total-typescript/ts-reset": "^0.5.1", "@types/node": "^20.12.12", "@types/postcss-import": "^14.0.3", @@ -74,7 +74,7 @@ "autoprefixer": "^10.4.19", "buffer": "^6.0.3", "clsx": "^2.1.1", - "fluid-tailwind": "^0.3.0", + "fluid-tailwind": "^0.3.1", "graphql": "^16.8.1", "jsr": "^0.12.4", "patch-package": "^8.0.0", @@ -94,7 +94,7 @@ "tailwindcss": "^3.4.3", "tailwindcss-animate": "^1.0.7", "tslib": "^2.6.2", - "tsx": "^4.10.3", + "tsx": "^4.10.4", "typed-query-selector": "^2.11.2", "typescript": "^5.4.5", "unplugin-icons": "^0.19.0", diff --git a/app/src/generated/graphql-env.d.ts b/app/src/generated/graphql-env.d.ts index 9936b6c36c..1fb3c7c6ef 100644 --- a/app/src/generated/graphql-env.d.ts +++ b/app/src/generated/graphql-env.d.ts @@ -17,7 +17,6 @@ export type introspection = { types: { 'Address': unknown; 'Boolean': unknown; - 'Boolean_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; }; defaultValue: null }]; }; 'Configuration': { kind: 'OBJECT'; name: 'Configuration'; fields: { 'amountSend': { name: 'amountSend'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'chainId': { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'denom': { name: 'denom'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'feeAmount': { name: 'feeAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Long'; ofType: null; }; } }; 'gasLimit': { name: 'gasLimit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UInt64'; ofType: null; }; } }; 'memo': { name: 'memo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'prefix': { name: 'prefix'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; 'Float': unknown; 'Int': unknown; @@ -39,8 +38,8 @@ export type introspection = { 'numeric': unknown; 'numeric_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; }; }; defaultValue: null }]; }; 'order_by': { name: 'order_by'; enumValues: 'asc' | 'asc_nulls_first' | 'asc_nulls_last' | 'desc' | 'desc_nulls_first' | 'desc_nulls_last'; }; - 'query_root': { kind: 'OBJECT'; name: 'query_root'; fields: { 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionQuery'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_evm_recv_packet': { name: 'v0_evm_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; ofType: null; }; }; }; } }; 'v0_evm_send_packet': { name: 'v0_evm_send_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_send_packet'; ofType: null; }; }; }; } }; 'v0_evm_send_packet_aggregate': { name: 'v0_evm_send_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_send_packet_aggregate'; ofType: null; }; } }; 'v0_evm_transactions': { name: 'v0_evm_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_transactions'; ofType: null; }; }; }; } }; 'v0_hops': { name: 'v0_hops'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; 'v0_ibc_packet_receiveds': { name: 'v0_ibc_packet_receiveds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_recv_packets': { name: 'v0_recv_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; - 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionSubscription'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_blocks_stream': { name: 'v0_blocks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_evm_recv_packet': { name: 'v0_evm_recv_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; ofType: null; }; }; }; } }; 'v0_evm_recv_packet_stream': { name: 'v0_evm_recv_packet_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; ofType: null; }; }; }; } }; 'v0_evm_send_packet': { name: 'v0_evm_send_packet'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_send_packet'; ofType: null; }; }; }; } }; 'v0_evm_send_packet_aggregate': { name: 'v0_evm_send_packet_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_send_packet_aggregate'; ofType: null; }; } }; 'v0_evm_transactions': { name: 'v0_evm_transactions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_transactions'; ofType: null; }; }; }; } }; 'v0_evm_transactions_stream': { name: 'v0_evm_transactions_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_transactions'; ofType: null; }; }; }; } }; 'v0_hops': { name: 'v0_hops'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; 'v0_hops_stream': { name: 'v0_hops_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_hops'; ofType: null; }; }; }; } }; 'v0_ibc_packet_receiveds': { name: 'v0_ibc_packet_receiveds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; 'v0_ibc_packet_receiveds_stream': { name: 'v0_ibc_packet_receiveds_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; ofType: null; }; }; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_recv_packets': { name: 'v0_recv_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_recv_packets_stream': { name: 'v0_recv_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; + 'query_root': { kind: 'OBJECT'; name: 'query_root'; fields: { 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionQuery'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_recv_packets': { name: 'v0_recv_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; + 'subscription_root': { kind: 'OBJECT'; name: 'subscription_root'; fields: { 'union': { name: 'union'; type: { kind: 'OBJECT'; name: 'unionSubscription'; ofType: null; } }; 'v0_blocks': { name: 'v0_blocks'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_blocks_by_pk': { name: 'v0_blocks_by_pk'; type: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; } }; 'v0_blocks_stream': { name: 'v0_blocks_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_blocks'; ofType: null; }; }; }; } }; 'v0_logs': { name: 'v0_logs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; 'v0_logs_aggregate': { name: 'v0_logs_aggregate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs_aggregate'; ofType: null; }; } }; 'v0_logs_by_pk': { name: 'v0_logs_by_pk'; type: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; } }; 'v0_recv_packets': { name: 'v0_recv_packets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_recv_packets_stream': { name: 'v0_recv_packets_stream'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_recv_packets'; ofType: null; }; }; }; } }; 'v0_transfers': { name: 'v0_transfers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_transfers'; ofType: null; }; }; }; } }; }; }; 'timestamptz': unknown; 'timestamptz_comparison_exp': { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; isOneOf: false; inputFields: [{ name: '_eq'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_gt'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_gte'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_in'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; }; }; defaultValue: null }, { name: '_is_null'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: '_lt'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_lte'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_neq'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: '_nin'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; }; }; defaultValue: null }]; }; 'unionMutation': { kind: 'OBJECT'; name: 'unionMutation'; fields: { 'send': { name: 'send'; type: { kind: 'SCALAR'; name: 'Void'; ofType: null; } }; }; }; @@ -52,46 +51,6 @@ export type introspection = { 'v0_blocks_select_column': { name: 'v0_blocks_select_column'; enumValues: 'chain_id' | 'data' | 'hash' | 'height' | 'time'; }; 'v0_blocks_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; 'v0_blocks_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_blocks_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_recv_packet': { kind: 'OBJECT'; name: 'v0_evm_recv_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_channel': { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_port': { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'packet': { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_recv_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_recv_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_recv_packet_select_column': { name: 'v0_evm_recv_packet_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'destination_channel' | 'destination_port' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'packet' | 'raw_log' | 'revision_height' | 'revision_number' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_height' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v0_evm_recv_packet_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_recv_packet_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_recv_packet_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'packet'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_send_packet': { kind: 'OBJECT'; name: 'v0_evm_send_packet'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'log_to_jsonb': { name: 'log_to_jsonb'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'raw_log': { name: 'raw_log'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_height': { name: 'timeout_height'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_send_packet_aggregate': { kind: 'OBJECT'; name: 'v0_evm_send_packet_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_evm_send_packet'; ofType: null; }; }; }; } }; }; }; - 'v0_evm_send_packet_aggregate_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_evm_send_packet_variance_fields'; ofType: null; } }; }; }; - 'v0_evm_send_packet_avg_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_avg_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_send_packet_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_send_packet_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_send_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_send_packet_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_send_packet_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_send_packet_max_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_max_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_send_packet_min_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_min_fields'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'log_index': { name: 'log_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'name': { name: 'name'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'source_channel': { name: 'source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'source_port': { name: 'source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_evm_send_packet_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_send_packet_order_by'; isOneOf: false; inputFields: [{ name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'log_to_jsonb'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'raw_log'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'revision_number'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_send_packet_select_column': { name: 'v0_evm_send_packet_select_column'; enumValues: 'block_hash' | 'chain_id' | 'data' | 'height' | 'log_index' | 'log_to_jsonb' | 'name' | 'raw_log' | 'revision_height' | 'revision_number' | 'sequence' | 'source_channel' | 'source_port' | 'time' | 'timeout_height' | 'timeout_timestamp' | 'transaction_hash' | 'transaction_index'; }; - 'v0_evm_send_packet_stddev_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_stddev_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_send_packet_stddev_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_stddev_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_send_packet_stddev_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_stddev_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_send_packet_sum_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_sum_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; }; }; - 'v0_evm_send_packet_var_pop_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_var_pop_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_send_packet_var_samp_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_var_samp_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_send_packet_variance_fields': { kind: 'OBJECT'; name: 'v0_evm_send_packet_variance_fields'; fields: { 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_height': { name: 'revision_height'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'revision_number': { name: 'revision_number'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'sequence': { name: 'sequence'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; 'timeout_timestamp': { name: 'timeout_timestamp'; type: { kind: 'SCALAR'; name: 'Float'; ofType: null; } }; }; }; - 'v0_evm_transactions': { kind: 'OBJECT'; name: 'v0_evm_transactions'; fields: { '__ivm_exists_count_0__': { name: '__ivm_exists_count_0__'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; } }; 'address': { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'from': { name: 'from'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'to': { name: 'to'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'tx_data': { name: 'tx_data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; }; }; - 'v0_evm_transactions_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_bool_exp'; isOneOf: false; inputFields: [{ name: '__ivm_exists_count_0__'; type: { kind: 'INPUT_OBJECT'; name: 'bigint_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'from'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'to'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'tx_data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_transactions_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_order_by'; isOneOf: false; inputFields: [{ name: '__ivm_exists_count_0__'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'from'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'to'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'tx_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_transactions_select_column': { name: 'v0_evm_transactions_select_column'; enumValues: '__ivm_exists_count_0__' | 'address' | 'block_hash' | 'chain_id' | 'from' | 'height' | 'time' | 'to' | 'transaction_hash' | 'tx_data'; }; - 'v0_evm_transactions_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_evm_transactions_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_evm_transactions_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: '__ivm_exists_count_0__'; type: { kind: 'SCALAR'; name: 'bigint'; ofType: null; }; defaultValue: null }, { name: 'address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'from'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'to'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'tx_data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }]; }; - 'v0_hops': { kind: 'OBJECT'; name: 'v0_hops'; fields: { 'destination_block_hash': { name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_chain_id': { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_data': { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_destination_channel': { name: 'destination_destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_destination_port': { name: 'destination_destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_height': { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'destination_json': { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'destination_sequence': { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_source_channel': { name: 'destination_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_source_port': { name: 'destination_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_time': { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'destination_timeout_timestamp': { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'destination_transaction_hash': { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'destination_transaction_index': { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_block_hash': { name: 'origin_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_chain_id': { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_data': { name: 'origin_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_height': { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'origin_json': { name: 'origin_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'origin_sequence': { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_source_channel': { name: 'origin_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_source_port': { name: 'origin_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_time': { name: 'origin_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'origin_timeout_timestamp': { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; } }; 'origin_transaction_hash': { name: 'origin_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'origin_transaction_index': { name: 'origin_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; }; }; - 'v0_hops_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_hops_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'destination_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_destination_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_destination_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_data'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_json'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_sequence'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_source_channel'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_source_port'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_timeout_timestamp'; type: { kind: 'INPUT_OBJECT'; name: 'numeric_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_hops_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_hops_order_by'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_destination_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_destination_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_json'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_sequence'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_source_channel'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_source_port'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_timeout_timestamp'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_hops_select_column': { name: 'v0_hops_select_column'; enumValues: 'destination_block_hash' | 'destination_chain_id' | 'destination_data' | 'destination_destination_channel' | 'destination_destination_port' | 'destination_height' | 'destination_json' | 'destination_sequence' | 'destination_source_channel' | 'destination_source_port' | 'destination_time' | 'destination_timeout_timestamp' | 'destination_transaction_hash' | 'destination_transaction_index' | 'origin_block_hash' | 'origin_chain_id' | 'origin_data' | 'origin_height' | 'origin_json' | 'origin_sequence' | 'origin_source_channel' | 'origin_source_port' | 'origin_time' | 'origin_timeout_timestamp' | 'origin_transaction_hash' | 'origin_transaction_index'; }; - 'v0_hops_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_hops_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_hops_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_hops_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_hops_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: 'destination_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_destination_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_destination_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'destination_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'destination_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'destination_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'destination_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'origin_data'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'origin_json'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'origin_sequence'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'origin_source_channel'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_source_port'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'origin_timeout_timestamp'; type: { kind: 'SCALAR'; name: 'numeric'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'origin_transaction_index'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }]; }; - 'v0_ibc_packet_receiveds': { kind: 'OBJECT'; name: 'v0_ibc_packet_receiveds'; fields: { '_contract_address': { name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'block_hash': { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'data': { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; } }; 'height': { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'index': { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'module': { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'msg_index': { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; 'success': { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; } }; 'time': { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; } }; 'transaction_hash': { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'transaction_index': { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; } }; }; }; - 'v0_ibc_packet_receiveds_bool_exp': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; isOneOf: false; inputFields: [{ name: '_and'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: '_contract_address'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: '_not'; type: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; defaultValue: null }, { name: '_or'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_bool_exp'; ofType: null; }; }; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'INPUT_OBJECT'; name: 'jsonb_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'INPUT_OBJECT'; name: 'Boolean_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'INPUT_OBJECT'; name: 'timestamptz_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'INPUT_OBJECT'; name: 'String_comparison_exp'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'INPUT_OBJECT'; name: 'Int_comparison_exp'; ofType: null; }; defaultValue: null }]; }; - 'v0_ibc_packet_receiveds_order_by': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_order_by'; isOneOf: false; inputFields: [{ name: '_contract_address'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'ENUM'; name: 'order_by'; ofType: null; }; defaultValue: null }]; }; - 'v0_ibc_packet_receiveds_select_column': { name: 'v0_ibc_packet_receiveds_select_column'; enumValues: '_contract_address' | 'block_hash' | 'chain_id' | 'data' | 'height' | 'index' | 'module' | 'msg_index' | 'success' | 'time' | 'transaction_hash' | 'transaction_index'; }; - 'v0_ibc_packet_receiveds_stream_cursor_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_stream_cursor_input'; isOneOf: false; inputFields: [{ name: 'initial_value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_stream_cursor_value_input'; ofType: null; }; }; defaultValue: null }, { name: 'ordering'; type: { kind: 'ENUM'; name: 'cursor_ordering'; ofType: null; }; defaultValue: null }]; }; - 'v0_ibc_packet_receiveds_stream_cursor_value_input': { kind: 'INPUT_OBJECT'; name: 'v0_ibc_packet_receiveds_stream_cursor_value_input'; isOneOf: false; inputFields: [{ name: '_contract_address'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'block_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'chain_id'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'data'; type: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; defaultValue: null }, { name: 'height'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'module'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'msg_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }, { name: 'success'; type: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; defaultValue: null }, { name: 'time'; type: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; defaultValue: null }, { name: 'transaction_hash'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'transaction_index'; type: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; defaultValue: null }]; }; 'v0_logs': { kind: 'OBJECT'; name: 'v0_logs'; fields: { 'block_hash': { name: 'block_hash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'chain_id': { name: 'chain_id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'data': { name: 'data'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'jsonb'; ofType: null; }; } }; 'height': { name: 'height'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'time': { name: 'time'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'timestamptz'; ofType: null; }; } }; }; }; 'v0_logs_aggregate': { kind: 'OBJECT'; name: 'v0_logs_aggregate'; fields: { 'aggregate': { name: 'aggregate'; type: { kind: 'OBJECT'; name: 'v0_logs_aggregate_fields'; ofType: null; } }; 'nodes': { name: 'nodes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'v0_logs'; ofType: null; }; }; }; } }; }; }; 'v0_logs_aggregate_fields': { kind: 'OBJECT'; name: 'v0_logs_aggregate_fields'; fields: { 'avg': { name: 'avg'; type: { kind: 'OBJECT'; name: 'v0_logs_avg_fields'; ofType: null; } }; 'count': { name: 'count'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'max': { name: 'max'; type: { kind: 'OBJECT'; name: 'v0_logs_max_fields'; ofType: null; } }; 'min': { name: 'min'; type: { kind: 'OBJECT'; name: 'v0_logs_min_fields'; ofType: null; } }; 'stddev': { name: 'stddev'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_fields'; ofType: null; } }; 'stddev_pop': { name: 'stddev_pop'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_pop_fields'; ofType: null; } }; 'stddev_samp': { name: 'stddev_samp'; type: { kind: 'OBJECT'; name: 'v0_logs_stddev_samp_fields'; ofType: null; } }; 'sum': { name: 'sum'; type: { kind: 'OBJECT'; name: 'v0_logs_sum_fields'; ofType: null; } }; 'var_pop': { name: 'var_pop'; type: { kind: 'OBJECT'; name: 'v0_logs_var_pop_fields'; ofType: null; } }; 'var_samp': { name: 'var_samp'; type: { kind: 'OBJECT'; name: 'v0_logs_var_samp_fields'; ofType: null; } }; 'variance': { name: 'variance'; type: { kind: 'OBJECT'; name: 'v0_logs_variance_fields'; ofType: null; } }; }; }; diff --git a/app/src/lib/constants/faucets.ts b/app/src/lib/constants/faucets.ts new file mode 100644 index 0000000000..7cb096fe30 --- /dev/null +++ b/app/src/lib/constants/faucets.ts @@ -0,0 +1,5 @@ +export const FAUCET_LINKS: Array<{ asset: string; link: string }> = [ + { asset: "usdc", link: "https://faucet.circle.com" }, + { asset: "link", link: "https://faucets.chain.link" }, + { asset: "eth", link: "https://www.infura.io/faucet/sepolia" } +] diff --git a/app/src/lib/constants/keys.ts b/app/src/lib/constants/keys.ts index 22f1a57c24..93946238d6 100644 --- a/app/src/lib/constants/keys.ts +++ b/app/src/lib/constants/keys.ts @@ -4,8 +4,10 @@ */ export const KEY = { - ALCHEMY: "SQAcneXzJzITjplR7cwQhFUqF-SU-ds4", - CHAINSTACK: "57408c51ba71f58eba01a832cb23c6a8", - WALLET_CONNECT_PROJECT_ID: "49fe74ca5ded7142adefc69a7788d14a", - ANKR: "bced07c1a0ee36409ee84dae4e4f65a25b57715ddd8f3f2fd261f2a6b5508505" + RPC: { + ALCHEMY: "SQAcneXzJzITjplR7cwQhFUqF-SU-ds4", + CHAINSTACK: "57408c51ba71f58eba01a832cb23c6a8", + ANKR: "bced07c1a0ee36409ee84dae4e4f65a25b57715ddd8f3f2fd261f2a6b5508505" + }, + WALLET_CONNECT_PROJECT_ID: "49fe74ca5ded7142adefc69a7788d14a" } diff --git a/app/src/lib/queries/balance.ts b/app/src/lib/queries/balance.ts index b50d3b6836..061547593e 100644 --- a/app/src/lib/queries/balance.ts +++ b/app/src/lib/queries/balance.ts @@ -73,7 +73,7 @@ export function evmBalancesQuery({ ? restParams.tokenSpecification // if tokenSpecification is a string, use it : "DEFAULT_TOKENS" console.log(address, assetsToCheck) - const response = await fetch(`https://eth-sepolia.g.alchemy.com/v2/${KEY.ALCHEMY}`, { + const response = await fetch(`https://eth-sepolia.g.alchemy.com/v2/${KEY.RPC.ALCHEMY}`, { method: "POST", body: JSON.stringify({ id: 1, diff --git a/app/src/lib/wallet/snaps/config.ts b/app/src/lib/wallet/snaps/config.ts index 962036a2cd..6c0828a65f 100644 --- a/app/src/lib/wallet/snaps/config.ts +++ b/app/src/lib/wallet/snaps/config.ts @@ -1,5 +1,3 @@ - - interface SnapMethodParams { snapId: string } diff --git a/app/src/routes/+layout.svelte b/app/src/routes/+layout.svelte index 0e3c0fdf01..a39fb02faf 100644 --- a/app/src/routes/+layout.svelte +++ b/app/src/routes/+layout.svelte @@ -1,10 +1,10 @@