mrtnetwork / mrtwallet

Open-source decentralized wallet for the future of finance. Securely manage assets, support for Bitcoin, Dogecoin, Ripple, Litecoin, Dash, Ethereum, Tron, Ton, Cosmos, Kusama, and Polkadot witch cross platform Android, Windows, web, browser extentions and macos
https://mrtnetwork.github.io/mrtwallet/
Other
22 stars 8 forks source link

Update Pepecoin logo and attention #5

Closed marek-guran closed 1 month ago

marek-guran commented 1 month ago

This PR updates Pepecoin logo to new upcoming rebrand.

Also I was not able to find mrt_wallet/lib/models/wallet_models/chain/defauilt_node_providers.dart

We have new subdomains which support all https requests and I host file with those servers at: https://servers.pepelum.site/

In short for now json looks like this, if you want to dynamically update it:

{
  "wss": [
    "wss://electrum.pepelum.site:50004",
    "wss://electrum.pepeblocks.com:50004"
  ],
  "ssl": [
    "ssl://electrum.pepelum.site:50002",
    "ssl://electrum.pepeblocks.com:50002"
  ],
  "tcp": [
    "tcp://electrum.pepelum.site:50001",
    "tcp://electrum.pepeblocks.com:50001"
  ]
}