On mainnet, the link to the transaction on the block explorer is broken MWE: - Start a game - Execute an action - Open Ledger - Open the link from the transaction hash (should redirect to voyager) Root cause: A missing '/' in the [networkConfig.ts](https://github.com/BibliothecaDAO/loot-survivor/blob/a20f4f2dd096350ad956755657fd2c86de5203e8/ui/src/app/lib/networkConfig.ts#L56)
On mainnet, the link to the transaction on the block explorer is broken
MWE:
Root cause: A missing '/' in the networkConfig.ts