Skip to content

Commit

Permalink
fix: seed token
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TanHoang committed Jan 8, 2025
1 parent f23bf44 commit 8985974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/seeds/common_config.seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class CommonConfigSeeder implements Seeder {
toSymbol: 'WETH',
fromChain: ENetworkName.ETH,
toChain: ENetworkName.MINA,
status:ETokenPairStatus.ENABLE
status: ETokenPairStatus.ENABLE,
}),
);
}
Expand Down

0 comments on commit 8985974

Please sign in to comment.