From 0c2e8fcb8b37374e9c37d68e579f9e33034815f2 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Wed, 13 Nov 2024 17:28:26 -0800 Subject: [PATCH] URLs --- v1/packages/client/src/registry.ts | 2 +- v2/packages/client/src/registry.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v1/packages/client/src/registry.ts b/v1/packages/client/src/registry.ts index f1205f57..574a5371 100644 --- a/v1/packages/client/src/registry.ts +++ b/v1/packages/client/src/registry.ts @@ -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) { diff --git a/v2/packages/client/src/registry.ts b/v2/packages/client/src/registry.ts index f1205f57..21569d5b 100644 --- a/v2/packages/client/src/registry.ts +++ b/v2/packages/client/src/registry.ts @@ -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) {