Skip to content

Commit

Permalink
fix(react-sdk): remove arkchain refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Sep 10, 2024
1 parent 116c732 commit e14bbde
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 25 deletions.
4 changes: 1 addition & 3 deletions packages/react/src/test/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ export { contracts };
export const config = createConfig({
starknetNetwork: "dev",
starknetExecutorContract: contracts.executor,
starknetCurrencyContract: contracts.eth,
arkchainNetwork: "dev",
arkchainOrderbookContract: contracts.orderbook
starknetCurrencyContract: contracts.eth
});
40 changes: 18 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e14bbde

Please sign in to comment.