Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed May 1, 2024
1 parent 95e6915 commit 38f0292
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/bridge-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"generate:abi": "cd ../protocol && pnpm forge build --evm-version cancun && cd - && pnpm wagmi generate",
"export:config": "pnpm ./scripts/exportJsonToEnv.js"
},
"engines": {
"node": ">=17.0.0 <18.18.0"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@sveltejs/adapter-auto": "^2.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { Config } from '@sveltejs/kit';
import Moralis from 'moralis';
import { type Address, zeroAddress } from 'viem';

Expand All @@ -11,10 +10,6 @@ import { MORALIS_API_KEY } from '$env/static/private';

import type { FetchNftArgs } from '../types/common';

export const config: Config = {
runtime: 'edge',
};

class MoralisNFTRepository implements INFTRepository {
private static instance: MoralisNFTRepository;

Expand Down

0 comments on commit 38f0292

Please sign in to comment.