File tree Expand file tree Collapse file tree 3 files changed +2533
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2533
-4
lines changed Original file line number Diff line number Diff line change 1+ import { type NoirCompiledContract } from '@aztec/stdlib/noir' ;
2+ const circuit : NoirCompiledContract ;
3+ export = circuit ;
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ export type Network = {
1717
1818export const NETWORKS : Network [ ] = [
1919 {
20- nodeURL : 'https://full-node.alpha- testnet.aztec.network ' ,
20+ nodeURL : 'https://rpc. testnet.aztec-labs.com/ ' ,
2121 name : 'Aztec Testnet' ,
2222 description : 'Public testnet' ,
2323 hasTestAccounts : false ,
2424 hasSponsoredFPC : true ,
25- version : '0.87 .2' ,
25+ version : '2.0 .2' ,
2626 sponsoredFPC : {
27- version : '0.87 .2' ,
28- address : AztecAddress . fromString ( '0x1260a43ecf03e985727affbbe3e483e60b836ea821b6305bea1c53398b986047 ' ) ,
27+ version : '2.0 .2' ,
28+ address : AztecAddress . fromString ( '0x299f255076aa461e4e94a843f0275303470a6b8ebe7cb44a471c66711151e529 ' ) ,
2929 } ,
3030 transactionCongestionThreshold : 40 ,
3131 } ,
You can’t perform that action at this time.
0 commit comments