mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-25 05:55:44 +00:00
e5339235ad
The live Play Store release (wallet-android 85bde7e, published 2026-06-15) was built against whatever was on this branch's HEAD at the time - which, since master had received no commits between 2026-03-02 and this week, was commit7a087cf. This week's changes (nova-base sync, Tron config/icons, balance test fixtures, etc.) are real and wanted, but they've made master incompatible with that still-live app version, and live users installing fresh right now get a completely empty tokens list because of it (the app's chain sync silently fails whole-hog on any single malformed/incompatible chain entry, leaving new installs with zero locally-cached chains). This makes master's served content match7a087cfexactly, stopping the bleeding for current live users without needing an emergency app release. None of this week's work is lost - it's all preserved on pending/post-fix-release and will come back once wallet-android's Tron send feature is complete and both repos can ship together in one coordinated release.
20 lines
458 B
JSON
20 lines
458 B
JSON
{
|
|
"chainId": "f2b8faefcf9c370872d0b4d2eee31d46b4de4a8688153d23d82a39e2d6bc8bbc",
|
|
"name": "Neuro Testnet (TESTNET)",
|
|
"assets": [
|
|
{
|
|
"assetId": 0,
|
|
"symbol": "NEURO",
|
|
"precision": 12,
|
|
"icon": "NEURO.svg"
|
|
}
|
|
],
|
|
"nodes": [
|
|
{
|
|
"url": "wss://parachain-testnet-rpc.origin-trail.network/",
|
|
"name": "TraceLabs"
|
|
}
|
|
],
|
|
"addressPrefix": 101
|
|
}
|