Add newsfragments for #3262.

pull/3262/head
derekpierre 2023-10-02 16:49:31 -04:00
parent 1c333bddaa
commit bbfda74e80
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Since the L2 network is always implied based on the TACo network connected to, we no longer need those config/parameters across the codebase, it can be inferred.
Each Character now takes optional eth and polygon endpoints.
Remove various usages of redundant L2 values. General rename from ``[eth_]provider[_uri]`` to ``[blockchain/eth/polygon]_endpoint``.

View File

@ -0,0 +1 @@
Deprecate configuration config/parameters ``pre-payment-network``, ``coordinator_uri`` since the L2 network is implied based on TACo network used.