keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Config-tastic: Give TBTC.withConfig a specific Electrum config #347

Closed Shadowfiend closed 3 years ago

Shadowfiend commented 3 years ago

Previously, TBTC.withConfig took an object and read its testnetWS property to determine how to configure Electrum. Now, it takes the Electrum configuration directly, no longer trying to find it in a specifically-named property.

Draft until keep-network/tbtc.js#69 lands.