mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-12 14:35:46 +00:00
test: add Pezkuwi's own chains to the balance test fixture (#37)
* test: add Pezkuwi's own chains to the balance test fixture Nova's upstream fixture only covers chains it knows about - Pezkuwi (relay), Pezkuwi Asset Hub, and Pezkuwi People never had test coverage at all, since they don't exist in Nova's world. This adds them as a pure addition on top of the existing filter+override pipeline, so the published chains_for_testBalance.json now covers exactly what our merged chains.json actually contains: Nova-inherited chains + our own ecosystem. Test account is the mainnet Founder key, verified live via @pezkuwi/api on 2026-07-09 against all three chains: substantial non-zero, non-frozen free balance and a high nonce (actively used) on each - not a guessed or reaped account. See pezkuwi-overlay/tests/pezkuwi_chains_for_testBalance.json for the exact verified figures. * chore: retrigger CI now that master triggers are fixed
This commit is contained in:
@@ -278,5 +278,20 @@
|
||||
"chainId": "4b5f95eefedf0d0fb514339edc24d2d411310520f687b4146145bcedb99885b9",
|
||||
"name": "Acurast",
|
||||
"account": "0xd04eae1278b997d8801a69f705efe2320826980edd2ea08bdcef98d6fff8bd3f"
|
||||
},
|
||||
{
|
||||
"chainId": "1aa94987791a5544e9667ec249d2cef1b8fdd6083c85b93fc37892d54a1156ca",
|
||||
"name": "Pezkuwi",
|
||||
"account": "0x28925ed8b4c0c95402b31563251fd318414351114b1c7797ee788666d27d6305"
|
||||
},
|
||||
{
|
||||
"chainId": "e7c15092dcbe3f320260ddbbc685bfceed9125a3b3d8436db2766201dec3b949",
|
||||
"name": "Pezkuwi Asset Hub",
|
||||
"account": "0x28925ed8b4c0c95402b31563251fd318414351114b1c7797ee788666d27d6305"
|
||||
},
|
||||
{
|
||||
"chainId": "69a8d025ab7b63363935d7d9397e0f652826c94271c1bc55c4fdfe72cccf1cfa",
|
||||
"name": "Pezkuwi People",
|
||||
"account": "0x28925ed8b4c0c95402b31563251fd318414351114b1c7797ee788666d27d6305"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user