Skip to content

Commit

Permalink
Merge pull request #88 from synonymdev/upgrade-electrum-client
Browse files Browse the repository at this point in the history
chore: upgrade rn-electrum-client
  • Loading branch information
coreyphillips authored Jan 12, 2025
2 parents 0f6cea1 + 7d97704 commit 084629a
Show file tree
Hide file tree
Showing 3 changed files with 318 additions and 238 deletions.
6 changes: 3 additions & 3 deletions example/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@ export const servers = {
host: '35.187.18.233',
ssl: 8900,
tcp: 8911,
protocol: EProtocol.tcp
protocol: EProtocol.ssl
}
],
[EAvailableNetworks.testnet]: [
{
host: 'testnet.aranguren.org',
ssl: 51002,
tcp: 51001,
protocol: EProtocol.tcp
protocol: EProtocol.ssl
}
],
[EAvailableNetworks.regtest]: [
{
host: '35.233.47.252',
ssl: 18484,
tcp: 18483,
protocol: EProtocol.tcp
protocol: EProtocol.ssl
}
]
};
Loading

0 comments on commit 084629a

Please sign in to comment.