mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-20 11:35:47 +00:00
Add Pezkuwi types with overridesCommon=true for TypesUsage.OWN
This commit is contained in:
@@ -57,6 +57,10 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true
|
"feeViaRuntimeCall": true
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"url": "https://raw.githubusercontent.com/nickmura/pezkuwi-wallet-utils/main/types/pezkuwi.json",
|
||||||
|
"overridesCommon": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91,6 +95,10 @@
|
|||||||
"additional": {
|
"additional": {
|
||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"feeViaRuntimeCall": true
|
"feeViaRuntimeCall": true
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"url": "https://raw.githubusercontent.com/nickmura/pezkuwi-wallet-utils/main/types/pezkuwi.json",
|
||||||
|
"overridesCommon": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -171,6 +179,10 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true
|
"feeViaRuntimeCall": true
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"url": "https://raw.githubusercontent.com/nickmura/pezkuwi-wallet-utils/main/types/pezkuwi.json",
|
||||||
|
"overridesCommon": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -219,6 +231,10 @@
|
|||||||
"themeColor": "#009639",
|
"themeColor": "#009639",
|
||||||
"defaultBlockTimeMillis": 6000,
|
"defaultBlockTimeMillis": 6000,
|
||||||
"feeViaRuntimeCall": true
|
"feeViaRuntimeCall": true
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"url": "https://raw.githubusercontent.com/nickmura/pezkuwi-wallet-utils/main/types/pezkuwi.json",
|
||||||
|
"overridesCommon": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"types": {
|
||||||
|
"ExtrinsicSignature": "MultiSignature",
|
||||||
|
"Address": "pezsp_runtime::multiaddress::MultiAddress",
|
||||||
|
"LookupSource": "pezsp_runtime::multiaddress::MultiAddress"
|
||||||
|
},
|
||||||
|
"typesAlias": {
|
||||||
|
"pezsp_runtime::multiaddress::MultiAddress": "MultiAddress",
|
||||||
|
"pezsp_runtime::MultiSignature": "MultiSignature",
|
||||||
|
"pezsp_runtime.generic.era.Era": "Era"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user