Skip to content

Commit

Permalink
chore: upgrade rn-electrum-client
Browse files Browse the repository at this point in the history
Bump rn-electrum-client to 0.0.20.
Update package-lock.json.
Set all example servers to EProtocol.ssl in helpers.ts.
  • Loading branch information
coreyphillips committed Jan 12, 2025
1 parent 0f6cea1 commit 7d97704
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 7d97704

Please sign in to comment.