Skip to content

Commit e583394

Browse files
committed
fix: reorder import statements for consistency
1 parent 216aaba commit e583394

File tree

1 file changed

+1
-1
lines changed
  • packages/sharing-smart-contract/scripts

1 file changed

+1
-1
lines changed

packages/sharing-smart-contract/scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
DATASET_REGISTRY_ADDRESS as defaultDatasetRegistryAddress,
55
POCO_ADDRESS as defaultPocoAddress,
66
} from '../config/config.js';
7-
import { saveDeployment } from '../utils/utils.js';
87
import { env } from '../config/env.js';
8+
import { saveDeployment } from '../utils/utils.js';
99

1010
const { ethers, upgrades } = hre;
1111

0 commit comments

Comments
 (0)