Skip to content

Commit

Permalink
chore: evmos testnet chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-moore committed Jul 18, 2024
1 parent 0d95d45 commit 4d11055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ts-types/src/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export enum CosmosChainId {
}

export enum TestnetCosmosChainId {
Evmos = 'evmos_9000-4',
Injective = 'injective-888',
Cosmoshub = 'theta-testnet-001',
Evmos = 'evmos_9000-4',
}

export enum DevnetCosmosChainId {
Expand Down

0 comments on commit 4d11055

Please sign in to comment.