Skip to content

Commit c3583f7

Browse files
committed
Change back to workspace package import
1 parent e7491ac commit c3583f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/currency/src/currencyManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { CurrencyTypes, RequestLogicTypes } from '../../types';
1+
import { CurrencyTypes, RequestLogicTypes } from '@requestnetwork/types';
22
import { utils } from 'ethers';
3-
import { Address } from "@ton/core"
3+
import { Address } from '@ton/core';
44
import { validateAndParseAddress } from 'starknet';
55
import { Address as AleoAddress } from '@provablehq/sdk';
66
import addressValidator from 'multicoin-address-validator';

0 commit comments

Comments
 (0)