Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-rollup-table
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaya5 authored Dec 10, 2024
2 parents 91c2146 + e6ec066 commit 4ec64e3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-build-and-push-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ jobs:
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

hardhat:
uses: ./.github/workflows/docker-build-and-push-image.yml
with:
docker_build_context: .
dockerfile: docker/Dockerfile.hardhat
dockerhub_repo: yeagerai/simulator-hardhat
dockerhub_username: ${{ vars.DOCKERHUB_USERNAME }}
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}
1 change: 1 addition & 0 deletions frontend/src/hooks/useGenlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export function useGenlayer() {
function initClient() {
client = createClient({
chain: simulator,
endpoint: import.meta.env.VITE_JSON_RPC_SERVER_URL,
account: createAccount(accountsStore.currentPrivateKey || undefined),
});
}
Expand Down

0 comments on commit 4ec64e3

Please sign in to comment.