Skip to content

Commit ac0cf38

Browse files
committed
fix(statics): fix the ts syntax and import
WIN-3948 TICKET: WIN-3948
1 parent 52957aa commit ac0cf38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins/erc20Coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { UnderlyingAsset } from '../base.ts';
2-
1+
import { UnderlyingAsset } from '../base';
2+
import { erc20 } from '../account';
33
export const erc20Coins = [
44
erc20(
55
'3cdd1d41-b561-4c0c-aa82-72c52ebe69e5',

0 commit comments

Comments
 (0)