Skip to content

Commit

Permalink
update repo link (scroll-tech#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit authored Jun 15, 2022
1 parent 948a903 commit 2dbb5f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Thank you for investing your time in contributing to our project!

Before starting, we encourage you to take a look to the following documentation as it might help you in your first contribution adventure:
- https://github.com/appliedzkp/zkevm-docs
- https://github.com/appliedzkp/zkevm-specs
- https://github.com/privacy-scaling-explorations/zkevm-docs
- https://github.com/privacy-scaling-explorations/zkevm-specs

## General considerations
- Make atomic PRs. Focused on a single feature or topic. Don't mix different topics or issues in the same PR if it can be avoided.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Circuits for zkEVM

[![CI checks](https://github.com/appliedzkp/zkevm-circuits/actions/workflows/ci.yml/badge.svg)](https://github.com/appliedzkp/zkevm-circuits/actions/workflows/ci.yml)
[![CI checks](https://github.com/privacy-scaling-explorations/zkevm-circuits/actions/workflows/ci.yml/badge.svg)](https://github.com/privacy-scaling-explorations/zkevm-circuits/actions/workflows/ci.yml)

Check out the work in progress [specification](https://github.com/appliedzkp/zkevm-specs) to learn how it works.
Check out the work in progress [specification](https://github.com/privacy-scaling-explorations/zkevm-specs) to learn how it works.


## Getting started
Expand Down
2 changes: 1 addition & 1 deletion geth-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go Ethereum Utility

The module `gethutil` tried to provide identical output from APIs `debug_trace*` of latest `geth` as test vectors for [`zkevm-circuits`](https://github.com/appliedzkp/zkevm-circuits).
The module `gethutil` tried to provide identical output from APIs `debug_trace*` of latest `geth` as test vectors for [`zkevm-circuits`](https://github.com/privacy-scaling-explorations/zkevm-circuits).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion zkevm-circuits/src/state_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const N_LIMBS_ID: usize = 2;
#[derive(Clone)]
pub struct StateConfig<F: Field> {
selector: Column<Fixed>, // Figure out why you get errors when this is Selector.
// https://github.com/appliedzkp/zkevm-circuits/issues/407
// https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/407
rw_counter: MpiConfig<u32, N_LIMBS_RW_COUNTER>,
is_write: Column<Advice>,
tag: Column<Advice>,
Expand Down

0 comments on commit 2dbb5f6

Please sign in to comment.