mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-04-22 21:47:59 +00:00
46297339b1
- Chain configurations for Polkadot, Kusama and all major parachains - Pezkuwichain ecosystem (Relay Chain, Asset Hub, People Chain) - Staking metadata and validator lists - DApp configurations - XCM cross-chain messaging configs - Governance dApp listings - Promotional banners - Chain migration configurations - Asset metadata and icons Based on Nova Utils with Pezkuwichain extensions
28 lines
430 B
JSON
28 lines
430 B
JSON
{
|
|
"runtime_id": 1,
|
|
"types": {
|
|
"EthereumSignature": {
|
|
"type": "struct",
|
|
"type_mapping": [
|
|
[
|
|
"r",
|
|
"H256"
|
|
],
|
|
[
|
|
"s",
|
|
"H256"
|
|
],
|
|
[
|
|
"v",
|
|
"u8"
|
|
]
|
|
]
|
|
},
|
|
"AccountId": "[u8; 20]",
|
|
"ExtrinsicSignature": "EthereumSignature",
|
|
"Address": "AccountId",
|
|
"Log": "EvmLog"
|
|
},
|
|
"versioning": []
|
|
}
|