Skip to content

Commit 0947621

Browse files
committed
chore(playground): update sfpc artifacts (#17057)
1 parent 9a7dd2b commit 0947621

File tree

3 files changed

+2533
-4
lines changed

3 files changed

+2533
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { type NoirCompiledContract } from '@aztec/stdlib/noir';
2+
const circuit: NoirCompiledContract;
3+
export = circuit;

playground/src/assets/artifacts/2.0.2/sponsored_fpc_contract-SponsoredFPC.json

Lines changed: 2526 additions & 0 deletions
Large diffs are not rendered by default.

playground/src/utils/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ export type Network = {
1717

1818
export 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
},

0 commit comments

Comments
 (0)