Skip to content

Commit

Permalink
URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 14, 2024
1 parent 3990832 commit 0c2e8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v1/packages/client/src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface ChainRegistryClientOptions
export class ChainRegistryClient extends ChainRegistryFetcher {
protected _options: ChainRegistryClientOptions = {
chainNames: [],
baseUrl: 'https://raw.githubusercontent.com/cosmos/chain-registry/master'
baseUrl: 'https://raw.githubusercontent.com/chain-registry/chain-registry/main/registries/original/'
};

constructor(options: ChainRegistryClientOptions) {
Expand Down
2 changes: 1 addition & 1 deletion v2/packages/client/src/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface ChainRegistryClientOptions
export class ChainRegistryClient extends ChainRegistryFetcher {
protected _options: ChainRegistryClientOptions = {
chainNames: [],
baseUrl: 'https://raw.githubusercontent.com/cosmos/chain-registry/master'
baseUrl: 'https://raw.githubusercontent.com/chain-registry/chain-registry/main/registries/full/'
};

constructor(options: ChainRegistryClientOptions) {
Expand Down

0 comments on commit 0c2e8fc

Please sign in to comment.