Skip to content

Commit

Permalink
promote feeViaRuntimeCall to Robonomics (#2982)
Browse files Browse the repository at this point in the history
* promote feeViaRuntimeCall to Robonomics

* update types file

* add ref to type file
  • Loading branch information
leohar authored Aug 20, 2024
1 parent 650ece6 commit 6ccf75b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
19 changes: 18 additions & 1 deletion chains/v2/types/robonomics.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,24 @@
"main_runtime.Event": "GenericEvent",
"main_runtime.Call": "GenericCall",
"sp_core.crypto.AccountId32": "GenericAccountId",
"pallet_identity.types.Data": "Data"
"pallet_identity.types.Data": "Data",
"RuntimeDispatchInfo": {
"type": "struct",
"type_mapping": [
[
"weight",
"u64"
],
[
"class",
"frame_support.weights.DispatchClass"
],
[
"partialFee",
"Balance"
]
]
}
},
"versioning": []
}
9 changes: 8 additions & 1 deletion chains/v20/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -4096,11 +4096,18 @@
}
]
},
"types": {
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json",
"overridesCommon": true
},
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg",
"addressPrefix": 32,
"options": [
"governance-v1"
]
],
"additional": {
"feeViaRuntimeCall": true
}
},
{
"chainId": "7dd99936c1e9e6d1ce7d90eb6f33bea8393b4bf87677d675aa63c9cb3e8c5b5b",
Expand Down
4 changes: 4 additions & 0 deletions chains/v20/chains_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -4677,6 +4677,10 @@
}
]
},
"types": {
"url": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/chains/v2/types/robonomics.json",
"overridesCommon": true
},
"icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/Robonomics.svg",
"addressPrefix": 32,
"options": [
Expand Down

0 comments on commit 6ccf75b

Please sign in to comment.