Skip to content

Commit

Permalink
WIP switch network functionality for EVM
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Jan 10, 2024
1 parent 0047eef commit 3999284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/accounts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ import * as solana from "./solana";
import * as substrate from "./substrate";
import * as tezos from "./tezos";

export { base, avalanche, cosmos, ethereum, solana, substrate, nuls2, tezos };
import * as superfluid from "./superfluid";

export { base, avalanche, cosmos, ethereum, solana, substrate, nuls2, tezos, superfluid };

0 comments on commit 3999284

Please sign in to comment.