Skip to content

Commit

Permalink
Improving architecture, documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 22, 2023
1 parent 0e6c7be commit e606b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Lama2/docs/reference/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ From a high level, how does it work now?
1. Replace variables with values in the following order
1. Try fetch variable from Javascript VM
2. If (1) fails, try fetch Local env variable from `l2.env`
3. Try fetch root env variable from `l2config.env`
3. Try fetch root env variable from `l2config.env`
2. Use the processed elements to create an httpie-go request
3. Fetch response
5. If necessary, write the last transaction to `.json` file

0 comments on commit e606b8c

Please sign in to comment.