Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Add common SolanaClient URL #196

Closed Virus-Axel closed 7 months ago

Virus-Axel commented 7 months ago

The URL must be set for all client instances and also transactions. This commit fixes this by adding a project setting for the URL. The other nodes have URL override properties instead to set individual URLs.