Skip to content

Commit

Permalink
Merge pull request #38 from NodleCode/hotfix/update-nodle-definitions
Browse files Browse the repository at this point in the history
Add ChargeSponsor signed extension definition
  • Loading branch information
Douglasacost authored Nov 21, 2023
2 parents 47de649 + 22a0b57 commit 769b96f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/apps-config/src/api/spec/nodle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ import type { OverrideBundleDefinition } from '@polkadot/types/types';
/* eslint-disable sort-keys */

const definitions: OverrideBundleDefinition = {
signedExtensions: {
ChargeSponsor: {
extrinsic: {},
payload: {}
}
},
types: [
{
// on all versions
Expand Down

0 comments on commit 769b96f

Please sign in to comment.