Skip to content

Commit

Permalink
update fetchers
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 14, 2024
1 parent 0c2e8fc commit c6d6ada
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/chain-registry/chain-registry/main/registries/original/'
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/chain-registry/chain-registry/main/registries/full/'
baseUrl: 'https://raw.githubusercontent.com/chain-registry/chain-registry/main/registries/full'
};

constructor(options: ChainRegistryClientOptions) {
Expand Down

0 comments on commit c6d6ada

Please sign in to comment.