mirror of https://github.com/nucypher/nucypher.git
Respond to RFCs for PR #2897
parent
ec36f15010
commit
17a6b61b40
|
@ -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 ##
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue