mlabs-haskell / godot-cardano

Integrated light wallet and off-chain SDK for the Godot engine and Cardano blockchain
https://mlabs-haskell.github.io/godot-cardano/
MIT License
3 stars 0 forks source link

Remove hardcoded network choices #52

Closed rmgaray closed 3 months ago

rmgaray commented 4 months ago

Most of our codebase is flexible and can work with any choice of Cardano network, but there are some spots where this is not the case:

  1. https://github.com/mlabs-haskell/godot-cardano/blob/991e2394ae242166c99402ba73bb7d0a8770689e/libcsl_godot/src/wallet.rs#L732