Skip to content

Commit

Permalink
fix: change osmosis to full
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jun 10, 2024
1 parent 748dbcb commit 298fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/chain/osmosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { ChainConfigs } from "./types";

export const OSMOSIS_CHAIN_CONFIGS: ChainConfigs = {
"osmosis-1": {
tier: "lite",
tier: "full",
chain: "osmosis",
registryChainName: "osmosis",
prettyName: "Osmosis",
Expand Down

0 comments on commit 298fba2

Please sign in to comment.