Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque authored Nov 14, 2023
1 parent 8cf8cc2 commit 060bdc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CurrencyTypes } from 'types/dist';
import { CurrencyTypes } from '@requestnetwork/types';
import AnyToNearPaymentNetwork from './any-to-near';

export default class AnyToNearTestnetPaymentNetwork extends AnyToNearPaymentNetwork {
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/src/chains/evm/data/avalanche.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CurrencyTypes } from 'types/dist';
import { CurrencyTypes } from '@requestnetwork/types';
import { supportedAvalancheERC20 } from '../../../erc20/chains/avalanche';

export const chainId = 43114;
Expand Down
2 changes: 1 addition & 1 deletion packages/currency/src/chains/evm/data/bsc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CurrencyTypes } from 'types/dist';
import { CurrencyTypes } from '@requestnetwork/types';
import { supportedBSCERC20 } from '../../../erc20/chains/bsc';

export const chainId = 56;
Expand Down

0 comments on commit 060bdc0

Please sign in to comment.