Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions playground/src/utils/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export const NETWORKS: Network[] = [
description: 'Public testnet',
hasTestAccounts: false,
hasSponsoredFPC: true,
version: '0.85.0-alpha-testnet.4',
version: '0.87.2',
sponsoredFPC: {
version: '0.85.0-alpha-testnet.2',
address: AztecAddress.fromString('0x0b27e30667202907fc700d50e9bc816be42f8141fae8b9f2281873dbdb9fc2e5'),
version: '0.87.2',
address: AztecAddress.fromString('0x1260a43ecf03e985727affbbe3e483e60b836ea821b6305bea1c53398b986047'),
},
transactionCongestionThreshold: 40,
},
Expand Down