mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
a319e10156
Some checks failed
Cache Dependencies / test (push) Has been cancelled
* chore: Setup * feat: Add NowNodes for Tron Wallet and switch it to be the default node for Tron * feat: Add NowNodes for Solana Wallet and switch it to be the default node for Solana * fix: Add nownodes entry to secrets * fix: Remove pubspec.lock in shared external * fix conflicts with main * change secrets names * feat: Remove Solana NowNodes config * feat: Remove Solana NowNodes config * feat: Revert commented out code --------- Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
12 lines
No EOL
191 B
YAML
12 lines
No EOL
191 B
YAML
-
|
|
uri: tron-rpc.publicnode.com:443
|
|
is_default: false
|
|
useSSL: true
|
|
-
|
|
uri: api.trongrid.io
|
|
is_default: false
|
|
useSSL: true
|
|
-
|
|
uri: trx.nownodes.io
|
|
is_default: true
|
|
useSSL: true |