coral-xyz / backpack

🎒 Next level crypto wallet
https://backpack.app
GNU General Public License v3.0
1.28k stars 771 forks source link

xNFT: solana.signTransaction BigNumber error #3413

Open tomjohn1028 opened 1 year ago

tomjohn1028 commented 1 year ago

Screen Shot 2023-03-19 at 4 18 09 PM

The following occurs when the xNFT is using a different network than Backpack. Here we have an xNFT that is connecting to Localnet and Backpack is connected to Devnet. We are trying to use window.xnft.solana.signTransaction to sign a transaction that we can send to Localnet.

When I change Backpack to use the same network (Localnet in this case) the error goes away.

callensm commented 1 year ago

this was addressed previously due to network-based transaction fees. (dev and local having null fee from the rpc api and mainnet having a defined one). will take a look again