Skip to content

Commit

Permalink
remove network config
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Dec 6, 2024
1 parent db0e92d commit 7a5c8a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/@magic-ext/kadena/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class KadenaExtension extends Extension.Internal<'kadena'> {
rpcUrl: kadenaConfig.rpcUrl,
chainId: kadenaConfig.chainId,
options: {
network: kadenaConfig.network,
networkId: kadenaConfig.networkId,
createAccountsOnChain: Boolean(kadenaConfig.createAccountsOnChain),
},
Expand Down
1 change: 0 additions & 1 deletion packages/@magic-ext/kadena/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export interface KadenaConfig {
rpcUrl: string;
chainId: ChainId;
network: 'testnet' | 'mainnet';
networkId: string;
createAccountsOnChain?: boolean;
}
Expand Down

0 comments on commit 7a5c8a4

Please sign in to comment.