Skip to content

Commit

Permalink
fix: timestamp for sepolia network
Browse files Browse the repository at this point in the history
This is a `hotfix`, we have to get rid of the whole `mock`
and `network` part.

See: BEDS-1058
  • Loading branch information
marcel-bitfly committed Dec 18, 2024
1 parent 549866c commit 4536a0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/utils/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,11 @@ export function simulateAPIresponseAboutNetworkList(): ApiDataResponse<
)
}
}
result.data.push(
{
chain_id: 11155111,
name: 'sepolia',
},
)
return result
}

0 comments on commit 4536a0e

Please sign in to comment.