From e7b1b265a0bd7af3fd020a5093d4fec801ca4d9e Mon Sep 17 00:00:00 2001 From: Chris Khan Date: Tue, 3 Dec 2024 18:20:26 -0500 Subject: [PATCH] chore: add xion to bridge --- packages/ts-types/src/cosmos.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ts-types/src/cosmos.ts b/packages/ts-types/src/cosmos.ts index a23d49f86..ef13c78bb 100644 --- a/packages/ts-types/src/cosmos.ts +++ b/packages/ts-types/src/cosmos.ts @@ -30,6 +30,7 @@ export enum CosmosChainId { Saga = 'ssc-1', Neutron = 'neutron-1', Fetch = 'fetchhub-4', + Mantra = 'mantra-1', } export enum TestnetCosmosChainId {