mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
fce6394bca
* add support for paths in node settings * update translations and fixes * fix node path * add rep warning flag * update translations * code cleanup [skip ci] * add additional node options * add migration * update transaction history rpc to be under the limit * review fixes [skip ci] * [skip ci] updates * move n2_node.dart * minor code improvements * more minor code cleanup
28 lines
No EOL
378 B
YAML
28 lines
No EOL
378 B
YAML
-
|
|
uri: rpc.nano.to
|
|
useSSL: true
|
|
is_default: true
|
|
-
|
|
uri: node.nautilus.io
|
|
path: /api
|
|
useSSL: true
|
|
-
|
|
uri: app.natrium.io
|
|
path: /api
|
|
useSSL: true
|
|
-
|
|
uri: rainstorm.city
|
|
path: /api
|
|
useSSL: true
|
|
-
|
|
uri: node.somenano.com
|
|
path: /proxy
|
|
useSSL: true
|
|
-
|
|
uri: nanoslo.0x.no
|
|
path: /proxy
|
|
useSSL: true
|
|
-
|
|
uri: www.bitrequest.app
|
|
port: 8020
|
|
useSSL: true |