Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c665bb

Browse files
committedAug 8, 2023
fix another broken import
1 parent 6c744de commit 5c665bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎contexts/GlobalContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const contractAbi = [...PythAbi, ...PythErrorsAbi];
152152
const CHAINS = [mainnet, avalanche, arbitrum];
153153
export const CosmosChains = [
154154
osmosis,
155-
osmosistestnet5,
155+
osmosistestnet,
156156
injective,
157157
injectivetestnet,
158158
seitestnet2,

1 commit comments

Comments
 (1)

vercel[bot] commented on Aug 8, 2023

@vercel[bot]
Please sign in to comment.