- If you look at the different chain implementations they follow slightly different structure and have different variables names. Where possible make chain implementations identical. Looking at https://docs.near.org/chain-abstraction/chain-signatures/implementation it becomes obvious - Names objects and variables appropriately, for example change SIGNET_CONTRACT for MPC_CONTRACT
If you look at the different chain implementations they follow slightly different structure and have different variables names.
Where possible make chain implementations identical.
Looking at https://docs.near.org/chain-abstraction/chain-signatures/implementation it becomes obvious
Names objects and variables appropriately, for example change SIGNET_CONTRACT for MPC_CONTRACT