Skip to content

Commit 65992d6

Browse files
author
Tasos Bitsios
committed
frontend: update new mainnet app id
1 parent 759492f commit 65992d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/asset_labeling-frontend/src/Assets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import ErrorIcon from '@mui/icons-material/Error'
1010
import InfoIcon from '@mui/icons-material/Info'
1111
import { Container } from '@mui/material'
1212

13-
const DEFAULT_APP_ID = 2888048711n
13+
const DEFAULT_APP_ID = 2914159523n
1414
const PAGE_SIZE = 100
1515

1616
type IdProps = {

projects/asset_labeling-frontend/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ErrorBoundary from './layout/ErrorBoundary'
77
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
88
<React.StrictMode>
99
<ErrorBoundary>
10-
<App id={BigInt(import.meta.env.VITE_APP_ID || 2888048711n)} />
10+
<App id={BigInt(import.meta.env.VITE_APP_ID || 2914159523n)} />
1111
</ErrorBoundary>
1212
</React.StrictMode>,
1313
)

0 commit comments

Comments
 (0)