Skip to content

Commit b0c00e2

Browse files
committed
temp fix
1 parent 4e9fb93 commit b0c00e2

File tree

8 files changed

+66598
-2051
lines changed

8 files changed

+66598
-2051
lines changed

contexts/GlobalContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
osmosis,
1919
osmosistestnet,
2020
seitestnet2,
21-
} from "graz/chains";
21+
} from "../store/chains";
2222
import PythAbi from "../abis/IPyth.json";
2323
import PythErrorsAbi from "../abis/PythErrors.json";
2424
import { ChainInfo } from "@keplr-wallet/types";

package-lock.json

Lines changed: 2125 additions & 2048 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 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": "graz generate -g"
10+
"test": "jest"
1211
},
1312
"dependencies": {
1413
"@amplitude/analytics-browser": "^2.8.1",

0 commit comments

Comments
 (0)