Skip to content

Commit

Permalink
after infra merge
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcrevar committed Oct 28, 2024
1 parent ebea0cc commit 49b1ff0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-apex-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/[email protected]
with:
repository: Ethernal-Tech/apex-bridge
ref: newgouroboros1
ref: main
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Build apex-bridge
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/0xPolygon/go-ibft v0.4.1-0.20240621090555-e81a63ff50d7
github.com/Ethernal-Tech/blockchain-event-tracker v0.0.0-20240628125004-67308570b6e2
github.com/Ethernal-Tech/bn256 v0.0.0-20240711150404-47c82e53dd19
github.com/Ethernal-Tech/cardano-infrastructure v0.0.0-20241028082336-75134cfaae6b
github.com/Ethernal-Tech/cardano-infrastructure v0.0.0-20241028094359-f52184b2474c
github.com/Ethernal-Tech/ethgo v0.0.0-20240801172627-47215d9e504c
github.com/Ethernal-Tech/merkle-tree v0.0.0-20231213143318-4db9da419e04
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.10
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ github.com/Ethernal-Tech/blockchain-event-tracker v0.0.0-20240628125004-67308570
github.com/Ethernal-Tech/blockchain-event-tracker v0.0.0-20240628125004-67308570b6e2/go.mod h1:csuByxgtqkcFqtzU650asqwZIg+gBHBtLjr1BikQLSc=
github.com/Ethernal-Tech/bn256 v0.0.0-20240711150404-47c82e53dd19 h1:a96KsZz67W/Nn6Kx55A4eaMngFNsm5A5A6MRYF2xu8U=
github.com/Ethernal-Tech/bn256 v0.0.0-20240711150404-47c82e53dd19/go.mod h1:ikj6EuZ/ISPyR1DYKnqoE5F2geyI3KzVllndxg7vFs8=
github.com/Ethernal-Tech/cardano-infrastructure v0.0.0-20241028082336-75134cfaae6b h1:H5XCHyGlf26OCByRkgsXSh3V9E0QWIMCu2SeqdOKMbk=
github.com/Ethernal-Tech/cardano-infrastructure v0.0.0-20241028082336-75134cfaae6b/go.mod h1:ZaHhVZBQyUN4kjLDB8IEsKnbhkVApAopHAuTcih6BLQ=
github.com/Ethernal-Tech/cardano-infrastructure v0.0.0-20241028094359-f52184b2474c h1:XnwQSA1MMnLTTH0JJolFXnYT8tuK+iM9lpfZCSSj9yc=
github.com/Ethernal-Tech/cardano-infrastructure v0.0.0-20241028094359-f52184b2474c/go.mod h1:ZaHhVZBQyUN4kjLDB8IEsKnbhkVApAopHAuTcih6BLQ=
github.com/Ethernal-Tech/ethgo v0.0.0-20240801172627-47215d9e504c h1:SLZer+L7G+O2VvxD3q/0r3hIpG4Orm0C5uQKSJ98CO4=
github.com/Ethernal-Tech/ethgo v0.0.0-20240801172627-47215d9e504c/go.mod h1:YEpLAT6sQiFZIkbkRmfDklN9zb+v8O4l8DFGobuiGDY=
github.com/Ethernal-Tech/merkle-tree v0.0.0-20231213143318-4db9da419e04 h1:DGIOHe3qAeU+mrRLNJ83mJWyH1t5SqN8XvTrwBUAXK4=
Expand Down

0 comments on commit 49b1ff0

Please sign in to comment.