Closed pegahcarter closed 5 months ago
enforcedOptionsParams and setConfigParams arrays were not deleted between chain deployments. Meaning, each subsequent chain deploy would append to the array and submit a msig tx with all pre-existing data in addition to the chain-specific data.
enforcedOptionsParams
setConfigParams
Transactions have been submitted and bridging works as expected.
However, Mode is still disconnected and is dependent on a fresh EVM chain deploy to have its' json setup properly.
enforcedOptionsParams
andsetConfigParams
arrays were not deleted between chain deployments. Meaning, each subsequent chain deploy would append to the array and submit a msig tx with all pre-existing data in addition to the chain-specific data.