Skip to content

Commit c647ba0

Browse files
authored
Remove ol-swap processor (#102)
* Remove ol-swap processor * Update node version in CI jobs * Update node version specified in package.json * Revert to older wallet-adapter
1 parent 88d9073 commit c647ba0

4 files changed

Lines changed: 6 additions & 134 deletions

File tree

api/src/app/app.module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { GraphQLModule } from '../graphql/graphql.module.js';
1414
import { StatsModule } from '../stats/stats.module.js';
1515
import { WalletSubscriptionModule } from '../wallet-subscription/wallet-subscription.module.js';
1616
import { NatsModule } from '../nats/nats.module.js';
17-
import { OlSwapModule } from '../ol-swap/OlSwapModule.js';
1817
import { MultiSigModule } from '../multi-sig/multi-sig.module.js';
1918

2019
@Module({
@@ -44,7 +43,6 @@ import { MultiSigModule } from '../multi-sig/multi-sig.module.js';
4443
NodeWatcherModule,
4544
StatsModule,
4645
WalletSubscriptionModule,
47-
OlSwapModule,
4846
NodeWatcherModule,
4947
MultiSigModule,
5048
],

api/src/ol-swap/OlSwapModule.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

api/src/ol-swap/OlSwapProcessor.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)