Respond to RFCs for PR #2897

pull/2897/head
Kieran Prasch 2022-04-11 15:47:58 -07:00
parent ec36f15010
commit 17a6b61b40
2 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ print("\n************** Setup **************\n")
# NuCypher Network #
####################
L1_NETWORK = 'ibex' # 'mainnet'
L2_NETWORK = 'mumbai' # 'polygon'
L1_NETWORK = 'mainnet' # or 'ibex'
L2_NETWORK = 'polygon' # or 'mumbai'
#####################
# Bob the BUIDLer ##

View File

@ -48,7 +48,7 @@ Optionally, you can change the network the demo is running on by changing the va
If you change these values be sure to also change `L1_PROVIDER_URI` and `L2_PROVIDER_URI` accordingly.
Available options for `L1_NETOWRK` are `ibex` or `mainnet`.
Available options for `L2_NETWORK` are `mumbai` or `mainnet`
Available options for `L2_NETWORK` are `mumbai` or `polygon`
Ensure Alice's account has a bit of MATIC on polygon to pay for the policy.