project-serum / multisig-ui

9 stars 39 forks source link

multisig-ui does not work on Devnet #6

Open iurage opened 3 years ago

iurage commented 3 years ago

Hi I have been trying to test out multisig, but the UI does not seem to be working when I connect it to Devnet. Looking at the network calls, they are all failing with ERR_NAME_NOT_RESOLVED.

multisig
iurage commented 3 years ago

Investigated further into this issue and identified that the Devnet Url should be https://api.devnet.solana.com instead.

Also Devnet multisigProgramId is not working. Transaction is successful when msigmtwzgXJHj2ext4XJjCDmpbcMuufFb5cHuwg6Xdt is used instead - yet to verify that this is the same source as the deployed mainnet program.