Skip to content

Commit b2794e8

Browse files
committed
kill me
1 parent e2ee9c1 commit b2794e8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"test": "jest",
11-
"postinstall": "bash scripts/fetchGrazChains.sh"
10+
"test": "jest"
1211
},
1312
"dependencies": {
1413
"@amplitude/analytics-browser": "^2.8.1",
@@ -18,13 +17,13 @@
1817
"@cosmjs/cosmwasm-stargate": "^0.31.0",
1918
"@headlessui/react": "^1.7.14",
2019
"@metamask/detect-provider": "^2.0.0",
20+
"@pythnetwork/entropy-sdk-solidity": "^2.0.0",
2121
"@pythnetwork/pyth-solana-receiver": "^0.10.2",
2222
"clsx": "^2.1.1",
23-
"@pythnetwork/entropy-sdk-solidity": "^2.0.0",
2423
"connectkit": "^1.4.0",
2524
"copy-to-clipboard": "^3.3.3",
2625
"ethers": "^6.3.0",
27-
"graz": "^0.1.3",
26+
"graz": "^0.1.31",
2827
"next": "^13.0.6",
2928
"next-mdx-remote": "^4.4.1",
3029
"nextra": "latest",

0 commit comments

Comments
 (0)