near / mpc

37 stars 11 forks source link

Deploy latest contract to `v2.multichain-mpc.testnet` #606

Closed mikedotexe closed 4 months ago

mikedotexe commented 4 months ago

People in our developer Telegram group have been talking about how they cannot call the official testnet MPC contract from their contract because of the 300 TGas enforcement. I see that it's gone now from the Rust code, but hasn't been deployed to v2.multichain-mpc.testnet

This issue is to track someone deploying the current version to the current official testnet version.

Screenshot 2024-05-21 at 8 56 31 PM
volovyks commented 4 months ago

Ok After this release, you should be able to check the version by calling version fn on the contract. Also, the main branch will represent what is released to testnet env. (it will represent mainnet later, once we have it).

Related: https://github.com/near/mpc-recovery/pull/609 cc @ppca

volovyks commented 4 months ago

@mikedotexe the new version was released