Skip to content

Commit 1430ee3

Browse files
committed
feat: osmosis calcs shiz wip
1 parent e5c4ce1 commit 1430ee3

File tree

6 files changed

+774
-22
lines changed

6 files changed

+774
-22
lines changed

apps/namadillo/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
<body>
1616
<noscript>You need to enable JavaScript to run this app.</noscript>
1717
<div id="root"></div>
18+
<script type="module">
19+
import { Buffer } from "buffer";
20+
import process from "process";
21+
22+
globalThis.process = process;
23+
globalThis.Buffer = Buffer;
24+
</script>
1825
<script type="module" src="/src/index.tsx"></script>
1926
</body>
2027
</html>

apps/namadillo/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,20 @@
77
"license": "MIT",
88
"private": true,
99
"dependencies": {
10+
"@chain-registry/assets": "^1.70.198",
1011
"@chain-registry/client": "^1.53.5",
1112
"@cosmjs/encoding": "^0.32.3",
1213
"@keplr-wallet/types": "^0.12.136",
1314
"@namada/chain-registry": "^1.0.0",
1415
"@namada/indexer-client": "2.4.4",
16+
"@osmonauts/math": "^1.18.0",
1517
"@tailwindcss/container-queries": "^0.1.1",
1618
"@tanstack/query-core": "^5.40.0",
1719
"@tanstack/react-query": "^5.40.0",
1820
"@tanstack/react-query-persist-client": "^5.40.0",
1921
"animejs": "^3.2.2",
2022
"bignumber.js": "^9.1.1",
23+
"buffer": "^6.0.3",
2124
"clsx": "^2.1.1",
2225
"comlink": "^4.4.1",
2326
"crypto-browserify": "^3.12.0",
@@ -30,6 +33,8 @@
3033
"jotai-tanstack-query": "^0.8.5",
3134
"lodash.debounce": "^4.0.8",
3235
"lodash.isequal": "^4.5.0",
36+
"osmojs": "^16.15.0",
37+
"process": "^0.11.10",
3338
"react": "^18.3.1",
3439
"react-dom": "^18.3.1",
3540
"react-icons": "^5.1.0",
@@ -82,6 +87,7 @@
8287
]
8388
},
8489
"devDependencies": {
90+
"@chain-registry/types": "^0.50.125",
8591
"@eslint/js": "^9.9.1",
8692
"@playwright/test": "^1.24.1",
8793
"@svgr/webpack": "^6.5.1",
@@ -102,6 +108,7 @@
102108
"@types/styled-components": "^5.1.22",
103109
"@types/traverse": "^0.6.36",
104110
"@types/w3c-web-usb": "^1.0.10",
111+
"@vitejs/plugin-legacy": "^6.1.0",
105112
"@vitejs/plugin-react": "^4.3.1",
106113
"autoprefixer": "^10.4.16",
107114
"axios": "^1.8.2",

0 commit comments

Comments
 (0)