-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b1bd51
commit b8c1565
Showing
19 changed files
with
561 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: skaffold/v4beta6 | ||
kind: Config | ||
metadata: | ||
name: chicmoz | ||
requires: | ||
- path: ./chicmoz-base-image.yaml | ||
- path: ./aztec-listener/image.yaml | ||
deploy: | ||
kubectl: | ||
flags: | ||
apply: ["--force"] | ||
manifests: | ||
rawYaml: | ||
- k8s/local/aztec-listener/deployment.yaml | ||
#- k8s/local/aztec-listener/remote_aztec_deployment.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: skaffold/v4beta6 | ||
kind: Config | ||
metadata: | ||
name: chicmoz | ||
requires: | ||
- path: ./chicmoz-base-image.yaml | ||
- path: ./event-cannon/image.yaml | ||
deploy: | ||
kubectl: | ||
flags: | ||
apply: ["--force"] | ||
manifests: | ||
rawYaml: | ||
- k8s/local/event-cannon/deployment.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: skaffold/v4beta6 | ||
kind: Config | ||
metadata: | ||
name: chicmoz | ||
requires: | ||
- path: ./chicmoz-base-image.yaml | ||
- path: ./explorer-api/image.yaml | ||
deploy: | ||
kubectl: | ||
flags: | ||
apply: ["--force"] | ||
manifests: | ||
rawYaml: | ||
- k8s/local/explorer-api/ingress.yaml | ||
- k8s/local/explorer-api/deployment.yaml | ||
- k8s/local/explorer-api/service.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
780 changes: 392 additions & 388 deletions
780
...event-cannon/src/contract-projects/SimpleLogging/target/simple_logging-SimpleLogging.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...t-cannon/src/contract-projects/SimpleLogging/target/simple_logging-SimpleLogging.json.bak
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ export const DEFAULT_VERIFIED_CONTRACT_ADDRESSES_DEV: ChicmozL2VerifiedContractA | |
"0x0e5fe9a23c854f14262bb3b3e88dab8e33412d6db17baa199506f865ed746a0c", | ||
name: "Deployed by Sandbox", | ||
details: | ||
"This contract was deployed by the sandbox environment. Hardcoded address is at least valid for 0.66.0", | ||
"This contract was deployed by the sandbox environment. Hardcoded address is at least valid for 0.67.0", | ||
contact: "email: [email protected], discord: test#1234, telegram: @test", | ||
uiUrl: "https://aztec.network", | ||
repoUrl: "https://github.com/AztecProtocol/aztec-packages", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.