latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
718 stars 178 forks source link

deployed to netlify,but can't trigger encounter because tx failed #795

Closed IhsotasTon closed 1 year ago

IhsotasTon commented 1 year ago

website: https://645ca969acdbdb71be6aed0b--beautiful-praline-74e32c.netlify.app/?rpc=https://follower.testnet-chain.linfra.xyz&wsRpc=wss://follower.testnet-chain.linfra.xyz&chainId=4242&snapshot=https://ecs-snapshot.testnet-mud-services.linfra.xyz&faucet=https://faucet.testnet-mud-services.linfra.xyz&initialBlockNumber=14101129&worldAddress=0x671e21690bae2bf82cbdec8f62912b9a18fbec13

errors in console: image image image

IhsotasTon commented 1 year ago

i think it may be gaslimit issue,how can i modify it?thanks

IhsotasTon commented 1 year ago

solved,moveTo and throwBall add { gasLimit: 10000000 }