Skip to content

Commit

Permalink
feat: add confidex alpha and other alpha network into the typeDefinit…
Browse files Browse the repository at this point in the history
…ions (#156) (#162)

Signed-off-by: Amar Tumballi <[email protected]>
  • Loading branch information
amarts authored Jan 18, 2024
1 parent bcd3fe5 commit ebea41a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/type-definitions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,25 @@ export const typesBundle: OverrideBundleType = {
},
types: defaultTypesBundle,
},
'Confidex-Alpha': {
runtime: {
...didApiCalls,
...TransactionWeightApiCalls,
},
signedExtensions: {
...cordSignedExtensions,
},
types: defaultTypesBundle,
},
'NPCI-Alpha': {
runtime: {
...didApiCalls,
...TransactionWeightApiCalls,
},
signedExtensions: {
...cordSignedExtensions,
},
types: defaultTypesBundle,
},
},
}

0 comments on commit ebea41a

Please sign in to comment.