Skip to content

Commit

Permalink
Merge branch 'main' into gstuart/diff-go-mod-sum
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball authored Nov 21, 2023
2 parents c68a34d + 75f352c commit 49cec2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Ignore forge output files
# Forge output files
out/
cache/
target/
Cargo.lock

# Example binary
blst_example
# IDE configurations
.vscode*

# File generated by tests
relayerConfig.json
Expand All @@ -30,6 +30,7 @@ UniversalTeleporterMessengerContractAddress.txt
docker-compose-test-local.yml
docker-compose-run-local.yml

# Environment and configuration values
.env

# Ginkgo
Expand Down
25 changes: 0 additions & 25 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion contracts/src/Teleporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The `ITeleporterReceiver` interface provides a single method. All contracts that

## Data Flow
<div align="center">
<img src="../../../resources/TeleporterDataFlowDiagram.png?raw=true">
<img src="../../../resources/TeleporterDataFlowDiagram.png?raw=true"/>
</div>

## Properties
Expand Down

0 comments on commit 49cec2f

Please sign in to comment.