Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veljkovranic committed Oct 17, 2024
1 parent db3e8d1 commit 9e03055
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 369 deletions.
1 change: 0 additions & 1 deletion src/config/interface/IConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ export type ConfigType = {
supportedTransactionType: ChainIdSupportedTransactionType;
// array of chain Ids for networks that are supported by the Bundler with EPv7
supportedNetworksV07: Array<number>;
supportedTransactionTypeV07: ChainIdSupportedTransactionType;
// array of chain Ids for networks that are TEST networks
testnetNetworks: Array<number>;
// Transaction error messages
Expand Down
Loading

0 comments on commit 9e03055

Please sign in to comment.