Skip to content

Commit

Permalink
refactor: adding mainnet ids
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Nov 29, 2023
1 parent 8acb08d commit 142c66f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { AssetMetadata } from "../interfaces";

export const DEFAULT_AWAIT_ROUNDS = 10;
export const SUBTOPIA_TESTNET = 485920861;
export const SUBTOPIA_MAINNET = 485920861;
export const SUBTOPIA_MAINNET = 1257359052;
export const SUBTOPIA_REGISTRY_ID = (chainType: ChainType) => {
if (chainType === ChainType.MAINNET) {
return SUBTOPIA_TESTNET;
Expand Down

0 comments on commit 142c66f

Please sign in to comment.