Skip to content

Commit

Permalink
fix: add ORAIBTC chain ID to COSMOS_CHAIN_IDS for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Dec 4, 2024
1 parent 4d1a589 commit 4b8bd66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/constants/chain-ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const COSMOS_CHAIN_IDS = {
KAWAII_COSMOS: "kawaii_6886-1",
NOBLE: "noble-1",
NEUTARO: "Neutaro-1",
CELESTIA: "celestia"
CELESTIA: "celestia",
ORAIBTC: "oraibtc-mainnet-1"
} as const;

export const TON_CHAIN_ID = {
Expand Down

0 comments on commit 4b8bd66

Please sign in to comment.