Skip to content

Commit 6563c9b

Browse files
committed
fix
1 parent 63a76e7 commit 6563c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pub(crate) mod crypto_punks;
1+
pub mod crypto_punks;
22
pub(crate) mod vitalik_balance;

vlayer/ethereum/circuits/lib/src/chain_id.nr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
global MAINNET: u32 = 1;
1+
pub(crate) global MAINNET: u32 = 1;
22
//global ROPSTEN: u32 = 3;
33
//global RINKEBY: u32 = 4;
44
//global GOERLI: u32 = 5;
@@ -11,4 +11,4 @@ global MAINNET: u32 = 1;
1111
//global CELO: u32 = 42220;
1212
//global AVALANCHE: u32 = 43114;
1313
//global MUMBAI: u32 = 80001;
14-
global SEPOLIA: u32 = 11155111;
14+
pub(crate) global SEPOLIA: u32 = 11155111;

0 commit comments

Comments
 (0)